Hello! I am attaching a patch for fixing 604319 and 556299.
I will uploaded to delayed/10.

Please feel free to contact me in case you would like to discuss this patch.

Regards, Lisandro.


-- 
En los momentos de crisis, la imaginación
es mas importante que el conocimiento.
 Albert Einstein

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
diff --git a/debian/changelog b/debian/changelog
index 0313b35..22be2d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+papaya (0.97.20031122-5.6) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove kdelibs4-dev from BD. This will remove MIDI support,
+    but this support is going to dissapear soon though (Closes: #604319).
+  * Add part of a patch provided by Matthias Klose to fix FTBFS with 
+    binutils-gold (Closes: #556299).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <perezme...@gmail.com>  Sat, 05 Mar 2011 21:21:56 -0300
+
 papaya (0.97.20031122-5.5) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 86d28e4..fad50ff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: papaya
 Section: games
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <sam+...@zoy.org>
-Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, libglade2-dev, kdelibs4-dev, pkg-config, python-dev, python-gtk2-dev, libfreetype6-dev, texlive-latex-recommended, texlive-latex-extra, texlive-extra-utils, texlive-font-utils, netpbm, ghostscript
+Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, libglade2-dev, pkg-config, python-dev, python-gtk2-dev, libfreetype6-dev, texlive-latex-recommended, texlive-latex-extra, texlive-extra-utils, texlive-font-utils, netpbm, ghostscript
 Standards-Version: 3.6.2.1
 
 Package: papaya
diff --git a/debian/patches/01_fix_linking.patch b/debian/patches/01_fix_linking.patch
new file mode 100644
index 0000000..4ad1f35
--- /dev/null
+++ b/debian/patches/01_fix_linking.patch
@@ -0,0 +1,22 @@
+--- a/src/papaya/Makefile.am
++++ b/src/papaya/Makefile.am
+@@ -76,7 +76,7 @@
+ 
+ papaya_CXXFLAGS = -I../include @PAPAYA_CFLAGS@ @ALL_CFLAGS@ @GTK_CFLAGS@ @INTERFACE@ @DEBUG@ @PROFILE@ @ZLIB@ @IPV4@
+ papaya_CFLAGS = -I../include @PAPAYA_CFLAGS@ @ALL_CFLAGS@ @GTK_CFLAGS@ @INTERFACE@ @DEBUG@ @PROFILE@ @ZLIB@ @IPV4@
+-papaya_LDFLAGS = @PAPAYA_LIBS@ @ALL_LIBS@ @GTK_LIBS@ @DMALLOC_LIB@
++papaya_LDADD = @PAPAYA_LIBS@ @ALL_LIBS@ @GTK_LIBS@ @DMALLOC_LIB@ -lX11
+ 
+ #BUILT_SOURCES = version.h
+ 
+--- a/src/papaya/Makefile.in
++++ b/src/papaya/Makefile.in
+@@ -366,7 +366,7 @@
+ #	count.cpp 
+ papaya_CXXFLAGS = -I../include @PAPAYA_CFLAGS@ @ALL_CFLAGS@ @GTK_CFLAGS@ @INTERFACE@ @DEBUG@ @PROFILE@ @ZLIB@ @IPV4@
+ papaya_CFLAGS = -I../include @PAPAYA_CFLAGS@ @ALL_CFLAGS@ @GTK_CFLAGS@ @INTERFACE@ @DEBUG@ @PROFILE@ @ZLIB@ @IPV4@
+-papaya_LDFLAGS = @PAPAYA_LIBS@ @ALL_LIBS@ @GTK_LIBS@ @DMALLOC_LIB@
++papaya_LDADD = @PAPAYA_LIBS@ @ALL_LIBS@ @GTK_LIBS@ @DMALLOC_LIB@ $(LDADD) -lX11
+ all: all-am
+ 
+ .SUFFIXES:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c3bf4b0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_linking.patch

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to