Your message dated Fri, 02 Jun 2006 08:17:15 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#368250: fixed in dpatch 2.0.20
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.19

Patch that fix epoch support on dpatch-edit-patch and dpatch-get-origtargz
--- /usr/bin/dpatch-get-origtargz	2006-04-09 17:34:14.000000000 -0400
+++ /home/neumann/dpatch-get-origtargz	2006-05-19 15:57:51.000000000 -0400
@@ -18,7 +18,7 @@
 fi
 
 PACKAGENAME="$(dpkg-parsechangelog | sed -n '/^Source:/{s/^Source:[[:space:]]\+\(.*\)/\1/;p;q}')"
-UPSTREAMVERSION="$(dpkg-parsechangelog | sed -n '/^Version:/{s/^Version:[[:space:]]\+\([^-]\+\).*/\1/;p;q}')"
+UPSTREAMVERSION=$(dpkg-parsechangelog | perl -e 'while (<>) {/Version: ([0-9]:)*([0-9a-zA-Z\.]*)-.*$/ && printf "$2" . "\n";}')
 ORIGTARGZ="${PACKAGENAME}_${UPSTREAMVERSION}.orig.tar.gz"
 if [ -f "${ORIGTARDIR}/$ORIGTARGZ" ]; then
   true
--- /usr/bin/dpatch-edit-patch	2006-04-09 17:34:14.000000000 -0400
+++ /home/neumann/dpatch-edit-patch	2006-05-19 16:02:23.000000000 -0400
@@ -178,7 +178,7 @@
         dpep_message norm "* debian/-only layout selected"
 	if [ -z "$DPEP_ORIGTARGZ" ]; then
             PACKAGENAME="$(dpkg-parsechangelog | sed -n '/^Source:/{s/^Source:[[:space:]]\+\(.*\)/\1/;p;q}')"
-            UPSTREAMVERSION="$(dpkg-parsechangelog | sed -n '/^Version:/{s/^Version:[[:space:]]\+\([^-]\+\).*/\1/;p;q}')"
+            UPSTREAMVERSION=$(dpkg-parsechangelog | perl -e 'while (<>) {/Version: ([0-9]:)*([0-9a-zA-Z\.]*)-.*$/ && printf "$2" . "\n";}')
             ORIGTARGZ="${PACKAGENAME}_${UPSTREAMVERSION}.orig.tar.gz"
 	    export DPGO_ORIGTARGZPATH="$DPEP_ORIGTARGZPATH"
 	    if ! eval "$DPEP_GETORIGTARGZ $REFPDIR"; then

Attachment: pgp15dQLfVCZQ.pgp
Description: PGP signature


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

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.20.dsc
  to pool/main/d/dpatch/dpatch_2.0.20.dsc
dpatch_2.0.20.tar.gz
  to pool/main/d/dpatch/dpatch_2.0.20.tar.gz
dpatch_2.0.20_all.deb
  to pool/main/d/dpatch/dpatch_2.0.20_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: Fri,  2 Jun 2006 23:19:56 +0900
Source: dpatch
Binary: dpatch
Architecture: source all
Version: 2.0.20
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: 357820 368250
Changes: 
 dpatch (2.0.20) unstable; urgency=low
 .
   [Junichi Uekawa]
   * dpatch-edit-patch, dpatch-get-origtargz: support epoch (Closes: #368250).
   * Bug fix: "possible issues with
     /usr/share/doc/dpatch/examples/rules/rules.new.dh.gz", thanks to Marc
     Haber (Closes: #357820).
Files: 
 ee30d9e4721a242144caf22708791b7b 655 devel optional dpatch_2.0.20.dsc
 6523e47ecad04a804d1c3af49af1dcbc 84903 devel optional dpatch_2.0.20.tar.gz
 b6c2ca68015deb3de5a07e06ebb0b3d4 84056 devel optional dpatch_2.0.20_all.deb

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

iD8DBQFEgEmS2Dd9TugeVcERAkAqAJ9Mps2JjQECJE9h+SQz9yNdKVKJtACZAauy
7yUHQyv9k30xkeUy/rDpQEo=
=351+
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to