Accepted wajig 2.0.50 (source all)

2010-10-12 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Sep 2010 17:22:16 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.50
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simple and unified package management for Debian
Closes: 482147
Changes: 
 wajig (2.0.50) unstable; urgency=low
 .
   [ Tshepang Lekhonkhobe ]
 .
   * VERIFY: Add a check for debsums before running the command, and add
 a Suggests on it.
   * PURGE: use apt-get instead of dpkg, in order to get a yes/no prompt.
   * LIST-LOG: Remove custom logging implementation
 - was fragile: sometimes info was lost during a run
 - was expensive: checked system cache both before and after the
   operation to determine what happened; it also did this for commands
   which didn't even change the system cache
 - did not log cache changes when they were done by other tools
   (apt, aptitude,  synaptic)
 - APT log looks much better
   * SHOW: use aptitude instead of apt-cache
 - the output is prettier
 - better virtual package handling; it displays real packages that provide
   the functionality implied by that virtual package, instead of just
   vomiting package not found!
 - only displays info on the installed version; else, the latest available;
   apt-get showed all available versions
 - the trade-off is that the command is a bit slower, but what's the rush :)
   * LIST-RECOMMENDED: new command that displays packages which are
 auto-installed via Recommends, and are without installed dependencies.
 (Closes: #482147)
   * PURGE: also purge packages that were installed via a Recommends and have
 nothing depending on them; this makes PURGE-DEPEND reduntant.
   * REMOVE: also remove packages that were installed via a Recommends and have
 nothing depending on them; this makes REMOVE-DEPEND reduntant.
   * AUTO-REMOVE: Made reduntant by above REMOVE change, so removed.
   * AUTO-INSTALL: Deprecated in favour of --yes INSTALL, so removed from 
docs.
   * NEWS: 'new' command that displays package NEWS file(s).
   * AVAILABLE: AVAILABLE: removed a badly-named and redundant command; POLICY
 command does the same thing.
   * INSTALL: accept -y|--yes option, an alias for apt-get's --assume-yes.
   * UPGRADE: accept -y|--yes option, too.
   * FIX-INSTALL: accept -n|--noauth option.
   * FIX-MISSING: accept -n|--noauth option, too.
   * REINSTALL:  accept -n|--noauth and -y|--yes option.
   * HELP: introduce the convenient wajig HELP COMMAND functionality.
   * Remove supression of error messages; Not a good idea.
   * Add dependency on aptitude; It must have been forgotten.
   * Cleanse packaging, drastically :-)
   * Stop using python-support; There was no need for it.
Checksums-Sha1: 
 afcd186b2544572e3980308202595c6c53580679 765 wajig_2.0.50.dsc
 184b90d86a0593aa04f49d6b0f669f182598e332 93083 wajig_2.0.50.tar.gz
 bf0dfcfde58b015717acd68985aeec1eb1140b60 94926 wajig_2.0.50_all.deb
Checksums-Sha256: 
 55f27d35b92474b7fb6f58f788f58847b9c3124ab18ca20c59935fefc2fd6e7d 765 
wajig_2.0.50.dsc
 5c0709764d419f0cd985103dcd104c5ccfde1bcf3b6b96c479c347ad6cd8868f 93083 
wajig_2.0.50.tar.gz
 fd5b68e5caaf279c792c34b03ac1d6cfb79c3e8fd905a4a7e7e2fc06f634918f 94926 
wajig_2.0.50_all.deb
Files: 
 8335dd2f304ea9c74693bbc44629d13f 765 admin optional wajig_2.0.50.dsc
 898a3aaa3633e5da14efec036f5a02a0 93083 admin optional wajig_2.0.50.tar.gz
 70e1a6bede93cc6ecf16b212b718bcc7 94926 admin optional wajig_2.0.50_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFMtESUCZSR95Gw07cRAtd6AJ9qi9dUy9cHYbKzh97SKMmf149i7wCgirYr
lL7gIyOeIOz/bSmVJa97tAM=
=+OWS
-END PGP SIGNATURE-


Accepted:
wajig_2.0.50.dsc
  to main/w/wajig/wajig_2.0.50.dsc
wajig_2.0.50.tar.gz
  to main/w/wajig/wajig_2.0.50.tar.gz
wajig_2.0.50_all.deb
  to main/w/wajig/wajig_2.0.50_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1p5d6a-0007xs...@franck.debian.org



Accepted wajig 2.0.49 (source all)

