From: Jon Dowland Date: Fri, 8 Jul 2011 10:15:25 +0000 (+0100) Subject: mangle-version patch: make checkout match orig X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5d431c2634f4a16af4256060e11bad767d004b3f;p=packages%2Fb%2Fbup.git mangle-version patch: make checkout match orig --- diff --git a/debian/patches/mangle-version b/debian/patches/mangle-version new file mode 100644 index 0000000..14a4f96 --- /dev/null +++ b/debian/patches/mangle-version @@ -0,0 +1,14 @@ +Description: set version string to that of orig tarball +Author: Jon Dowland +Last-Update: 2011/07/08 + +--- bup-0.24b.orig/lib/bup/_version.py.pre ++++ bup-0.24b/lib/bup/_version.py.pre +@@ -1,4 +1,4 @@ + +-COMMIT='92b297dcc985c3c72d39661626b8ed022e85277a' +-NAMES=' (bup-0.24b, upstream/maint)' +-DATE='2011-03-20 00:40:42 -0700' ++COMMIT='$Format:%H$' ++NAMES='$Format:%d$' ++DATE='$Format:%ci$' diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..d0d6d5b --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +excise-tornado +mangle-version