Your message dated Sat, 30 Jun 2007 14:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#419133: fixed in devscripts 2.10.6 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.10.2 Severity: minor File: /usr/bin/uupdate When calling 'uupdate -u foo-1.1.tar.gz' and the diff-file could not be applied, uupdate prints out an error message: New Release will be 1.1-1. -- Untarring the new sourcecode archive foo-1.1.tar.gz 1 out of 2 hunks FAILED -- saving rejects to file config.sample.rej uupdate: the diffs from version 0.9.12-1 did not apply cleanly! Rejected diffs are in ./config.sample.rej ^^ But uupdate is called from directory <package>-<oldversion>. So from this point the rejected diff is located in ../<package>-<newversion>/. Thatswhy I suggest that the message above should be changed. See attached diff. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.15 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages devscripts depends on: ii debianutils 2.18 Miscellaneous utilities specific t ii dpkg-dev 1.13.25 package building tools for Debian ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii perl 5.8.8-7 Larry Wall's Practical Extraction ii sed 4.1.5-1 The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.6.5 Gives a fake root environment -- no debconf information--- scripts/uupdate.sh 2007-02-25 10:36:45.000000000 +0100 +++ /tmp/uupdate.sh 2007-04-13 22:20:31.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/bash -x # # Upgrade an existing package # Christoph Lameter, December 24, 1996 @@ -414,7 +414,7 @@ echo "Success. The supplied diffs worked fine on the Debian sources." else echo "$PROGNAME: the diffs supplied did not apply cleanly!" >&2 - X=$(find . -name "*.rej") + X=$(find ../$PACKAGE-$NEW_VERSION -name "*.rej") if [ -n "$X" ]; then echo "Rejected diffs are in $X" >&2 fi @@ -682,7 +682,7 @@ echo "Success! The diffs from version $VERSION worked fine." else echo "$PROGNAME: the diffs from version $VERSION did not apply cleanly!" >&2 - X=$(find . -name "*.rej") + X=$(find ../$PACKAGE-$NEW_VERSION -name "*.rej") if [ -n "$X" ]; then echo "Rejected diffs are in $X" >&2 fi
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.10.6 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.10.6.dsc to pool/main/d/devscripts/devscripts_2.10.6.dsc devscripts_2.10.6.tar.gz to pool/main/d/devscripts/devscripts_2.10.6.tar.gz devscripts_2.10.6_i386.deb to pool/main/d/devscripts/devscripts_2.10.6_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. Mohammed Adnène Trojette <[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: Sat, 30 Jun 2007 12:58:41 +0200 Source: devscripts Binary: devscripts Architecture: source i386 Version: 2.10.6 Distribution: unstable Urgency: low Maintainer: Devscripts Devel Team <[EMAIL PROTECTED]> Changed-By: Mohammed Adnène Trojette <[EMAIL PROTECTED]> Description: devscripts - Scripts to make the life of a Debian Package maintainer easier Closes: 416548 419024 419133 421781 421872 423669 429649 429774 430786 Changes: devscripts (2.10.6) unstable; urgency=low . [ Adam D. Barratt ] * bts + Cc bug reports if the control message contains a comment (Closes: #429649) + Support passing multiple packages / addresses to "bts cache" (Closes: #416548) + Add archive / unarchive support + Make caching of "status mboxes" work again * Fix changelog typos (Closes: #429774) * debdiff: Sort conffiles and control before comparing them. Thanks to Peter Samuelson for the patch (Closes: #421781) * tagpending + Use tag=pending rather than include=pending (Closes: #430786) + Sort bug numbers in numerical order + Process bugs that are already tagged pending and closed in the changelog . [ James Vega ] * uupdate: + When displaying patch reject files, show the path to the new upstream directory where they're contained. (Closes: #419133) * uscan: + Support https URLs. This requires installing libcrypt-ssleay-perl. (Closes: #423669) * debian/control: + Add libcrypt-ssleay-perl to Suggests and description for uscan. * wnpp: + Update the manpage and help output to document what RFA, RFH, and O mean. Also add a pointer to the WNPP website. (Closes: #421872) * PackageDeps: + Use ||= instead of |= to set the package name in %dep_pkgs. It is the correct way to do things and |= causes odd results on at least amd64. (Closes: #419024) . [ Mohammed Adnène Trojette ] * Release. Files: 4c27358cba51b06399b93d0dd2cffad4 1089 devel optional devscripts_2.10.6.dsc bef53d952bec7546a7609f23eb626766 457830 devel optional devscripts_2.10.6.tar.gz 952b8fac4006b13e450eb6dea5063997 398332 devel optional devscripts_2.10.6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGhmcKOU3FkQ7XBOoRAqZOAJ0Q98Tu2ypwnfvi6UFmoyj/de398QCgzmVO jK6TDwD4o95J9EaTWEG+a3Q= =I/5C -----END PGP SIGNATURE-----
--- End Message ---

