Your message dated Sun, 28 Oct 2007 05:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443144: fixed in dpatch 2.0.28
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: dpatch
Version: 2.0.27
Severity: normal
Tags: patch

Sometimes upstream tarballs have strange names.  uscan/watch provides a way
to normalize them.  uscan will download the new version and set a symlink from
the canonical name to the upstream name.  e.g.

gambc_4.0.1.orig.tar.gz
 -> gambc-v4_0_1.tgz

When d-g-o copies the tarball to the directory, it traverses the symlink and
copies the file using the upstream name.  I believe it should use the canonical
name; otherwise the subsequent tests in d-g-o can't find the tarball, d-g-o
errors out, and dpatch-edit-patch consequently fails.

Also, there is a minor error:  if d-g-o is called with no arg, the usage
message is never printed because the 'switch' command errors out and d-g-o
exits first.

--- /usr/bin/dpatch-get-origtargz.orig  2007-09-18 16:14:14.000000000 -0400
+++ /usr/bin/dpatch-get-origtargz       2007-09-18 23:59:38.000000000 -0400
@@ -11,7 +11,7 @@
 # Usage: dpatch-get-origtargz origtardir
 
 ORIGTARDIR="$1"
-shift
+shift || true
 if [ -z "$ORIGTARDIR" ] || [ -n "$1" ]; then
   echo >&2 "${DPGO_BASENAME}: Usage: dpatch-get-origtargz <origtardir>"
   exit 1
@@ -33,12 +33,12 @@
        fi
     done
 fi
- 
+
 # path and other methods failed, try heuristics and apt
 
 if [ ! -f  "${ORIGTARDIR}/$ORIGTARGZ" ]; then
     if [ -f "../$ORIGTARGZ" ]; then
-       cp $(readlink -f "../$ORIGTARGZ") $ORIGTARDIR
+       cp $(readlink -f "../$ORIGTARGZ") $ORIGTARDIR/$ORIGTARGZ
     elif [ -x $(which apt-get) ]; then
        if (cd $ORIGTARDIR && apt-get --tar-only source "$PACKAGENAME"); then
            if ! [ -f "${ORIGTARDIR}/$ORIGTARGZ" ]; then


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev                      1.14.6     package building tools for Debian
ii  fakeroot                      1.7.1      Gives a fake root environment
ii  patchutils                    0.2.31-4   Utilities to work with patches

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dpatch
Source-Version: 2.0.28

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

dpatch_2.0.28.dsc
  to pool/main/d/dpatch/dpatch_2.0.28.dsc
dpatch_2.0.28.tar.gz
  to pool/main/d/dpatch/dpatch_2.0.28.tar.gz
dpatch_2.0.28_all.deb
  to pool/main/d/dpatch/dpatch_2.0.28_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Junichi Uekawa <[EMAIL PROTECTED]> (supplier of updated dpatch 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: Sun, 28 Oct 2007 13:47:55 +0900
Source: dpatch
Binary: dpatch
Architecture: source all
Version: 2.0.28
Distribution: unstable
Urgency: low
Maintainer: Dpatch Maintainers <[EMAIL PROTECTED]>
Changed-By: Junichi Uekawa <[EMAIL PROTECTED]>
Description: 
 dpatch     - patch maintenance system for Debian source packages
Closes: 316587 316588 440044 443140 443144 444231 446049
Changes: 
 dpatch (2.0.28) unstable; urgency=low
 .
   * Bug fix: "dpatch: manpage refers to DPGO_ORIGTARPATH but real variable
     is DPGO_ORIGTARGZPATH", thanks to Sylvain Le Gall (Closes: #444231).
   * Bug fix: "d-e-p: cmdline flag to automatically append new patch name
     to 00list", thanks to Sandro Tosi (Closes: #316588).
   * Bug fix: "/usr/bin/dpatch-edit-patch: d-e-p: cmdline flag for applying
     all patches when creating new patch", thanks to Sandro Tosi (Closes:
     #316587).
   * Bug fix: "Fix hyphens in man page and update FSF address in
     copyright.", thanks to Kumar Appaiah (Closes: #446049).
   * Bug fix: "dpatch: fails when $HOME contains spaces", thanks to Martin
     Koeppe (Closes: #440044).
   * Bug fix: "dpatch-edit-patch: when tarball retrieve fails, error msg is
     incomplete", thanks to Kurt B. Kaiser (Closes: #443140).
   * Bug fix: "dpatch-get-origtargz: doesn't use canonical tarball name
     for retrieved file", thanks to Kurt B. Kaiser (Closes: #443144).
Files: 
 52477debab951ccd558768143636cfd1 656 devel optional dpatch_2.0.28.dsc
 b490542e9a2e9cfd88832bf19387e528 109609 devel optional dpatch_2.0.28.tar.gz
 060c120328e08c070ae80ad8420ac0f2 87008 devel optional dpatch_2.0.28_all.deb

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

iD8DBQFHJBZt2Dd9TugeVcERAtbDAJ9Cgo6Pamtu9RSOBTv4GCarEh+rCgCeIbhY
P6BcYjFouiOtDA5REh3Ge38=
=XKZt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to