[SCM] ardour3/master-a4: quilt refresh wscript.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Aug 25 13:22:46 UTC 2015


The following commit has been merged in the master-a4 branch:
commit 564f759597dcae76859477e3ce6ee692453b191d
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

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list