Your message dated Thu, 23 Aug 2007 21:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374818: fixed in bc 1.06.94-1
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: dc
Version: 1.06-19
Severity: normal
Tags: patch

new prerm failed-upgrade is called when old prerm upgrade fails, and
it should attempt the same thing, but fix any errors discovered in the
old scripts.  Until such an error is known and understood, they should
be identical.  The "-in-favour" is actually passed as "$2", not as a
suffix to "$1" (but note that it never appears for any "$1" that can
also have "$2" as a version string, which is nice; otherwise you'd
have to test $# -eq 2).  postinst should handle the maintscript
rollback request.

--- /var/lib/dpkg/info/dc.prerm 2005-11-17 17:06:48.000000000 -0500
+++ /tmp/dc.prerm       2006-06-20 21:52:08.000000000 -0400
@@ -16,18 +16,10 @@
 
 
 case "$1" in
-    remove|upgrade|remove-in-favour|deconfigure-in-favour)
-       #
-       install-info --quiet --remove dc
-        #
-#         if command -v install-docs >/dev/null 2>&1 
-#      then
-#          install-docs -r dc
-#         fi
+remove|upgrade|failed-upgrade|deconfigure)
+       install-info --quiet --remove dc
        ;;
-    failed-upgrade)
-        ;;
-    *)
+*)
        echo "prerm called with unknown argument \`$1'" >&2
        ;;
 


--- /var/lib/dpkg/info/dc.postinst      2005-11-17 17:06:48.000000000 -0500
+++ /tmp/dc.postinst    2006-06-20 21:59:43.000000000 -0400
@@ -20,28 +20,16 @@
 
 
 case "$1" in
-    configure)
-       #
-       install-info --quiet --section "General commands" "General commands" \
-               /usr/share/info/dc.info.gz 
-       #
-#      if [ -x /usr/bin/update-menus ]
-#      then
-#          update-menus 
-#      fi
-       #
-#      if command -v install-docs >/dev/null 2>&1 
-#      then
-#          install-docs -i /usr/share/doc-base/dc
-#      fi
+    configure|abort-remove|abort-deconfigure)
+       s="General commands"
+       install-info --quiet --section "$s" "$s" /usr/share/info/dc.info.gz
        ;;
-    abort-upgrade|abort-remove|abort-deconfigure)
+
+    abort-upgrade)
+       # Nothing to undo
        ;;
+
     *)
        echo "postinst called with unknown argument \`$1'" >&2
        ;;
 esac
-
-
-
- 


--- End Message ---
--- Begin Message ---
Source: bc
Source-Version: 1.06.94-1

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

bc_1.06.94-1.diff.gz
  to pool/main/b/bc/bc_1.06.94-1.diff.gz
bc_1.06.94-1.dsc
  to pool/main/b/bc/bc_1.06.94-1.dsc
bc_1.06.94-1_i386.deb
  to pool/main/b/bc/bc_1.06.94-1_i386.deb
bc_1.06.94.orig.tar.gz
  to pool/main/b/bc/bc_1.06.94.orig.tar.gz
dc_1.06.94-1_i386.deb
  to pool/main/b/bc/dc_1.06.94-1_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.
John Hasler <[EMAIL PROTECTED]> (supplier of updated bc 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: Thu,  23 Aug 2007 15:18:09 -0500
Source: bc
Binary: bc dc
Architecture: source i386
Version: 1.06.94-1
Distribution: unstable
Urgency: low
Maintainer: John Hasler <[EMAIL PROTECTED]>
Changed-By: John Hasler <[EMAIL PROTECTED]>
Description: 
 bc         - The GNU bc arbitrary precision calculator language
 dc         - The GNU dc arbitrary precision reverse-polish calculator
Closes: 221781 245899 287210 296232 301921 357728 374818 388487 389345 429156 
436578
Changes: 
 bc (1.06.94-1) unstable; urgency=low
 .
   * New upstream release
 .
     Code cleanup upstream has fixed these
     Closes: #357728: bc: Segfaults
     Closes: #221781: dc: precision >= 1000000000 does not work
     Closes: #429156: dc: segfaults when generating primes
     Closes: #296232: dc directory' should print an error
     Closes: #301921: 'man bc' typos: "environent", "specifing"
 .
   * Patched use_quit() in main.c to run rl_initialize().
     Closes: #287210: bc: Interrupt should reset the input line
 .
   * BC_LINE_LENGTH=0 disables the multi-line feature.
     Closes: #245899: bc: BC_LINE_LENGTH=0 or similar for ``do never split''
     should be added, or the manpage should be fixed
 .
   * Upstream says this in correct POSIX behavior.
     Closes: #388487: bc: scale strangeness
 .
   * Applied patch from Justin Pryzby.
     Closes: #374818: dc: maintscript prerm arguments
 .
   * Remove '-s' from calls to install in debian/rules.  Fixes both bc and dc.
     Closes: #436578: bc: not handling nostrip build option (policy 10.1) 
sid/i386
 .
   * Upstream has removed the '-E' option.
     Closes: #389345: dc: man page formatting bug
 .
   * Added -DDONTEXIT to debian/rules as it is not the default.
 .
   * Man page typos fixed upstream.
 .
   * Added home page (such as it is) to descriptions.
 .
   * Fixed make distclean call in debian/rules.
Files: 
 c61eeb06179ae99a2246fbd32dbf229e 742 math standard bc_1.06.94-1.dsc
 ea7704fc02b359ce92fa4360c802fb23 361055 math standard bc_1.06.94.orig.tar.gz
 7f1bf6723190595beeea924a5c449fe7 12352 math standard bc_1.06.94-1.diff.gz
 6b5022c238d46e539336ca8c7725895f 71758 math standard bc_1.06.94-1_i386.deb
 c030358cf52949e0fece3818b46fa573 64392 math standard dc_1.06.94-1_i386.deb

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

iQCVAwUBRs31Rvc1CeQKxb5hAQJ8XQQAp/VjhntMDgNJai3tokRUHoN4xHkMIb69
8tKluGcQEUK/+agNvAHGkn6LstzIlmknIFt2TaDnjb/99DoybOUIOq36beHUW33v
6zHyGW7P6WErad6RicKgtI9kZizfI95ll4u3zDepKw5/hM8Ihp+8jaYCphulsxRE
56KKCCPPbZw=
=teW9
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to