Your message dated Thu, 11 Sep 2014 06:49:21 +0000
with message-id <[email protected]>
and subject line Bug#743174: fixed in python-debian 0.1.23
has caused the Debian Bug report #743174,
regarding devscripts: wrap-and-sort does not handle comments in Build-Depends
properly
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.)
--
743174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.14.1
Severity: normal
Dear Maintainer,
Running wrap-and-sort on a control file of a package that had the first
build dep commented out completely deletes the build-deps of the package.
Testcase :
Snippet from a control file -
....
Build-Depends:
# kde-sc-dev-latest (>= 4:4.10.2),
cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
....
Running wrap-and-sort on a control file with such a snippet will delete
everything from the Build Depends
-- Package-specific info:
--- /etc/devscripts.conf ---
--- ~/.devscripts ---
DEBSIGN_KEYID=F2672094
-- System Information:
Debian Release: jessie/sid
APT prefers trusty-updates
APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500,
'trusty-proposed'), (500, 'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0-30-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages devscripts depends on:
ii dpkg-dev 1.17.5ubuntu5.3
ii libc6 2.19-0ubuntu6
ii perl 5.18.2-2ubuntu1
ii python3 3.4.0-0ubuntu2
pn python3:any <none>
Versions of packages devscripts recommends:
ii at 3.1.14-1ubuntu1
ii curl 7.35.0-1ubuntu2
ii dctrl-tools 2.23ubuntu1
ii dput 0.9.6.4ubuntu1
ii fakeroot 1.20-3ubuntu2
ii gnupg 1.4.16-1ubuntu2
ii libdistro-info-perl 0.12
ii libencode-locale-perl 1.03-1
ii libjson-perl 2.61-1
ii libparse-debcontrol-perl 2.005-4
ii liburi-perl 1.60-1
ii libwww-perl 6.05-2
ii lintian 2.5.22ubuntu1
ii man-db 2.6.7.1-1
ii patch 2.7.1-4ubuntu1
ii patchutils 0.3.2-3
ii python3-debian 0.1.21+nmu2ubuntu2
ii python3-magic 1:5.14-2ubuntu3
ii sensible-utils 0.0.9
ii strace 4.8-1ubuntu5
ii unzip 6.0-9ubuntu1
ii wdiff 1.2.1-2
ii wget 1.15-1ubuntu1
ii xz-utils 5.1.1alpha+20120614-2ubuntu2
Versions of packages devscripts suggests:
pn bsd-mailx | mailx <none>
ii build-essential 11.6ubuntu6
pn cvs-buildpackage <none>
ii debian-keyring 2014.03.03
pn devscripts-el <none>
pn equivs <none>
pn gnuplot <none>
ii gpgv 1.4.16-1ubuntu2
ii libauthen-sasl-perl 2.1500-1
ii libfile-desktopentry-perl 0.07-1
ii liblwp-protocol-https-perl 6.04-2
ii libnet-smtp-ssl-perl 1.01-3
pn libsoap-lite-perl <none>
pn libterm-size-perl <none>
ii libtimedate-perl 2.3000-1
pn libyaml-syck-perl <none>
pn mutt <none>
ii openssh-client [ssh-client] 1:6.6p1-2ubuntu2
pn svn-buildpackage <none>
pn w3m <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-debian
Source-Version: 0.1.23
We believe that the bug you reported is fixed in the latest version of
python-debian, which is due to be installed in the Debian FTP archive.
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.
John Wright <[email protected]> (supplier of updated python-debian 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: SHA512
Format: 1.8
Date: Wed, 10 Sep 2014 23:18:38 -0700
Source: python-debian
Binary: python-debian python3-debian
Architecture: source all
Version: 0.1.23
Distribution: unstable
Urgency: medium
Maintainer: Debian python-debian Maintainers
<[email protected]>
Changed-By: John Wright <[email protected]>
Description:
python-debian - Python modules to work with Debian-related data formats
python3-debian - Python 3 modules to work with Debian-related data formats
Closes: 634848 655988 670679 671485 695932 712513 718355 732599 743174 760488
Changes:
python-debian (0.1.23) unstable; urgency=medium
.
[ Stuart Prescott ]
* Add sha512 sums to Release and Sources (Closes: #732599).
* Use warnings rather than stderr in PkgRelation (Closes: #712513).
* Expose the list of bugs closed by a changelog entry; thanks to Jelmer
Vernooi and Stefano Rivera for patches (Closes: #634848).
* Add support for .deb with uncompressed data.tar member (Closes: #718355).
* Prefer the internal parser rather than apt's TagFile for processing deb822
files unless explicitly called to process Packages or Sources files:
- prevents paragraph parsing truncating on comments (Closes: #743174).
- fix parsing of paragraphs when separated by more whitespace than just a
newline (Closes: #655988). (Finally fixing interactions with devscripts'
wrap-and-sort!)
* Parse foreign architecture (package:any) relationships and also other
multi-arch related relationships (Closes: #670679)
* Parse build-profiles syntax.
.
[ John Wright ]
* Fix a GPG validation bug. With some trailing whitespace, the code
could be tricked into validating a signature, but using the bogus
data after the signed section (Closes: #695932).
* Drop support for python2.5. (This allows us to do fewer import hacks
in deb822, and probably other modules as well.)
* Add a deb822.RestrictedWrapper class, for exposing read-only access
to a Deb822 instance's field values as strings, while restricting
write access to some fields, which are exposed via properties.
* deb822.Deb822Dict.dump: Add a text_mode parameter for dumping to
file(-like) objects that assume text/unicode input.
* Add a copyright module, for parsing machine-readable debian/copyright
files (Closes: #671485).
* Make deb822 tests hermetic with respect to debian-keyring updates
(Closes: #760488).
Checksums-Sha1:
12dfdc516cca4cb97db35d2058b557ce86ab4226 1861 python-debian_0.1.23.dsc
ad2363927297a16bd152f08ff268b2af147731d5 288092 python-debian_0.1.23.tar.xz
a9808610d3fe406bb66e6bbdd5c69201b669ae13 70630 python-debian_0.1.23_all.deb
61b44f5a2700e399d78a2c8ee795fe25d40cd08d 50384 python3-debian_0.1.23_all.deb
Checksums-Sha256:
e24ef01c4d285c442577b53644211510c10767a58a6e1c8df2aa7c1b1332b00b 1861
python-debian_0.1.23.dsc
cb057ba2003fd7738f295b15a1e24f1983ce8bc3725613b4ce80013a55fb0b56 288092
python-debian_0.1.23.tar.xz
d55ecce6400a5f8504aa8d8ce76846aab5cebea6003a1e1a240ba1f93e6f88f6 70630
python-debian_0.1.23_all.deb
ebed90218dde5f9a5a5d598db3533208a0bf9683b717c2c597ab95377ca0d69b 50384
python3-debian_0.1.23_all.deb
Files:
7d81d9acc4168890e10a6f4902c53ecc 70630 python optional
python-debian_0.1.23_all.deb
2ae2e6469ffb87c8d0ea6582c22bd48b 50384 python optional
python3-debian_0.1.23_all.deb
b3e9d9f696604ab144d5aed316c808dc 1861 python optional python-debian_0.1.23.dsc
f5458e5d1379feaf5a837e7f866b1b7a 288092 python optional
python-debian_0.1.23.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCgAGBQJUEUIQAAoJEOdiPQlLQO87z2cH/3LroAIC4gDT+ux4K11jwaRX
swQId21MKCOxDncnNUx+cwPqUi0YuHhOhp8XEsy7/7g1gDSddJJ+2WkpN0PKgLSx
2lyLtF6BJ+JykAOV3sPz993q5b0+7QJ3/3Fwq2ICzS0bFsLB9XpsRK75uogr6knp
gfOnEn03cyK5JurRdmmK1w0wVtS7ZyktaGYlknZi7xxwIb+IbVgDebpPxHj3TDzC
U9QHA5ZVziuNPeVWqgimk8BWJH0ngL+MRc5frAed4M6Zyd+mug1IetJzxaD+mBzm
W54HlaARddfiVYnXR8FaQVXEYOj76xirQf1jAaLxizwmz4C6zt6YqD2CikmTW7w=
=jb3+
-----END PGP SIGNATURE-----
--- End Message ---
--
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-python-debian-maint