]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
mangle-version patch: make checkout match orig
authorJon Dowland <jmtd@debian.org>
Fri, 8 Jul 2011 10:15:25 +0000 (11:15 +0100)
committerJon Dowland <jmtd@debian.org>
Fri, 8 Jul 2011 10:15:25 +0000 (11:15 +0100)
debian/patches/mangle-version [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

diff --git a/debian/patches/mangle-version b/debian/patches/mangle-version
new file mode 100644 (file)
index 0000000..14a4f96
--- /dev/null
@@ -0,0 +1,14 @@
+Description: set version string to that of orig tarball
+Author: Jon Dowland <jmtd@debian.org>
+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 (file)
index 0000000..d0d6d5b
--- /dev/null
@@ -0,0 +1,2 @@
+excise-tornado
+mangle-version