Your message dated Wed, 11 Oct 2006 14:32:45 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388856: fixed in devscripts 2.9.22
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: devscripts
Version: 2.9.21
Severity: wishlist
Tags: patch

The attached patch lets aptitude detect and render nicely the list in
the description. Please see [1] for the rationale. Patch is attached.

Thanks,
*t

[1] http://wiki.debian.org/Aptitude::Parse-Description-Bullets=true

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages devscripts depends on:
hi  debianutils                  2.17        Miscellaneous utilities specific t
ii  dpkg-dev                     1.13.22     package building tools for Debian
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  perl                         5.8.8-6.1   Larry Wall's Practical Extraction 
hi  sed                          4.1.5-1     The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot                      1.5.10     Gives a fake root environment

-- no debconf information
--- control.orig        2006-09-23 01:03:18.000000000 +0200
+++ control     2006-09-23 01:04:06.000000000 +0200
@@ -16,69 +16,69 @@
  Contains the following scripts, dependencies/recommendations shown in
  brackets afterwards:
   - annotate-output: run a command and prepend time and stream (O for stdout,
-      E for stderr) for every line of output
+    E for stderr) for every line of output
   - archpath: print tla/Bazaar package names [tla | bazaar]
   - bts: a command-line tool for manipulating the BTS [www-browser,
-      libwww-perl, mailx | mailutils]
+    libwww-perl, mailx | mailutils]
   - checkbashisms: check whether a /bin/sh script contains any common
-      bash-specific contructs
+    bash-specific contructs
   - cvs-debi, cvs-debc: to call debi and debc from the CVS working directory
-      after running cvs-debuild or cvs-buildpackage [cvs-buildpackage]
+    after running cvs-debuild or cvs-buildpackage [cvs-buildpackage]
   - cvs-debrelease: to call debrelease from the CVS working directory
-      after running cvs-debuild or cvs-buildpackage [cvs-buildpackage,
-      dupload | dput, ssh]
+    after running cvs-debuild or cvs-buildpackage [cvs-buildpackage,
+    dupload | dput, ssh]
   - cvs-debuild: run cvs-buildpackage using debuild (see below) as the
-      package building program [cvs-buildpackage, fakeroot, lintian | linda,
-      gnupg]
+    package building program [cvs-buildpackage, fakeroot, lintian | linda,
+    gnupg]
   - dd-list: given a list of packages, pretty-print it ordered by maintainer
   - debc: display the contents of just-built .debs
   - debchange/dch: automagically add entries to debian/changelog files [wget]
   - debclean: purge a Debian source tree [fakeroot]
   - debcommit: commit changes to cvs or svn, basing commit message on
-      changelog [cvs | subversion]
+    changelog [cvs | subversion]
   - debdiff: compare two versions of a Debian package to check for
-      added and removed files [wdiff, patchutils]
+    added and removed files [wdiff, patchutils]
   - debi: install a just-built package
   - debpkg: dpkg wrapper to be able to manage/test packages without su
   - debrelease: wrapper around dupload or dput [dupload | dput, ssh]
   - debsign, debrsign: sign a .changes/.dsc pair without needing any of
-      the rest of the package to be present; can sign the pair remotely
-      or fetch the pair from a remote machine for signing [gnupg,
-      debian-keyring, ssh]
+    the rest of the package to be present; can sign the pair remotely
+    or fetch the pair from a remote machine for signing [gnupg,
+    debian-keyring, ssh]
   - debuild: wrapper to build a package without having to su or worry
-      about how to invoke dpkg to build using fakeroot.  Also deals
-      with common environment problems, umask etc. [fakeroot,
-      lintian | linda, gnupg]
+    about how to invoke dpkg to build using fakeroot.  Also deals
+    with common environment problems, umask etc. [fakeroot,
+    lintian | linda, gnupg]
   - deb-reversion: increases a binary package version number and repacks the
-      archive
+    archive
   - dget: downloads Debian source and binary packages [wget]
   - dpkg-depcheck, dpkg-genbuilddeps: determine the packages used during
