tags 555772 patch pending
thanks

Hi,

 I've made a patch for this FTBFS issue, specify link to X11 libs,
 and did delay/5 upload.

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru nitrogen-1.5.1/debian/changelog nitrogen-1.5.1/debian/changelog
--- nitrogen-1.5.1/debian/changelog	2012-01-08 09:36:15.000000000 +0900
+++ nitrogen-1.5.1/debian/changelog	2012-01-08 09:25:10.000000000 +0900
@@ -1,3 +1,17 @@
+nitrogen (1.5.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - add "Build-Depends: autoconf, autopoint, automake"
+  * debian/rules
+    - run autopoint, aclocal and autoreconf
+  * debian/source/format
+    - use "3.0 (quilt)"
+  * debian/patches
+    - add fix_FTBFS_binutils-gold.patch to specify X11 lib.
+
+ -- Hideki Yamane <henr...@debian.org>  Sun, 08 Jan 2012 09:25:02 +0900
+
 nitrogen (1.5.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru nitrogen-1.5.1/debian/control nitrogen-1.5.1/debian/control
--- nitrogen-1.5.1/debian/control	2012-01-08 09:36:15.000000000 +0900
+++ nitrogen-1.5.1/debian/control	2012-01-08 09:28:22.000000000 +0900
@@ -2,7 +2,7 @@
 Section: x11
 Priority: extra
 Maintainer: Nico Golde <n...@debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libgtkmm-2.4-dev, libxinerama-dev
+Build-Depends: debhelper (>= 7), autotools-dev, libgtkmm-2.4-dev, libxinerama-dev, autoconf, autopoint, automake
 Standards-Version: 3.8.4
 Homepage: http://projects.l3ib.org/nitrogen/
 
diff -Nru nitrogen-1.5.1/debian/patches/fix_FTBFS_binutils-gold.patch nitrogen-1.5.1/debian/patches/fix_FTBFS_binutils-gold.patch
--- nitrogen-1.5.1/debian/patches/fix_FTBFS_binutils-gold.patch	1970-01-01 09:00:00.000000000 +0900
+++ nitrogen-1.5.1/debian/patches/fix_FTBFS_binutils-gold.patch	2012-01-08 09:21:25.000000000 +0900
@@ -0,0 +1,16 @@
+Index: nitrogen-1.5.1/configure.ac
+===================================================================
+--- nitrogen-1.5.1.orig/configure.ac	2010-02-05 03:43:02.000000000 +0900
++++ nitrogen-1.5.1/configure.ac	2012-01-08 09:21:22.438938514 +0900
+@@ -34,9 +34,9 @@
+ PKG_CHECK_MODULES(GTK2,[gtk+-2.0 >= $GTK2_VERSION])
+ PKG_CHECK_MODULES(GTKMM2, [gtkmm-2.4 >= $GTKMM2_VERSION])
+ PKG_CHECK_MODULES(GTHREAD2, [gthread-2.0 >= $GTHREAD2_VERSION])
++PKG_CHECK_MODULES(X11, x11)
+ 
+-
+-NITROGEN_LIBS="$GLIB2_LIBS $GTK2_LIBS $GTKMM2_LIBS $GTHREAD2_LIBS"
++NITROGEN_LIBS="$GLIB2_LIBS $GTK2_LIBS $GTKMM2_LIBS $GTHREAD2_LIBS $X11_LIBS"
+ NITROGEN_CFLAGS="$GLIB2_CFLAGS $GTK2_CFLAGS $GTKMM2_CFLAGS $GTHREAD2_CFLAGS"
+ 
+ dnl do some autotools picen to get inotify
diff -Nru nitrogen-1.5.1/debian/patches/series nitrogen-1.5.1/debian/patches/series
--- nitrogen-1.5.1/debian/patches/series	1970-01-01 09:00:00.000000000 +0900
+++ nitrogen-1.5.1/debian/patches/series	2012-01-08 09:00:47.000000000 +0900
@@ -0,0 +1 @@
+fix_FTBFS_binutils-gold.patch
diff -Nru nitrogen-1.5.1/debian/rules nitrogen-1.5.1/debian/rules
--- nitrogen-1.5.1/debian/rules	2012-01-08 09:36:15.000000000 +0900
+++ nitrogen-1.5.1/debian/rules	2012-01-08 09:18:55.000000000 +0900
@@ -15,6 +15,9 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
+	autopoint --force
+	aclocal
+	autoreconf -i
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 
diff -Nru nitrogen-1.5.1/debian/source/format nitrogen-1.5.1/debian/source/format
--- nitrogen-1.5.1/debian/source/format	1970-01-01 09:00:00.000000000 +0900
+++ nitrogen-1.5.1/debian/source/format	2012-01-08 09:00:31.000000000 +0900
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to