Dear maintainer,

I've prepared an NMU for pybliographer (versioned as 1.2.12-3.1) and
had it uploaded to DELAYED/5. (Well, it was 2 days ago, sorry for the delayed message.) Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diff -u pybliographer-1.2.12/debian/changelog pybliographer-1.2.12/debian/changelog
--- pybliographer-1.2.12/debian/changelog
+++ pybliographer-1.2.12/debian/changelog
@@ -1,3 +1,10 @@
+pybliographer (1.2.12-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix improper handling of alternatives.  (Closes: #544209)
+
+ -- Jakub Wilk <uba...@users.sf.net>  Wed, 18 Nov 2009 23:29:31 +0100
+
 pybliographer (1.2.12-3) unstable; urgency=low
 
   * Fix pybliographic translations due to automake transition.  Thanks to
diff -u pybliographer-1.2.12/debian/pybliographer.postinst pybliographer-1.2.12/debian/pybliographer.postinst
--- pybliographer-1.2.12/debian/pybliographer.postinst
+++ pybliographer-1.2.12/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 -u pybliographer-1.2.12/debian/pybliographer.prerm pybliographer-1.2.12/debian/pybliographer.prerm
--- pybliographer-1.2.12/debian/pybliographer.prerm
+++ pybliographer-1.2.12/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)

Attachment: signature.asc
Description: Digital signature

Reply via email to