[Pkg-crosswire-devel] Bug#778183: add patch and upload to delayed

Matthias Klose doko at debian.org
Sun Jul 12 18:22:23 BST 2015


Control: tags -1 + patch pending

add patch and upload to delayed.
-------------- next part --------------
diff -Nru xiphos-3.2.2+dfsg1/debian/changelog xiphos-3.2.2+dfsg1/debian/changelog
--- xiphos-3.2.2+dfsg1/debian/changelog	2014-09-21 02:33:27.000000000 +0200
+++ xiphos-3.2.2+dfsg1/debian/changelog	2015-07-12 19:10:44.000000000 +0200
@@ -1,3 +1,10 @@
+xiphos (3.2.2+dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -ftemplate-depth=30. Closes: #778183.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Jul 2015 19:10:02 +0200
+
 xiphos (3.2.2+dfsg1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru xiphos-3.2.2+dfsg1/debian/patches/gcc5.diff xiphos-3.2.2+dfsg1/debian/patches/gcc5.diff
--- xiphos-3.2.2+dfsg1/debian/patches/gcc5.diff	1970-01-01 01:00:00.000000000 +0100
+++ xiphos-3.2.2+dfsg1/debian/patches/gcc5.diff	2015-07-12 19:09:27.000000000 +0200
@@ -0,0 +1,15 @@
+Index: b/wscript
+===================================================================
+--- a/wscript
++++ b/wscript
+@@ -199,8 +199,8 @@ def configure(conf):
+         env['CXXFLAGS']            = []
+         env['CXXFLAGS_OPTIMIZED']  = ['-O2']
+         env['CXXFLAGS_RELEASE']    = ['-O2']
+-        env['CXXFLAGS_DEBUG']      = ['-g', '-DDEBUG', '-ftemplate-depth-25']
+-        env['CXXFLAGS_ULTRADEBUG'] = ['-g3', '-O0', '-DDEBUG', '-ftemplate-depth-25']
++        env['CXXFLAGS_DEBUG']      = ['-g', '-DDEBUG', '-ftemplate-depth=30']
++        env['CXXFLAGS_ULTRADEBUG'] = ['-g3', '-O0', '-DDEBUG', '-ftemplate-depth=30']
+     
+     if env['IS_WIN32']:
+         ## setup for Winsock on Windows (required for read-aloud)
diff -Nru xiphos-3.2.2+dfsg1/debian/patches/series xiphos-3.2.2+dfsg1/debian/patches/series
--- xiphos-3.2.2+dfsg1/debian/patches/series	2014-09-21 02:33:27.000000000 +0200
+++ xiphos-3.2.2+dfsg1/debian/patches/series	2015-07-12 19:08:58.000000000 +0200
@@ -1 +1,2 @@
 
+gcc5.diff


More information about the Pkg-crosswire-devel mailing list