From 5d431c2634f4a16af4256060e11bad767d004b3f Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Fri, 8 Jul 2011 11:15:25 +0100 Subject: [PATCH] mangle-version patch: make checkout match orig --- debian/patches/mangle-version | 14 ++++++++++++++ debian/patches/series | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 debian/patches/mangle-version create mode 100644 debian/patches/series 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 -- 2.39.5