Your message dated Sun, 04 Nov 2007 16:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#449094: fixed in git-buildpackage 0.4.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: git-buildpackage
Version: 0.4.5
Severity: normal
Tags: patch

Hi,

The following (trivial) patch makes git-buildpackage use 'gzip -n' to
avoid leaving gzip timestamps in generated orig tarballs.  This allows
git-buildpackage to build the exact same tarball every time it's called
on the same treeish, and that makes life easier if you work on the same
Git repo from several machines and don't want to lug your orig tarball
around.

Thanks,

diff --git a/git-buildpackage b/git-buildpackage
index 147e98e..8f75655 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -53,7 +53,7 @@ def create_orig(cp, output_dir, treeish):
     prefix = "%s-%s" % (cp['Source'], cp['Upstream-Version'])
 
     pipe = pipes.Template()
-    pipe.append('gzip -c -9',  '--')
+    pipe.append('gzip -c -9 -n',  '--')
     return git_archive_pipe(prefix, pipe, output, treeish)



--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.4.6

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

git-buildpackage_0.4.6.dsc
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.6.dsc
git-buildpackage_0.4.6.tar.gz
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.6.tar.gz
git-buildpackage_0.4.6_all.deb
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.6_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.
Guido Guenther <[EMAIL PROTECTED]> (supplier of updated git-buildpackage 
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, 04 Nov 2007 16:20:36 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.6
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther <[EMAIL PROTECTED]>
Changed-By: Guido Guenther <[EMAIL PROTECTED]>
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 448350 449094
Changes: 
 git-buildpackage (0.4.6) unstable; urgency=low
 .
   * fix url (Closes: #448350)
   * call gzip with "-n" (Closes: #449094) - thanks to Romain Francoise
   * add .gitignore
Files: 
 a12b39be334ff926da96141e8d62d508 669 devel optional git-buildpackage_0.4.6.dsc
 68aef9038d886662675e1ec914f8f390 31760 devel optional 
git-buildpackage_0.4.6.tar.gz
 0b88e09314a25f68e166c8ce8009dde1 43246 devel optional 
git-buildpackage_0.4.6_all.deb

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

iD8DBQFHLfLPn88szT8+ZCYRAr7XAJ4myp71lU2Y4ZLoBJ2cZz5eHWMrcwCeM6yS
ylkjDDy0NBvH6xnC1Jw6L1Y=
=uLno
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to