Your message dated Wed, 25 Nov 2009 23:07:18 +0000
with message-id <e1ndqxc-0000uq...@ries.debian.org>
and subject line Bug#544209: fixed in pybliographer 1.2.12-3.1
has caused the Debian Bug report #544209,
regarding pybliographer: does not remove all files on removal
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 ow...@bugs.debian.org
immediately.)
--
544209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544209
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pybliographer
Version: 1.2.12-2
Severity: serious
Tags: patch
Justification: Policy 6.8
Unfortunately, my patch for #540529 was broken and now pybliographer
leaves unowned files after removal. Sorry for that, please don't trust
me again. ;)
The attached patch hopefully fixes this mess.
--
Jakub Wilk
diff --git a/debian/pybliographer.postinst b/debian/pybliographer.postinst
--- a/debian/pybliographer.postinst
+++ b/debian/pybliographer.postinst
@@ -4,8 +4,9 @@
case "$1" in
configure)
+ update-alternatives --remove pybliographer /usr/bin/bibtex.pybliographer
update-alternatives \
- --install /usr/bin/pybtex pybliographer /usr/bin/bibtex.pybliographer 100 --slave /usr/share/man/man1/pybtex.1.gz pybtex.1.gz /usr/share/man/man1/bibtex.pybliographer.1.gz
+ --install /usr/bin/pybtex pybtex /usr/bin/bibtex.pybliographer 100 --slave /usr/share/man/man1/pybtex.1.gz pybtex.1.gz /usr/share/man/man1/bibtex.pybliographer.1.gz
;;
abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/pybliographer.prerm b/debian/pybliographer.prerm
--- a/debian/pybliographer.prerm
+++ b/debian/pybliographer.prerm
@@ -7,7 +7,7 @@
case "$1" in
remove|upgrade|deconfigure)
- update-alternatives --remove pybliographer /usr/bin/pybtex
+ update-alternatives --remove pybtex /usr/bin/bibtex.pybliographer
;;
failed-upgrade)
--- End Message ---
--- Begin Message ---
Source: pybliographer
Source-Version: 1.2.12-3.1
We believe that the bug you reported is fixed in the latest version of
pybliographer, which is due to be installed in the Debian FTP archive:
pybliographer_1.2.12-3.1.diff.gz
to main/p/pybliographer/pybliographer_1.2.12-3.1.diff.gz
pybliographer_1.2.12-3.1.dsc
to main/p/pybliographer/pybliographer_1.2.12-3.1.dsc
pybliographer_1.2.12-3.1_all.deb
to main/p/pybliographer/pybliographer_1.2.12-3.1_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 544...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jakub Wilk <uba...@users.sf.net> (supplier of updated pybliographer 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 18 Nov 2009 23:29:31 +0100
Source: pybliographer
Binary: pybliographer
Architecture: source all
Version: 1.2.12-3.1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence <lawre...@debian.org>
Changed-By: Jakub Wilk <uba...@users.sf.net>
Description:
pybliographer - tool for manipulating bibliographic databases
Closes: 544209
Changes:
pybliographer (1.2.12-3.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix improper handling of alternatives. (Closes: #544209)
Checksums-Sha1:
ec879e6678b933691b5c1c1f8cb4bae3daf414f5 1229 pybliographer_1.2.12-3.1.dsc
b5bb0f68fe23c326d5eeee1bdbb32fe1faa7da5d 17114 pybliographer_1.2.12-3.1.diff.gz
b065a233ab39d02c78e0511666e954204765ba80 647766
pybliographer_1.2.12-3.1_all.deb
Checksums-Sha256:
29bf88cc16c1f1e2355de2d1513e51bf55397632edd0bf3a03ec58e0b19819d1 1229
pybliographer_1.2.12-3.1.dsc
62e777f7efb135044d2748a231f511dd4445557db7fd5d911878caccf215046a 17114
pybliographer_1.2.12-3.1.diff.gz
582ca4f87e3cc998d0c80c4ff47b085a1f050321cea7420c6a79a8d29c56f4fe 647766
pybliographer_1.2.12-3.1_all.deb
Files:
c3d4661789d3147157d31a9743b1de6b 1229 gnome optional
pybliographer_1.2.12-3.1.dsc
557603779adf721367eb5cb1df60ec62 17114 gnome optional
pybliographer_1.2.12-3.1.diff.gz
13e5020698fadb51d803ba627a828d57 647766 gnome optional
pybliographer_1.2.12-3.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAksHDjgACgkQB01zfu119ZlEDQCgnIC6en47rKZ2KKYwNzYe4Tk/
mEUAn3FdigjWPTeqY6h+wsKnTV4QSTU1
=riCa
-----END PGP SIGNATURE-----
--- End Message ---