-      the build of a Debian package; useful for determining the Build-Depends
-      control field needed [build-essential, strace]
+    the build of a Debian package; useful for determining the Build-Depends
+    control field needed [build-essential, strace]
   - dscverify: verify the integrity of a Debian package from the
-      .changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl]
+    .changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl]
   - grep-excuses: grep the update_excuses.html file for your packages [wget]
   - mass-bug: mass-file bug reports [mailx | mailutils]
   - mergechanges: merge .changes files from a package built on different
-      architectures
+    architectures
   - nmudiff: mail a diff of the current package against the previous version
-      to the BTS to assist in tracking NMUs [mutt]
+    to the BTS to assist in tracking NMUs [mutt]
   - plotchangelog: view a nice plot of the data in a changelog file
-      [libtimedate-perl, gnuplot]
+    [libtimedate-perl, gnuplot]
   - pts-subscribe: subscribe to the PTS for a limited period of time
-      [mailx | mailutils, at]
+    [mailx | mailutils, at]
   - rc-alert: list installed packages which have release-critical bugs [wget]
   - rmadison: remotely query the Debian archive database about packages [wget]
   - svnpath: print svn repository paths [subversion]
   - tagpending: shell script which runs from a Debian source tree and tags
-      bugs that are to be closed in the latest changelog as pending.
-      [wget]
+    bugs that are to be closed in the latest changelog as pending.
+    [wget]
   - uscan: scan upstream sites for new releases of packages [libwww-perl]
   - uupdate: integrate upstream changes into a source package [patch]
   - whodepends: check which maintainers' packages depend on a package
   - who-uploads [gnupg, debian-keyring, wget]: determine the most recent
-      uploaders of a package to the Debian archive
+    uploaders of a package to the Debian archive
   - wnpp-alert: list installed packages which are orphaned or up for
-      adoption [wget]
+    adoption [wget]
  Also included are a set of example mail filters for filtering mail
  from Debian mailing lists using exim, procmail, etc.

--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.9.22

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

devscripts_2.9.22.dsc
  to pool/main/d/devscripts/devscripts_2.9.22.dsc
devscripts_2.9.22.tar.gz
  to pool/main/d/devscripts/devscripts_2.9.22.tar.gz
devscripts_2.9.22_i386.deb
  to pool/main/d/devscripts/devscripts_2.9.22_i386.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.
Julian Gilbey <[EMAIL PROTECTED]> (supplier of updated devscripts 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.7
Date: Wed, 11 Oct 2006 20:16:02 +0100
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.9.22
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey <[EMAIL PROTECTED]>
Changed-By: Julian Gilbey <[EMAIL PROTECTED]>
Description: 
 devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 388856 389482
Changes: 
 devscripts (2.9.22) unstable; urgency=low
 .
   [ Julian Gilbey ]
   * Makefile: remove -ldl flag in libvfork linker line (from checklib
     output, see http://rerun.lefant.net/checklib)
   * control: make list render nicely with new aptitude list-handling
     facility (Closes: #388856)
   * bts: documentation for show usertag=...: s/user=/users=/
   * checkbashisms: make reasons for concern explicit, and show whole line
     of original script, not just matched fragment
   * dget: support ~ in package version numbers (Closes: #389482)
   * rmadison: make curl quiet (important when piping the output of
     rmadison)
   * who-uploads: don't bother with iconv -t option; it's the default
     behaviour anyway (see Bug#384835)
 .
   [ Joshua Kwan ]
   * Remove myself from Uploaders. -ENOTIME :(
Files: 
 ba6763600bf3356b67d21247e7375f83 654 devel optional devscripts_2.9.22.dsc
 3ce4908edfc2c63aafc961d9723b9488 363777 devel optional devscripts_2.9.22.tar.gz
 53a62db2fe98e2c0e2bc2d0ad98672b1 339130 devel optional 
devscripts_2.9.22_i386.deb

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

iD8DBQFFLUSsDU59w/205FkRAjssAKCFrCGzk2TTXFOWk4XLkYrGwllF0gCgoraF
P7GEo3dT9qOBt8L2YmtGPAE=
=R766
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to