[SCM] ardour/master: quilt refresh wscript.patch
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Thu Sep 10 21:38:32 UTC 2015
The following commit has been merged in the master branch:
commit b21e782799c38dc166d1b0fc7d43be598bf34430
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date: Sun Aug 23 22:07:52 2015 +0200
quilt refresh wscript.patch
diff --git a/debian/patches/wscript.patch b/debian/patches/wscript.patch
index 716529c..7f94f79 100644
--- a/debian/patches/wscript.patch
+++ b/debian/patches/wscript.patch
@@ -8,9 +8,9 @@ Description: Always rely on the version from debian changelog
machine, disable the git version check and pretend it's a
tarball.
---- ardour3.orig/wscript
-+++ ardour3/wscript
-@@ -142,24 +142,17 @@ def fetch_tarball_revision ():
+--- a/wscript
++++ b/wscript
+@@ -159,24 +159,17 @@
remove_punctuation_map = dict((ord(char), None) for char in '";')
return content[1].decode('utf-8').strip().split(' ')[7].translate (remove_punctuation_map)
@@ -38,4 +38,4 @@ Description: Always rely on the version from debian changelog
+MICRO = '0'
V = MAJOR + '.' + MINOR + '.' + MICRO
- VERSION = V
+ # Ensure that these are not unicode, which
--
ardour Debian packaging
More information about the pkg-multimedia-commits
mailing list