Your message dated Tue, 27 Mar 2012 13:04:20 +0000
with message-id <[email protected]>
and subject line Bug#665729: fixed in wajig 2.4
has caused the Debian Bug report #665729,
regarding wajig: Please reinstate simulate and teaching options!
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
665729: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665729
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wajig
Version: 2.3
Severity: wishlist


Please reinstate wajig's simulation and teaching modes! They are incredibly 
useful parts of 
the package, empowering the user and building user knowledge and skills.

The 2.3 release notes justify their removal:

   * The "--simulate" and "--teaching" options:
     - they don't don't apply to a lot wajig commands
     - they display ugly output
     - I doubt if anyone will miss them

But we DO miss them! 

The simulate mode is really essential -- it's very informative, and it doesn't 
matter if 
it's ugly. There are very frequent cases where it's extremely useful to know 
the 
consequences of an action before taking it. This has often saved me a lot of 
grief.

The teaching mode is educational -- even if the output is ugly and incomplete. 
We're trying 
to learn about Debian's complex package managing system, and this mode gives us 
the benefit 
of an experienced user (wajig's author) training us to understand the system.

Please don't take away these very helpful modes! They don't have to be perfect 
to be useful.

Cheers,
David


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (100, 'testing'), (1, 'experimental'), (1, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38.6 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to en_US)
Shell: /bin/sh linked to /bin/dash

Versions of packages wajig depends on:
ii  apt                   0.8.10.3+squeeze1  Advanced front-end for dpkg
ii  dselect               1.15.8.11          Debian package management front-en
ii  python                2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-apt            0.7.100.1+squeeze1 Python interface to libapt-pkg
ii  python-central        0.6.16+nmu1        register and build utility for Pyt

wajig recommends no packages.

Versions of packages wajig suggests:
pn  alien                 <none>             (no description available)
pn  apt-listbugs          <none>             (no description available)
pn  apt-move              <none>             (no description available)
pn  apt-show-versions     <none>             (no description available)
ii  debconf               1.5.36.1           Debian configuration management sy
pn  deborphan             <none>             (no description available)
pn  dpkg-repack           <none>             (no description available)
ii  fakeroot              1.14.4-1           Gives a fake root environment
ii  fping                 2.4b2-to-ipv6-16.1 sends ICMP ECHO_REQUEST packets to
pn  gkdebconf             <none>             (no description available)
pn  gnome-tasksel         <none>             (no description available)
pn  gnome-terminal        <none>             (no description available)
ii  locales               2.11.2-10          Embedded GNU C Library: National L
ii  lynx                  2.8.8dev.5-1       Text-mode WWW Browser (transitiona
pn  python-glade2         <none>             (no description available)
pn  python-gnome2         <none>             (no description available)
pn  python-gtk2           <none>             (no description available)
ii  reportbug             4.12.6             reports bugs in the Debian distrib
ii  sudo                  1.8.3p1-2          Provide limited super user privile
pn  vrms                  <none>             (no description available)
ii  wget                  1.12-2.1           retrieves files from the web

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: wajig
Source-Version: 2.4

We believe that the bug you reported is fixed in the latest version of
wajig, which is due to be installed in the Debian FTP archive:

wajig_2.4.dsc
  to main/w/wajig/wajig_2.4.dsc
wajig_2.4.tar.gz
  to main/w/wajig/wajig_2.4.tar.gz
wajig_2.4_all.deb
  to main/w/wajig/wajig_2.4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tshepang Lekhonkhobe <[email protected]> (supplier of updated wajig package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 27 Mar 2012 12:51:44 +0200
Source: wajig
Binary: wajig
Architecture: source all
Version: 2.4
Distribution: unstable
Urgency: low
Maintainer: Graham Williams <[email protected]>
Changed-By: Tshepang Lekhonkhobe <[email protected]>
Description: 
 wajig      - simple and unified package management for Debian
Closes: 665729 665887
Changes: 
 wajig (2.4) unstable; urgency=low
 .
   * README, TODO, NEWS: if doc path (/usr/share/doc/<package name>) for
     a given package isn't found, check if such a package even exists.
   * INSTALL, INSTALLSUGGESTED: make --recommends and --norecommends options
     conflict.
   * INSTALL: one can now specify a mixture of installables:
     * deb files
     * url files
     * normal packages
     Previously, only one of these types could be installed at a time
   * make bash completer also complete lower-case COMMANDS;
     patch by "Reuben Thomas" <[email protected]>
   * Reinstate --simulate and --teaching options:
     - the --simulate option implies that the epilogs of the --help option
       are now redundant so they are now removed. All they did was state what
       commands would be ran.
     - the --teaching option is renamed to --teach (for sake of consistency)
     - Closes: #665729
   * LOCALUPGRADE remove:
     - [ole] wajig LOCALUPGRADE
     - [new] wajig UPGRADE --local
   * LOCALDISTUPGRADE remove:
     - [ole] wajig LOCALDISTUPGRADE
     - [new] wajig DISTUPGRADE --local
   * Fix an (embarassing) exception; Closes: #665887
Checksums-Sha1: 
 4fd62c4f0accc910b8fda7347c05543db286420e 917 wajig_2.4.dsc
 8f462f8a1d7d59bd5ae404840ac2a6918bcbd948 53276 wajig_2.4.tar.gz
 f2cbf24c02c36c75a6e45d391807ac719b582d37 54030 wajig_2.4_all.deb
Checksums-Sha256: 
 0c4ec9593ce05ade33cd10e844e798a908ef1b1de27fe026e11212353b8a2c9f 917 
wajig_2.4.dsc
 0f247cb513a9fd83f770d6c790f7e7d14fdedc28cdeea79b65e28c9a4af404c6 53276 
wajig_2.4.tar.gz
 e5b59deb96f9ef2e4e668d9113800199d9c5a57485b327ce88325f90d9177731 54030 
wajig_2.4_all.deb
Files: 
 253d41a3a13f4b6c3f30b1ca025f5d4b 917 admin optional wajig_2.4.dsc
 11bca7d48a1a1e3bea6ddade27c52d8b 53276 admin optional wajig_2.4.tar.gz
 4234a94e4ca2334f0682b3f98947117a 54030 admin optional wajig_2.4_all.deb

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

iD8DBQFPcbROCZSR95Gw07cRApxEAJ9hb8/lnoWM6RYtIyy+ANqrgBvkWgCaA0JY
hioY9c09Gfp7ONOckp7LMuo=
=yV1h
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to