2010-09-21 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Sep 2010 17:22:16 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.49
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simple and unified package management for Debian
Closes: 335240 424668 464003
Changes: 
 wajig (2.0.49) unstable; urgency=low
 .
   [ Tshepang Lekhonkhobe ]
 .
   * UPGRADE: Don't automatically do an apt-get update with the backup
 option; the behaviour is not standard, and is not so-damn-fast.
 .
   * UPGRADE: Add command line argument for --backup to specify target
 directory.  * Used to be wajig --backup upgrade BKDIR.  * Now it's
 wajig --backup=BKDIR upgrade.
 .
   * UPGRADE: Proceed to upgrade after using -b|--backup option.
 .
   * UPGRADE: Remove the option to install listed packages. This helps
 reduce code complexity.
 .
   * CHANGELOG: Now only displays uninstalled entries by default. This
 makes the hacky NEWS command redundant, which is therefore
 removed. (Closes: #424668).
 .
   * CHANGELOG: Add -v|--verbose=1 option to display the whole thing. This
 was the default option, but suggestion offered in #424668 is more
 sane.
 .
   * CHANGELOG: Add -x|--pager option to allow scrolling. This also implies
 -v|--verbose=1 (see above).
 .
   * DIST-UPGRADE: Add -b|--backup=BKDIR option to allow backing up of
 packages before dist-upgrade.
 .
   * BUILD: Now uses sudo instead of fakeroot to avoid permission-related.
 build failures for some packages (EG, fakeroot  cdbs). (Closes:
 #464003).
 .
   * Fix a parsing bug where wajig changelog libgtk2.0-0 didn't work.
 .
   * Switch to dpkg-source 3.0 (native) format
 .
   * RBUILDDEPS: New option allowing one to determine which packages
 build-depends on a particular package. The long form command is
 reverse-build-depends, else just use wajig rbuilddeps pkgname.
 (Closes: #335240).
Checksums-Sha1: 
 aa89d450e8f77e0ec6e0e4aea586ded4fa904169 789 wajig_2.0.49.dsc
 3be14eca33805505fc6bd535d591a8a43782deed 127721 wajig_2.0.49.tar.gz
 bfd2af7ae856df4d80276439667c364e1e034781 93988 wajig_2.0.49_all.deb
Checksums-Sha256: 
 19bbb10a29ea8defe31ce1f1d5426dd705f803b0d51ac5d1b224789ba6cd2327 789 
wajig_2.0.49.dsc
 312c8a4a2639d957ba6b35bc8b02e4c319814e332f4315415e36ed349eaa10b1 127721 
wajig_2.0.49.tar.gz
 7aa7c49a69da538a7941cf2e4892286bfbe79ed04bd380ccc5642e1163175997 93988 
wajig_2.0.49_all.deb
Files: 
 80b8c9d39ad338d92c17612ee75a48c3 789 admin optional wajig_2.0.49.dsc
 3a52c6963ef69cbacbf1950cf22a8898 127721 admin optional wajig_2.0.49.tar.gz
 d4274d6b460bc7717b7a13dbe3bed7cb 93988 admin optional wajig_2.0.49_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFMmKERCZSR95Gw07cRAgEOAJoC2wYAOjIMq81cltZFOJ0ZZD3ypQCfXPGB
gezWFnJtW4MMqpAMTRiLxYY=
=5eGg
-END PGP SIGNATURE-


Accepted:
wajig_2.0.49.dsc
  to main/w/wajig/wajig_2.0.49.dsc
wajig_2.0.49.tar.gz
  to main/w/wajig/wajig_2.0.49.tar.gz
wajig_2.0.49_all.deb
  to main/w/wajig/wajig_2.0.49_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oy217-0007c6...@franck.debian.org



Accepted wajig 2.0.48 (source all)

2010-08-22 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 22 Aug 2010 19:25:42 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.48
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Closes: 366796 549574 582252
Changes: 
 wajig (2.0.48) unstable; urgency=low
 .
   * Add new command ADDREPO to add a Launchpad PPA. Uses
 add-apt-repository. (Tshepang Lekhonkhobe)
 .
   * Add -b (backup) option to UPGRADE command so it is easier to revert to
 a previous state if a problem arises. Uses dpkg-repack. (Tshepang
 Lekhonkhobe)
 .
   * Cleanup debian meta data and add unit testing and cleanup various
 python code and improve readability and upgrade deprecated string
 module. (Tshepang Lekhonkhobe)
 .
   * Tidy up the list of commands from the list-commands
 command. (Tshepang Lekhonkhobe) (Closes: #582252).
 .
   * Show downgraded packages in 'wajig list-log'. (Tshepang Lekhonkhobe)
 (Closes: #366796).
 .
   * Remove the unavailable gnome-tasksel from Suggested. (Tshepang
 Lekhonkhobe) (Closes: #549574).
Checksums-Sha1: 
 265fed0503ba54c5832d7721379f758c71910159 811 wajig_2.0.48.dsc
 39af3fedf9370de7b98d3cea373f1bee0beab8bf 267463 wajig_2.0.48.tar.gz
 f7fc43927f6007b93af652313270d2ec24d78306 98814 wajig_2.0.48_all.deb
Checksums-Sha256: 
 8fb1eb8ee8774134331541f731b4a7f8edbb7e888f446a3e3e2879ca1fdf16f3 811 
wajig_2.0.48.dsc
 580170883c760f88de4e2bd89e90b1ab7540016da2452b249798609a088a487a 267463 
wajig_2.0.48.tar.gz
 30ccac4eaea5b5b40036e1df7d0421c9970288fb173f6d272ac8b47c9b9771c6 98814 
wajig_2.0.48_all.deb
Files: 
 68de9f708aacbeb4587c69c361e54954 811 admin optional wajig_2.0.48.dsc
 205f20d004ff35e696860125c1c8576a 267463 admin optional wajig_2.0.48.tar.gz
 4b1c7cbc68fa676201044b3a4f240de2 98814 admin optional wajig_2.0.48_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFMcQXLCZSR95Gw07cRAjvKAJ9ich4eoFhnJkFzSEPdfGcHgSn75ACgiM1A
KOTf3OWZqCya6j5vy+VfKv8=
=o5W9
-END PGP SIGNATURE-


Accepted:
wajig_2.0.48.dsc
  to main/w/wajig/wajig_2.0.48.dsc
wajig_2.0.48.tar.gz
  to main/w/wajig/wajig_2.0.48.tar.gz
wajig_2.0.48_all.deb
  to main/w/wajig/wajig_2.0.48_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1on8mc-di...@franck.debian.org



Accepted wajig 2.0.47 (source all)

2010-05-20 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 May 2010 20:16:10 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.47
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Closes: 579419
Changes: 
 wajig (2.0.47) unstable; urgency=low
 .
   * Use apt-get remove --auto-remove to implement remove-depend.  This is
 simpler than making wajig do the dependency checking, and runs much
 faster. (Closes: #579419).
Checksums-Sha1: 
 8332aeeaab6561112a546445c8440bcd2c87c54d 811 wajig_2.0.47.dsc
 329ef32dfc5bfa92888b84d57b50a39fdce69da8 243188 wajig_2.0.47.tar.gz
 62380b1975a76e05667ff55388d1a4b68b330558 98364 wajig_2.0.47_all.deb
Checksums-Sha256: 
 ddd7eebda94ceab3c52c5860276ecd195372d8959b323aedc0b9bdea5b174d19 811 
wajig_2.0.47.dsc
 359848a70a8c29dbb6af9980606e8dc6a41d9133fcdc5af36f2255e6d12d8009 243188 
wajig_2.0.47.tar.gz
 71d6826a822ea2e54d87dbd949fca675c76da4fcb49317fe493fbc501a0f7fda 98364 
wajig_2.0.47_all.deb
Files: 
 ce9aec36a4c38bb668624286a0f6d8fc 811 admin optional wajig_2.0.47.dsc
 ffca5c2c39ba4a8db66eb377faa47c70 243188 admin optional wajig_2.0.47.tar.gz
 166c74eb08c9bf4120b1fb2658e30e19 98364 admin optional wajig_2.0.47_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFL9OMiCZSR95Gw07cRAssjAKCU7LkJQg1+HFkAerrPu58tWhjQpQCeKy8s
Sh+TGMaXuUgM8dJxwThSNGA=
=N2RL
-END PGP SIGNATURE-


Accepted:
wajig_2.0.47.dsc
  to main/w/wajig/wajig_2.0.47.dsc
wajig_2.0.47.tar.gz
  to main/w/wajig/wajig_2.0.47.tar.gz
wajig_2.0.47_all.deb
  to main/w/wajig/wajig_2.0.47_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1of0bm-0005pi...@ries.debian.org



Accepted wajig 2.0.46 (source all)

2010-03-20 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Mar 2010 06:27:07 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.46
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Closes: 477921 571766
Changes: 
 wajig (2.0.46) unstable; urgency=low
 .
   * Change installr to use aptitude -r so that we get recursive install of
 recommended packages. (Closes: #477921).
 .
   * Patch from Julian Klode and Dirk Eddelbuettel for new API - apply
 patches but no longer works on Ubuntu - assume works on
 Debian. (Closes: #571766).
Checksums-Sha1: 
 86f8a5d0f6c1ec468ef2f1d76d8ebe192a3cf6b0 811 wajig_2.0.46.dsc
 8d4408e7e1727d01a719e651425f276641264ffe 241508 wajig_2.0.46.tar.gz
 1e234a054498d30e0bc10e1c99ef96ec7bba0956 100680 wajig_2.0.46_all.deb
Checksums-Sha256: 
 1ee2c5ae25bc5f68054a0f7c7919f21fdc5eb7178eb87f16d5e85038159fedad 811 
wajig_2.0.46.dsc
 a56cf6ffb5aff2251c918a025e69ca4b2deb676de427126857d1cb59793ae52d 241508 
wajig_2.0.46.tar.gz
 f14d47d886590bbdbd9a24df6f7f2545cab4a356ad4cd354a42430ad7cdc18a6 100680 
wajig_2.0.46_all.deb
Files: 
 e99153bfdfdf0891c12aadc23943e348 811 admin optional wajig_2.0.46.dsc
 adaa9f366f679c617df3c6bd81a582fe 241508 admin optional wajig_2.0.46.tar.gz
 78bd76d782e3e5f090a7dee162df4a0a 100680 admin optional wajig_2.0.46_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLpM1ECZSR95Gw07cRAuZwAJ9Pd02rZhVOumyTcBmCpImzreR4PgCfWhaO
O9rWV5Zy/tCY/Yb3Ftedplo=
=mpNp
-END PGP SIGNATURE-


Accepted:
wajig_2.0.46.dsc
  to main/w/wajig/wajig_2.0.46.dsc
wajig_2.0.46.tar.gz
  to main/w/wajig/wajig_2.0.46.tar.gz
wajig_2.0.46_all.deb
  to main/w/wajig/wajig_2.0.46_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nsz2n-0001xe...@ries.debian.org



Accepted wajig 2.0.45 (source all)

2010-01-17 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 18 Jan 2010 09:08:41 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.45
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Closes: 565666
Changes: 
 wajig (2.0.45) unstable; urgency=low
 .
   * Update web search interface call for whichpkg and remove extraneous
 link information from the call to lynx - Bernat Arlandis i
 Mañó. (Closes: #565666).
Checksums-Sha1: 
 69155627655168089d3630d2eadc34b5daac538b 815 wajig_2.0.45.dsc
 4d6e15671129ebe4ec6abf142c69168d093a37d8 167871 wajig_2.0.45.tar.gz
 f591e6f08399bb43397e0e3cbf51a6663633a46d 100494 wajig_2.0.45_all.deb
Checksums-Sha256: 
 6a2e7a7544e731e81171685ab38fbbe3fd82ed963de72519c11d8ea3cdefab43 815 
wajig_2.0.45.dsc
 94d2a5c14afca48840af388b0914f78272f12b6e834cd2780965279c550f7791 167871 
wajig_2.0.45.tar.gz
 ad0f4b51cbe6459a895b412dfc6e62aef0d5a80af8eba721343f14e806770afe 100494 
wajig_2.0.45_all.deb
Files: 
 c5f1b559079035775a8205b70cc1750d 815 admin optional wajig_2.0.45.dsc
 f719ca4ef06b214362d52956af592a2e 167871 admin optional wajig_2.0.45.tar.gz
 efaaa5c4a2ac193f01a622e52b478437 100494 admin optional wajig_2.0.45_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLU5jkCZSR95Gw07cRAt/8AJ9rvXV380vom12+X9EE1E9kmcpIewCfeejF
qMwlkJ+rk/7M8RGunJXA82s=
=5Su0
-END PGP SIGNATURE-


Accepted:
wajig_2.0.45.dsc
  to main/w/wajig/wajig_2.0.45.dsc
wajig_2.0.45.tar.gz
  to main/w/wajig/wajig_2.0.45.tar.gz
wajig_2.0.45_all.deb
  to main/w/wajig/wajig_2.0.45_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wajig 2.0.44 (source all)

2010-01-03 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 4 Jan 2010 08:30:43 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.44
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Closes: 432266 563573
Changes: 
 wajig (2.0.44) unstable; urgency=low
 .
   * the describe/detail commands should handle installed but no longer
 available packages - Reuben Thomas.  (Closes: #432266)
 .
   * ensure all old tmp files removed - Robert Luberda. (Closes: #563573)
Checksums-Sha1: 
 75ea66f7babcba10b8e27631bd6cf2b8f793e507 815 wajig_2.0.44.dsc
 6e9dc239a90b9f021fc3f3b42bda68ef43cd7768 164185 wajig_2.0.44.tar.gz
 c861bd544031b287c08a3677f55c410209f24d77 99716 wajig_2.0.44_all.deb
Checksums-Sha256: 
 56113122f28ecfe4c637bdf0078ddbd574489178410a40e664090b6c95f26afe 815 
wajig_2.0.44.dsc
 7c1e126fada12599ebf4af1b2286a7bc8621c49d1f7369c54d30452ac3622bb0 164185 
wajig_2.0.44.tar.gz
 9fc98f095760d75af8f6e27076ea98fe177ed6b31c0d9f0fa8c50245c8cebb40 99716 
wajig_2.0.44_all.deb
Files: 
 5f951eeda276d83ab49daa41bc524092 815 admin optional wajig_2.0.44.dsc
 433c087c968b6ff43fce2c0ca2b5c1d9 164185 admin optional wajig_2.0.44.tar.gz
 ecded1cf080a6ae4c8db48deafbdfe2d 99716 admin optional wajig_2.0.44_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLQSYQCZSR95Gw07cRAmOLAJ465lXZ5dA9EAM11NKfd8TdhHaaKACeKgTJ
wirwOnO6KmWe5HfqJpJn710=
=OB9E
-END PGP SIGNATURE-


Accepted:
wajig_2.0.44.dsc
  to main/w/wajig/wajig_2.0.44.dsc
wajig_2.0.44.tar.gz
  to main/w/wajig/wajig_2.0.44.tar.gz
wajig_2.0.44_all.deb
  to main/w/wajig/wajig_2.0.44_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wajig 2.0.43 (source all)

2009-04-30 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 1 May 2009 11:46:27 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.43
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.43) unstable; urgency=low
 .
   * revert untested code from Reuben Thomas causing issues with new
Checksums-Sha1: 
 8a5ea417817a24ace75bef291442c3d34b2a2f02 814 wajig_2.0.43.dsc
 70c84545582c882d66b33427b4f9dff7237402ea 162783 wajig_2.0.43.tar.gz
 d14447c496e392acaabf2a960c999f0ed7ad2a9f 99974 wajig_2.0.43_all.deb
Checksums-Sha256: 
 2c666d26ac1d7257654bb2946bc19f9ad5b01951ef1e31bb9e9f5fbd7ee0a52f 814 
wajig_2.0.43.dsc
 29c52cbe3b48d9ac5c4004a719b9e98733e279622942fe314434a5b107793d89 162783 
wajig_2.0.43.tar.gz
 48818f80c7bf6b2a2bf2acaa59c137da233d89d09b5cc52add5b6df4e6054e8d 99974 
wajig_2.0.43_all.deb
Files: 
 efef39649324a889163bcde1ef740170 814 admin optional wajig_2.0.43.dsc
 f5d8d4575b06ae28941c4f6924009370 162783 admin optional wajig_2.0.43.tar.gz
 26754c00d6b7e8db40211ba4a1fdfffa 99974 admin optional wajig_2.0.43_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ+m1DCZSR95Gw07cRAoXxAJ45mNTkPsWLWCDxId2ivF0lmq6TggCePPXj
pECwV9SewtwWFIK/a9EuqE8=
=Au3T
-END PGP SIGNATURE-


Accepted:
wajig_2.0.43.dsc
  to pool/main/w/wajig/wajig_2.0.43.dsc
wajig_2.0.43.tar.gz
  to pool/main/w/wajig/wajig_2.0.43.tar.gz
wajig_2.0.43_all.deb
  to pool/main/w/wajig/wajig_2.0.43_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wajig 2.0.42 (source all)

2009-04-29 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2009 07:44:46 +0700
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.42
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Closes: 477921
Changes: 
 wajig (2.0.42) unstable; urgency=low
 .
   * update purgeremoved as suggested by Reuben Thomas.  (Closes: #477921)
   * some debian control updates provided by Dirk.
Checksums-Sha1: 
 efd5a9f30319e896502754abc3b9ccfdadb42e22 814 wajig_2.0.42.dsc
 0767ae13d5117df6093a62f761e013de34558a98 162417 wajig_2.0.42.tar.gz
 2a0ffdb27128f74ebbaa0dc17735c7e3359fa1b1 99844 wajig_2.0.42_all.deb
Checksums-Sha256: 
 e64141595865b237d7a32b53ec12c7e8f0b42e1fe03923983f5b8fb328edd844 814 
wajig_2.0.42.dsc
 b51ee51ffeedd7ebb1b84787b18fee87260722c2ea6f6d7a683269e731172b69 162417 
wajig_2.0.42.tar.gz
 8338f4e6a7c769b54cba49295debdf10be645ea31426816938db0c31d947d677 99844 
wajig_2.0.42_all.deb
Files: 
 2cd062f2443b041cf8c962455831c599 814 admin optional wajig_2.0.42.dsc
 25bd0802cbb4bbc798f08248f15cb3ee 162417 admin optional wajig_2.0.42.tar.gz
 0d8c1e7b36fdc5f6a6ef00142557dea3 99844 admin optional wajig_2.0.42_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ+PwNCZSR95Gw07cRAhiVAJ95wGt7SlEfQeiVj4X/IhUXKMp84ACfXeeJ
DxgVm5P5WDdUZLjQBPJdnl4=
=p+lA
-END PGP SIGNATURE-


Accepted:
wajig_2.0.42.dsc
  to pool/main/w/wajig/wajig_2.0.42.dsc
wajig_2.0.42.tar.gz
  to pool/main/w/wajig/wajig_2.0.42.tar.gz
wajig_2.0.42_all.deb
  to pool/main/w/wajig/wajig_2.0.42_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wajig 2.0.41 (source all)

2009-04-25 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Apr 2009 08:46:45 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.41
Distribution: unstable
Urgency: low
Maintainer: Graham Williams graham.willi...@togaware.com
Changed-By: Graham Williams graham.willi...@togaware.com
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.41) unstable; urgency=low
 .
   * Allow commas in list of packages so can copy from other programs
   * Ensure join uses langC=True - new coretuils join complains otherwise.
Checksums-Sha1: 
 8a28fdc75b4163e43582114c1faf21ab081bfa24 1046 wajig_2.0.41.dsc
 062b70adf5584421cf097e78ff2e1a94b222793a 161531 wajig_2.0.41.orig.tar.gz
 a14eabeae22de8c4f4621e40fd23728cfc8d2995 276 wajig_2.0.41.diff.gz
 80066903b79dfdb81bbe1a3981fa1730b58a457a 99714 wajig_2.0.41_all.deb
Checksums-Sha256: 
 ffbb9a1991817d9bf7ce194f88e16e0aa0f85cb5260ffaa4d9a981455f2551f5 1046 
wajig_2.0.41.dsc
 7749fa662142ffa983ea77c02e6e9f0e79d1a3a26633441995e18cf63fb42338 161531 
wajig_2.0.41.orig.tar.gz
 c4b745d5656547144f94b2b9fdace444928806b3a6ff4745a4f1063221fc89fa 276 
wajig_2.0.41.diff.gz
 5a52f6bca5621317954e1000fc02fe0a055fbb5f0817eff22c10c6732a067b2d 99714 
wajig_2.0.41_all.deb
Files: 
 edd0a3fceecf1d8848c1271ed6cc7006 1046 admin optional wajig_2.0.41.dsc
 0261c32c21fa5419b269107ada75edc1 161531 admin optional wajig_2.0.41.orig.tar.gz
 f6aeff890d10dd4eebffab194935057e 276 admin optional wajig_2.0.41.diff.gz
 1dfc1196dc2419a7c11772cddfa7aadc 99714 admin optional wajig_2.0.41_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ89FyCZSR95Gw07cRAmqsAJwICCOuRGLdPjHYmTvG1xVIuMHzkgCeJg7/
Jick0JdJNGdFdVLMK7uqOAI=
=UG/F
-END PGP SIGNATURE-


Accepted:
wajig_2.0.41.diff.gz
  to pool/main/w/wajig/wajig_2.0.41.diff.gz
wajig_2.0.41.dsc
  to pool/main/w/wajig/wajig_2.0.41.dsc
wajig_2.0.41.orig.tar.gz
  to pool/main/w/wajig/wajig_2.0.41.orig.tar.gz
wajig_2.0.41_all.deb
  to pool/main/w/wajig/wajig_2.0.41_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wajig 2.0.40 (source all)

2008-11-30 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Nov 2008 17:27:23 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.40
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 506795
Changes: 
 wajig (2.0.40) unstable; urgency=low
 .
   * Add noauth to autoinstall reported by Leslie Viljoen. (Closes: #506795)
Checksums-Sha1: 
 4d4e002ee19559ffa25ed92c34a513694eff5088 1046 wajig_2.0.40.dsc
 8a487ee679c2bb9287e4b64b118de28df393a957 160748 wajig_2.0.40.orig.tar.gz
 403bf0eb338442742df06324e62822ad92be5257 511 wajig_2.0.40.diff.gz
 1c69dd760f21d0360d643f66cb5713cc0f7233fd 99462 wajig_2.0.40_all.deb
Checksums-Sha256: 
 efe04135330916aba8a18b1f5f4adac97b0fec3f5532f7b734a88a2ea698 1046 
wajig_2.0.40.dsc
 f2a653845a47654cdd49e8e7ccf662645b233a948d91b156910e48013a55589e 160748 
wajig_2.0.40.orig.tar.gz
 331cc781ff774e5c23c08c66432e419457531b61a463dde5a1148fa3170518df 511 
wajig_2.0.40.diff.gz
 1e3f4a85ef98565db88d045fa0b5798577aa4f4f4cb4a3e56ade693da80f5ed4 99462 
wajig_2.0.40_all.deb
Files: 
 5c0b9e100703de0e8cdbe6719220494b 1046 admin optional wajig_2.0.40.dsc
 3e395a4a3c7b67885e9f329a79c2a559 160748 admin optional wajig_2.0.40.orig.tar.gz
 8cb66bd96d2990434d2e4e7e7326bb3e 511 admin optional wajig_2.0.40.diff.gz
 e69736050e1763d7eb8f0ff00d9738c5 99462 admin optional wajig_2.0.40_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJMqICCZSR95Gw07cRAiuiAJ9noSsVOrSpccKYUG0WAAJ4f5hqAgCfazlt
E77XKpxOOXhIOGi1UNnTIC4=
=V4af
-END PGP SIGNATURE-


Accepted:
wajig_2.0.40.diff.gz
  to pool/main/w/wajig/wajig_2.0.40.diff.gz
wajig_2.0.40.dsc
  to pool/main/w/wajig/wajig_2.0.40.dsc
wajig_2.0.40.orig.tar.gz
  to pool/main/w/wajig/wajig_2.0.40.orig.tar.gz
wajig_2.0.40_all.deb
  to pool/main/w/wajig/wajig_2.0.40_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.38 (source all)

2007-11-11 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 4 Nov 2007 16:41:11 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.38
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 426969 442168 443593 445713
Changes: 
 wajig (2.0.38) unstable; urgency=low
 .
   * Don't use invoke-rc.d as this is really meant for package maintainers,
 not interactive user usage, and there are cases where it won't
 work. Bug reported by William Xu. (Closes: #426969)
 .
   * Ensure auto-remove is in the auto completion list. Reported by
 Reuben Thomas. (Closes: #445713)
 .
   * Fix problem with change of HTML format for WHICH-PKG query.
 Bug reported by Alex Malinovich and David Liontooth.
 (Closes: #443593 #442169)
 .
   * Add INFO, CONTENTS, and EXTRACT commands to run dpkg --info,
 dpkg --contents, and dpkg --extract to list info or contents or to
 extract the contents of a package file.
 .
   * For LISTFILES support the listing of the contents of a .deb file.
 (Suggested by Roland.Baudin).
 .
   * Fix documentation pointing to sarovar. (Closes: #442168)
Files: 
 38f52cee1c0b3f71caf7395c0fada4b9 606 admin optional wajig_2.0.38.dsc
 f5173bc4bcb99273f7e5150ad86626cb 160515 admin optional wajig_2.0.38.tar.gz
 a0ee69bad569dcd350a2287f30f6b073 98624 admin optional wajig_2.0.38_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHMRkBCZSR95Gw07cRAp30AKCaHNAibitpmlQT0F+dTQK54WhrJQCdEqK6
ZcMS5cu8iibIafEAK4amUoc=
=pRhz
-END PGP SIGNATURE-


Accepted:
wajig_2.0.38.dsc
  to pool/main/w/wajig/wajig_2.0.38.dsc
wajig_2.0.38.tar.gz
  to pool/main/w/wajig/wajig_2.0.38.tar.gz
wajig_2.0.38_all.deb
  to pool/main/w/wajig/wajig_2.0.38_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.37 (source all)

2007-07-01 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 1 Jul 2007 17:50:35 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.37
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 430457
Changes: 
 wajig (2.0.37) unstable; urgency=low
 .
   * Add auto-remove command to run apt-get autoremove, to remove any
 packages that were automatically installed through dependencies,
 and are no longer required. (Closes: #430457)
Files: 
 667c6070dd900e86dfd6347faa372b30 606 admin optional wajig_2.0.37.dsc
 beb09f5cf43b102caf89c3c2833c81bc 160372 admin optional wajig_2.0.37.tar.gz
 99f5fabd7adbbfe1d9d8d1a6a46d3fb5 96836 admin optional wajig_2.0.37_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGh6XMCZSR95Gw07cRAib6AJ0bPLX1SU9TDBi8HeeC2/qer/K8yQCfSKY5
xOtGJ5SeBOjeY1l62t+qTzo=
=wtoZ
-END PGP SIGNATURE-


Accepted:
wajig_2.0.37.dsc
  to pool/main/w/wajig/wajig_2.0.37.dsc
wajig_2.0.37.tar.gz
  to pool/main/w/wajig/wajig_2.0.37.tar.gz
wajig_2.0.37_all.deb
  to pool/main/w/wajig/wajig_2.0.37_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.36 (source all)

2007-05-07 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 7 Mar 2007 22:06:10 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.36
Distribution: unstable
Urgency: high
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 422596
Changes: 
 wajig (2.0.36) unstable; urgency=high
 .
   * Fix grave bug on moving to using pycentral - needed XS-Python-Version
 and XB-Python-Version, otherwise pycentral is crashing. Reported by
 Laurent Bonnaud and Anthony Campbell. If you get an error like
 package has no field Python-Version, then remove
 /var/lib/dpkg/info/wajig.prerm, and reinstall wajig. (Closes: #422596)
Files: 
 23da176a61aee20e95aa8fa124d8c645 606 admin optional wajig_2.0.36.dsc
 585483f28d4a64dcc7a8ed7f08a76a33 160300 admin optional wajig_2.0.36.tar.gz
 fba3bd88994d085d33f57eef04493f99 96730 admin optional wajig_2.0.36_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGPyeDCZSR95Gw07cRAm0iAJ9eyCBLTemwWBCZaLrzJfUJk9IvawCZATGy
unU6fDnZm0Pzps4qCFaKKWk=
=lrEK
-END PGP SIGNATURE-


Accepted:
wajig_2.0.36.dsc
  to pool/main/w/wajig/wajig_2.0.36.dsc
wajig_2.0.36.tar.gz
  to pool/main/w/wajig/wajig_2.0.36.tar.gz
wajig_2.0.36_all.deb
  to pool/main/w/wajig/wajig_2.0.36_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.35 (source all)

2007-05-06 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 7 Mar 2007 06:44:28 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.35
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 385612 386658 396698 415365 415378
Changes: 
 wajig (2.0.35) unstable; urgency=low
 .
   [Graham Williams]
   * LOCATE is a synonym for FIND-FILE (suggested by Alexandre Girao).
 .
   * CHANGELOG query was not correctly stripping off version numbers. Bug
 reported by Reuben Thomas. (Closes: #385612)
 .
   * VERIFY introduced to check the md5sums of an installed
 packages. Suggested by Francesco Potorti. (Closes: #386658)
 .
   * Considered removing bash_completion.py. It is redundant, but does no
 harm. (Closes: #396698)
 .
   * Replace depend on superseded base-config with locales. Suggested by
 Michael Gilbert. (Closes: #415378)
 .
   * Depend on dselect because at least the update command depends on it.
 Suggested by Chris AtLee. (Closes: #415365)
 .
   [Dirk Eddelbuettel]
   * debian/rules: Change dh_python to dh_pycentral
   * debian/control: Added Build-Depends-Indep: on 'python-central (= 0.5)'
Files: 
 04a0fcf67bf32190eca43a617a9b9901 586 admin optional wajig_2.0.35.dsc
 bc81e54cbfa5175e8050f725326e12d6 160162 admin optional wajig_2.0.35.tar.gz
 b13d8e8baaec70b9162778777681af2f 96560 admin optional wajig_2.0.35_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGPlvTCZSR95Gw07cRAr/aAJ0UaU3mIj8PCJqc0GyZwgObYbYARgCfWrQe
muOPAmbiqTAisBTj1/9CfXM=
=2alV
-END PGP SIGNATURE-


Accepted:
wajig_2.0.35.dsc
  to pool/main/w/wajig/wajig_2.0.35.dsc
wajig_2.0.35.tar.gz
  to pool/main/w/wajig/wajig_2.0.35.tar.gz
wajig_2.0.35_all.deb
  to pool/main/w/wajig/wajig_2.0.35_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.34 (source all)

2006-06-29 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 29 May 2006 18:11:34 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.34
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 375591
Changes: 
 wajig (2.0.34) unstable; urgency=low
 .
   * Update to python 2.4 and new python policy. (Closes: #375591)
Files: 
 4495628c61a5cbdcbad0b19286abb319 561 admin optional wajig_2.0.34.dsc
 77b5d12bac98b00fc43fb1c5d87c04d7 152082 admin optional wajig_2.0.34.tar.gz
 ec80426f8eebc75d2d86e3507d94e0f5 93056 admin optional wajig_2.0.34_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEpEXNCZSR95Gw07cRAvjTAJ9EuFygy8RJ/RXmwD3vRlZbs6VMKACfdjcW
5yAHa63s+/UN3gIFAeRxlUQ=
=d/7t
-END PGP SIGNATURE-


Accepted:
wajig_2.0.34.dsc
  to pool/main/w/wajig/wajig_2.0.34.dsc
wajig_2.0.34.tar.gz
  to pool/main/w/wajig/wajig_2.0.34.tar.gz
wajig_2.0.34_all.deb
  to pool/main/w/wajig/wajig_2.0.34_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.33 (source all)

2006-05-27 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 May 2006 08:56:11 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.33
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 366678
Changes: 
 wajig (2.0.33) unstable; urgency=low
 .
   * MADISON command added to directly call apt-cache madison. Suggested by
 Dirk Eddelbuettel.
 .
   * SHOW, DESCRIBE, LISTSECTIONS, LISTSECTION, DEPENDENTS, INSTALLS all
 stopped working with new version of Python apt_pkg which uses mmap for
 ParseTagFile and so could no longer handle pipes. Fixed by saving
 dumpavail output to temporary file. Bug reported by Anthony Campbell,
 with suggested fix using new apt from Michael Vogt. (Closes: #366678)
Files: 
 31431d1345455fed7e5951439ca3743c 558 admin optional wajig_2.0.33.dsc
 d8c98953bb3c5cfbf0f7989aa2df92b9 151898 admin optional wajig_2.0.33.tar.gz
 76837fdc9a6601ea84564a77ef1c0304 93336 admin optional wajig_2.0.33_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEeQiiCZSR95Gw07cRAnX7AJ48I/pZefkNnkCwMTc2PpKXjRswMACePXRU
WagmPfzasJplwR19oMKWp5E=
=pIyh
-END PGP SIGNATURE-


Accepted:
wajig_2.0.33.dsc
  to pool/main/w/wajig/wajig_2.0.33.dsc
wajig_2.0.33.tar.gz
  to pool/main/w/wajig/wajig_2.0.33.tar.gz
wajig_2.0.33_all.deb
  to pool/main/w/wajig/wajig_2.0.33_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.32 (source all)

2006-04-22 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 23 Apr 2006 07:53:11 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.32
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 362632 364227
Changes: 
 wajig (2.0.32) unstable; urgency=low
 .
   * EDITSOURCES now calls the editor rather than apt-setup because
 the latter is now in a udeb and not generally available.
 .
   * Introduce the --noauth option, which for a DISTUPGRADE will use the
 --allow-unauthenticated option. This is particularly for the case
 where an archive you trust has no signed Release file, but you want
 that archive to supply packages ahead of those that are formally
 signed. E.g., a local package archive you maintain. The option applies
 to specific commands (not checked): INSTALL, DISTUPGRADE, UPGRADE.
 .
   * NEWS has been fixed to extract latest changelog from the changelog
 archive since old news source has disappeared.
 .
   * PURGE now using dpkg --purge rather than apt-get purge. The latter no
 longer works for removed packages. Reported by David Lionthooth
 (Closes: #362632)
 .
   * CHANGELOG and NEWS updated to use the
 http://packages.debian.org/changelog:pkg as suggested by David
 Liontooth. (Closes: #364227)
Files: 
 106b2a93798f2acea50b188517e243d8 546 admin optional wajig_2.0.32.dsc
 421642d82837ce2b49fce63efa19d1f3 149141 admin optional wajig_2.0.32.tar.gz
 bf9e163683c2aac553a15ead339c4951 92228 admin optional wajig_2.0.32_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD4DBQFESrKNCZSR95Gw07cRAnVEAJiFWgUh1IDfem2sDL/SjBIufmSHAJh2
pm3O6JlIe4yHPb/g8cadmg==
=xZ5U
-END PGP SIGNATURE-


Accepted:
wajig_2.0.32.dsc
  to pool/main/w/wajig/wajig_2.0.32.dsc
wajig_2.0.32.tar.gz
  to pool/main/w/wajig/wajig_2.0.32.tar.gz
wajig_2.0.32_all.deb
  to pool/main/w/wajig/wajig_2.0.32_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.31 (source all)

2005-11-14 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Nov 2005 06:48:22 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.31
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 318048 337587 339010
Changes: 
 wajig (2.0.31) unstable; urgency=low
 .
   * In BUILD two commands are run, but if first fails or is aborted
 then second was still being run. Fix it by test result. Bug
 reported by John V. Belmonte. (Closes: #337587)
 .
   * bash_completion now works on multiple package name arguments. Bug
 reported by Kamaraju Kusumanchi. (Closes: #318048)
 .
   * Add UPDATE-PCI-IDS and UPDATE-USB-IDS commands to call update-pciids
 and update-usbids, as suggested by Karl Schmidt.
 .
   * The use of +/-N in tail is deprecated. Using -n +/-N instead. Bug
 reported by Yves-Alexis Perez. (Closes: #339010)
Files: 
 85ebb8ffbbb71e285b0c9a97959802de 544 admin optional wajig_2.0.31.dsc
 0cfd3ceaf622d00356b4ed0b7447e752 148508 admin optional wajig_2.0.31.tar.gz
 464a4daedab3147bc1fc53805d84c648 91580 admin optional wajig_2.0.31_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDeSVRCZSR95Gw07cRAlvMAKCCN71xBgQDbHlbMlXuUq63vLQtlwCePnRF
cFq9mRKOJjeFZ3hTk8ty3T8=
=msXc
-END PGP SIGNATURE-


Accepted:
wajig_2.0.31.dsc
  to pool/main/w/wajig/wajig_2.0.31.dsc
wajig_2.0.31.tar.gz
  to pool/main/w/wajig/wajig_2.0.31.tar.gz
wajig_2.0.31_all.deb
  to pool/main/w/wajig/wajig_2.0.31_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.30 (source all)

2005-11-04 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 5 Nov 2005 15:35:13 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.30
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 317584 320126 330473 332822 337588
Changes: 
 wajig (2.0.30) unstable; urgency=low
 .
   * In glutil.py (used by gjig) fix gnome __init__ call to pass args
 without names since the names seem to have changed. Also replace
 deprecated mainloop and mainquit with main and main_quit.
 .
   * Extended the VERSION command and introduced VERSIONS as a near
 synonym to list the version available and the source distribution
 of the package. Suggested by John V. Belmonte. (Closes: #317584)
 .
   * Introduce the --yes option to ask apt-get to assume yes to
 questions. Requested by Jason Lewis.
 .
   * Do sudo -v before any sudo commands with pipes to avoid issues
 with pipes and multiple password requests. Bug reported by Karl Chen.
 (Closes: #320126)
 .
   * Add extra information in documentation about NETSELECT-APT writing
 a candidate sources.list to the current directory, not to the system
 file. Reported by David Fedoruk. (Closes: #332822)
 .
   * Revert behaviour of SOURCE to not do a BUILDDEPEND. Requested by
 John Belmonte. (Closes: #337588)
 .
   * Ensure wajig.completions is updated each make. Reported by John
 V. Belmonte. (Closes: #330473)
 .
   * debian/control: Standards-Version increased to 3.6.2
Files: 
 12a87409914be5e91ee4043937807a17 544 admin optional wajig_2.0.30.dsc
 839a887fc9b5e81009ef0a4ae18c99f0 148166 admin optional wajig_2.0.30.tar.gz
 0c546b92c8cb9fab2a55a513b3f10d7b 91166 admin optional wajig_2.0.30_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDbEHCCZSR95Gw07cRAtWzAJ9c4PVWMFNHADpX8vNE4mgQT+2XewCeKB3g
PKu90pL+G4+u+SYRnLbnsPE=
=X49R
-END PGP SIGNATURE-


Accepted:
wajig_2.0.30.dsc
  to pool/main/w/wajig/wajig_2.0.30.dsc
wajig_2.0.30.tar.gz
  to pool/main/w/wajig/wajig_2.0.30.tar.gz
wajig_2.0.30_all.deb
  to pool/main/w/wajig/wajig_2.0.30_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.29 (all source)

2005-06-21 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 21 Jun 2005 21:05:25 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.29
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 315082
Changes: 
 wajig (2.0.29) unstable; urgency=low
 .
   * In query through wget to packages.debian.org replace + with %2B.
 Bug reported by John V. Belmonte. (Closes: #315082)
Files: 
 907a84934cdae44272a872e796ee4c55 546 admin optional wajig_2.0.29.dsc
 e85ba18ef91f139c7ad5744000ea6369 146657 admin optional wajig_2.0.29.tar.gz
 e6bf3dc6aad7455d1f68c0d08b5c8efc 89582 admin optional wajig_2.0.29_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCuKiaCZSR95Gw07cRAtd/AKCaQDidWPlApwh2mML+xZI4nnhBGgCcCmFR
wLloKOjLb8rSkciporswJwI=
=w5Kd
-END PGP SIGNATURE-


Accepted:
wajig_2.0.29.dsc
  to pool/main/w/wajig/wajig_2.0.29.dsc
wajig_2.0.29.tar.gz
  to pool/main/w/wajig/wajig_2.0.29.tar.gz
wajig_2.0.29_all.deb
  to pool/main/w/wajig/wajig_2.0.29_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.28 (all source)

2005-06-18 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 18 Jun 2005 16:25:25 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.28
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 314730
Changes: 
 wajig (2.0.28) unstable; urgency=low
 .
   * Add new option to NEW and NEWUPGRADES to INSTALL the packages.
 Suggested by David Liontooth. (Closes: #314730)
Files: 
 2fcd277bcf7bd80554f6fc6ea84a6ebf 546 admin optional wajig_2.0.28.dsc
 95bd7fb6d70c4365047eca1fb4af6d42 146601 admin optional wajig_2.0.28.tar.gz
 1f3d411bed141adde510219db453a475 89492 admin optional wajig_2.0.28_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCtB0lCZSR95Gw07cRAsonAJ9bWpnZve65eH0lyTGl/XsY2CiknQCfbGMW
qqICBxFwETuVxmXe7y1x3XA=
=CGsV
-END PGP SIGNATURE-


Accepted:
wajig_2.0.28.dsc
  to pool/main/w/wajig/wajig_2.0.28.dsc
wajig_2.0.28.tar.gz
  to pool/main/w/wajig/wajig_2.0.28.tar.gz
wajig_2.0.28_all.deb
  to pool/main/w/wajig/wajig_2.0.28_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.27 (all source)

2005-06-01 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 2 Jun 2005 05:54:36 +1000
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.27
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.27) unstable; urgency=low
 .
   * Allow DIST-UPGRADE to have an optional argument to identify a
 distribution to upgrade to. Suggested by August Mayer.
 (Closes Bug#311543)
Files: 
 8b2445c16a73e0cd69dbe185c7d10d56 546 admin optional wajig_2.0.27.dsc
 5af7a4c02ffccc9031944366b94cc449 146369 admin optional wajig_2.0.27.tar.gz
 87a6a19dcf9b8d1ceb0c50abd03dbff4 89252 admin optional wajig_2.0.27_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCnnDVCZSR95Gw07cRApjFAKCQ1dhm1SzbOxM5jK5HdsemjJ03FgCfWEXQ
fgAoP/BgUnUKURpD/PNVYFA=
=mO1O
-END PGP SIGNATURE-


Accepted:
wajig_2.0.27.dsc
  to pool/main/w/wajig/wajig_2.0.27.dsc
wajig_2.0.27.tar.gz
  to pool/main/w/wajig/wajig_2.0.27.tar.gz
wajig_2.0.27_all.deb
  to pool/main/w/wajig/wajig_2.0.27_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.26 (all source)

2005-04-27 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 20:24:36 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.26
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.26) unstable; urgency=low
 .
   * BUILD and SOURCE will also now call apt-get build-dep first to
 ensure dependent packages for the build are installed.
 .
   * LIST-LOG takes an optional argument to filter the output on.
 .
   * LIST-LOG filters output to make the reading of the timestamp
 more pleasant. (Closes Bug#304435)
 .
   * DEPENDENTS output now indicates the dependency: d=depend, s=suggest,
 r=recommend, p=replaces, c=conflict, o=other. (Closes Bug#306221)
 .
   * STATUS-SEARCH calls to perform.execute all use langC to avoid
 LOCALE problems with sort. (Closes Bug#302648)
 .
   * LIST-SCRIPTS will display the contents of the package script files
 to the screen. Suggested by Jerry Quinn. (Closes Bug#306222)
Files: 
 9e629b63ee25f407cd5516d38d763b2a 546 admin optional wajig_2.0.26.dsc
 bd08609492b0e5335040e7840e16472d 146258 admin optional wajig_2.0.26.tar.gz
 8fa31098548d06a6f692c2cb2ef4035b 89060 admin optional wajig_2.0.26_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCb3k8CZSR95Gw07cRAmTjAKCLvtvrM6j0vsXrXBlH7VUk2nnP5gCghL9c
OTsDSx0jFtupUwPP/xYCv+k=
=rrV2
-END PGP SIGNATURE-


Accepted:
wajig_2.0.26.dsc
  to pool/main/w/wajig/wajig_2.0.26.dsc
wajig_2.0.26.tar.gz
  to pool/main/w/wajig/wajig_2.0.26.tar.gz
wajig_2.0.26_all.deb
  to pool/main/w/wajig/wajig_2.0.26_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.25 (all source)

2005-04-08 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  5 Mar 2005 06:51:36 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.25
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.25) unstable; urgency=low
 .
   * Extend LIST-ALL with optional argument to filter output on.
 Requested by Karl Schmidt.
 .
   * Start implementing logging of install/remove/update. Suggested
 by Karl Schmidt (Begins addressing Bug#297461).
 .
   * New command LIST-LOG will simply list the contents of the log file.
 .
   * LIST-WIDE removes extra space to list as compact as possible. Suggested
 by Karl Schmidt
 .
   * PURGE-DEPEND now only checks installed packages. Suggested by Manuel
 Hernandez.
Files: 
 284236344787265d33ed63c7fbc2d4c4 546 admin optional wajig_2.0.25.dsc
 5bd9312268684e1bbee5d48e5c89d724 129646 admin optional wajig_2.0.25.tar.gz
 2f4cd672b5bc192c7399d83f0554662a 88298 admin optional wajig_2.0.25_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCKeUfCZSR95Gw07cRAuUFAJ44e4kGM1Rtlrp+o5EhwwwbO3RergCfZ/Rs
ZRBEHjrGMnOqAp+jwLFxDfA=
=OGeA
-END PGP SIGNATURE-


Accepted:
wajig_2.0.25.dsc
  to pool/main/w/wajig/wajig_2.0.25.dsc
wajig_2.0.25.tar.gz
  to pool/main/w/wajig/wajig_2.0.25.tar.gz
wajig_2.0.25_all.deb
  to pool/main/w/wajig/wajig_2.0.25_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.24 (all source)

2005-02-19 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  20 Feb 2005 10:01:06 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.24
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.24) unstable; urgency=low
 .
   * Add DOC back into wajig. Suggested by Francesco Potorti. (Closes
 Bug#295806).
   * Use langC for grep when doing apt-cache dumpavail and count_upgrades
 since grep is very slow on other locales. Fix suggested by Reuben Thomas
 in relation to Bug#295022. (Closes Bug#295022).
   * Add LIST-SECTION(S) to the documentation. Reported by David
 Liontooth. (Closes Bug#295923).
Files: 
 8dcad276d8d5c3e6d9df5a3f542041f8 546 admin optional wajig_2.0.24.dsc
 04868b307b98643129e27b0b3dec836a 128954 admin optional wajig_2.0.24.tar.gz
 83c460f4bbf14b32f34f4b09b1100f94 87662 admin optional wajig_2.0.24_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCF9qLCZSR95Gw07cRAjuGAJ4lWek+qhZz5yFlzWwOZFEEqK2KEwCgj6/j
OtYseTCiGae0TroBA46sKsU=
=+ypU
-END PGP SIGNATURE-


Accepted:
wajig_2.0.24.dsc
  to pool/main/w/wajig/wajig_2.0.24.dsc
wajig_2.0.24.tar.gz
  to pool/main/w/wajig/wajig_2.0.24.tar.gz
wajig_2.0.24_all.deb
  to pool/main/w/wajig/wajig_2.0.24_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.23 (all source)

2005-02-18 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  18 Feb 2005 18:17:37 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.23
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 295455
Changes: 
 wajig (2.0.23) unstable; urgency=low
 .
   * Change plurality of a message
   * Fix problem with CHANGLOG when the source package is not an
 installable package, as in libgtk2.0-dev and source gtk+2.0.
 Bug reported by Matthew Hawkins (Closes: #295455).
Files: 
 1faf919d08ee4a0862b53b2b851b4057 546 admin optional wajig_2.0.23.dsc
 f4becf78b003a3193cec34128086781a 119596 admin optional wajig_2.0.23.tar.gz
 6d9089a62a0bbdc83bf14bc12a3b5c55 78928 admin optional wajig_2.0.23_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCFd1FCZSR95Gw07cRAuzrAJ97qT3ceMpXBpqhy1Ar/qNYXvOM0gCfTKD0
fPnF1S2BgIKaATPNJsvg3YE=
=80Aa
-END PGP SIGNATURE-


Accepted:
wajig_2.0.23.dsc
  to pool/main/w/wajig/wajig_2.0.23.dsc
wajig_2.0.23.tar.gz
  to pool/main/w/wajig/wajig_2.0.23.tar.gz
wajig_2.0.23_all.deb
  to pool/main/w/wajig/wajig_2.0.23_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.22 (all source)

2005-02-06 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  6 Feb 2005 19:47:37 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.22
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Changes: 
 wajig (2.0.22) unstable; urgency=low
 .
   * New commands LISTSECTION and LISTSECTIONS.
Files: 
 d6ac857c7ab403fedd98452d65a1d13a 546 admin optional wajig_2.0.22.dsc
 4b05b08990080a94174d0c6e411c9c29 119054 admin optional wajig_2.0.22.tar.gz
 86c65176f689228d28bda5094ee0d48e 78304 admin optional wajig_2.0.22_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCBiBjCZSR95Gw07cRAvKSAJ9ZkJQpwkvaqNZAECC3RhqruRVK6gCggX+p
ze/+peDW4HZyLh5oRooFznA=
=9Dox
-END PGP SIGNATURE-


Accepted:
wajig_2.0.22.dsc
  to pool/main/w/wajig/wajig_2.0.22.dsc
wajig_2.0.22.tar.gz
  to pool/main/w/wajig/wajig_2.0.22.tar.gz
wajig_2.0.22_all.deb
  to pool/main/w/wajig/wajig_2.0.22_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.21-1 (all source)

2005-02-01 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  1 Feb 2005 19:43:47 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.21-1
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 292581
Changes: 
 wajig (2.0.21-1) unstable; urgency=low
 .
   * New upstream release
 - Exit with status 1 if LISTNAMES returns no results. Bug reported by
   A Costa (Closes: #292581).
Files: 
 dcd7d8267a013e1cff44673f7a6ab32f 616 admin optional wajig_2.0.21-1.dsc
 71de395f31f3c35b21803acb5546db28 107793 admin optional wajig_2.0.21.orig.tar.gz
 8cbecaf4f683c6a0f0274f549de651d7 10773 admin optional wajig_2.0.21-1.diff.gz
 2783ff19bffa7e0499cdb4697e0dc002 78140 admin optional wajig_2.0.21-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD4DBQFB/3IfCZSR95Gw07cRAubVAJ9Hl/9G07pS7mUdPs7cqy5YeGdLIwCY2R/C
k0brFoGqZ9Pe3VhPL3qM5w==
=hjUS
-END PGP SIGNATURE-


Accepted:
wajig_2.0.21-1.diff.gz
  to pool/main/w/wajig/wajig_2.0.21-1.diff.gz
wajig_2.0.21-1.dsc
  to pool/main/w/wajig/wajig_2.0.21-1.dsc
wajig_2.0.21-1_all.deb
  to pool/main/w/wajig/wajig_2.0.21-1_all.deb
wajig_2.0.21.orig.tar.gz
  to pool/main/w/wajig/wajig_2.0.21.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wajig 2.0.20-1 (all source)

2005-01-29 Thread Graham Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Jan 2005 21:41:43 +1100
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.0.20-1
Distribution: unstable
Urgency: low
Maintainer: Graham Williams [EMAIL PROTECTED]
Changed-By: Graham Williams [EMAIL PROTECTED]
Description: 
 wajig  - simplified Debian package management front end
Closes: 288852 292456 292457 292469
Changes: 
 wajig (2.0.20-1) unstable; urgency=low
 .
   * New maintainer (== upstream author), with the previous maintainer as 
sponsor
 .
   * debian/control: Added Dirk as Uploaders:
 .
   * Regenerate Graham's debian package build.
 .
 - Fix a locale problem where LC_ALL was being set to C by wajig for
   all external system calls. Only needed for STATUS? Bug reported
   by Serge Matveev (Closes: #288852).
 - Fix bug in getting username when USER not define, reported by
   Dirk Eddelbuettel
 - Fix typo reported by A Costa (Closes: #292456)
 - LISTALTS should ignore the README Reported by A Costa
   (Closes: #292457)
 - Fix change of DEPENDEES to DEPENDENTS Reported by A Costa
   (Closes: #292469)
Files: 
 24c43f7a441b45c43295c4893fcd5eb1 616 admin optional wajig_2.0.20-1.dsc
 66c83f1ae3f7ed2d0e33a265463ea70c 107584 admin optional wajig_2.0.20.orig.tar.gz
 cfaa0d27d85065cf37b46acf96cfc5de 10706 admin optional wajig_2.0.20-1.diff.gz
 67c764915576e37e366a958792be1dcd 77866 admin optional wajig_2.0.20-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB+7mbCZSR95Gw07cRAhYJAJ4vvlru/lE0TQvgOcfKQqE/incdzACfcr6e
21ksqClqJTJ29J5i0htq+XI=
=Bsit
-END PGP SIGNATURE-


Accepted:
wajig_2.0.20-1.diff.gz
  to pool/main/w/wajig/wajig_2.0.20-1.diff.gz
wajig_2.0.20-1.dsc
  to pool/main/w/wajig/wajig_2.0.20-1.dsc
wajig_2.0.20-1_all.deb
  to pool/main/w/wajig/wajig_2.0.20-1_all.deb
wajig_2.0.20.orig.tar.gz
  to pool/main/w/wajig/wajig_2.0.20.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]