Here is a patch to build xiphos with --debug-level=release. (Closes: #778183)

Also included is a build against gtk2 instead of gtk3. 
See http://forums.debian.net/viewtopic.php?f=10&t=119049
(Closes: #770713, #772600, #769940)


-- 
domcox <dominique.cor...@gmail.com>
diff -Nru xiphos-3.2.2+dfsg1/debian/changelog xiphos-3.2.2+dfsg1.1/debian/changelog
--- xiphos-3.2.2+dfsg1/debian/changelog	2014-09-21 02:33:27.000000000 +0200
+++ xiphos-3.2.2+dfsg1.1/debian/changelog	2015-08-07 08:52:52.365387777 +0200
@@ -1,3 +1,11 @@
+xiphos (3.2.2+dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Configure: add option --debug-level=release (Closes: #778183)
+  * Build against gtk2 instead of gtk3 (Closes: #770713, #772600, #769940)
+
+ -- Dominique Corbex <dominique.cor...@users.sf.net>  Wed, 05 Aug 2015 21:13:56 +0200
+
 xiphos (3.2.2+dfsg1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru xiphos-3.2.2+dfsg1/debian/control xiphos-3.2.2+dfsg1.1/debian/control
--- xiphos-3.2.2+dfsg1/debian/control	2014-09-21 02:33:27.000000000 +0200
+++ xiphos-3.2.2+dfsg1.1/debian/control	2015-08-06 07:05:24.791462000 +0200
@@ -1,12 +1,12 @@
 Source: xiphos
 Build-Depends: debhelper (>= 9),
                libsword-dev (>=1.5.11),
-               gsettings-desktop-schemas-dev | gconf2-common,
+               gconf2-common,
                rarian-compat,
-               libgtkhtml-4.0-dev | libgtkhtml3.14-dev,
-               libgtkhtml-editor-4.0-dev | libgtkhtml-editor-3.14-dev | libgtkhtml-editor-dev | gtkhtml3.14,
-               libwebkitgtk-3.0-dev | libwebkitgtk-dev,
-	       libgtkhtml-4.0-0 | libglade2-dev,
+               libgtkhtml3.14-dev,
+               libgtkhtml-editor-3.14-dev,
+               libwebkitgtk-dev,
+	       libglade2-dev,
 	       libgconf2-dev,
                gnome-doc-utils,
                intltool,
diff -Nru xiphos-3.2.2+dfsg1/debian/rules xiphos-3.2.2+dfsg1.1/debian/rules
--- xiphos-3.2.2+dfsg1/debian/rules	2014-09-21 02:33:27.000000000 +0200
+++ xiphos-3.2.2+dfsg1.1/debian/rules	2015-08-06 07:00:49.202096000 +0200
@@ -4,7 +4,7 @@
 %:
 	dh $@
 override_dh_auto_configure:
-	./waf configure --nocache --prefix=/usr
+	./waf configure --nocache --prefix=/usr --gtk=2 --debug-level=release
 override_dh_auto_build:
 	./waf build --nocache
 override_dh_auto_install:

Reply via email to