tags 556371 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 -u ssh-askpass-fullscreen-0.3/debian/control ssh-askpass-fullscreen-0.3/debian/control
--- ssh-askpass-fullscreen-0.3/debian/control
+++ ssh-askpass-fullscreen-0.3/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Marco Presi (Zufus) <zu...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev, cdbs, patchutils (>= 0.2.25)
+Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev, cdbs, patchutils (>= 0.2.25), libx11-dev
 Standards-Version: 3.8.3
 
 Package: ssh-askpass-fullscreen
diff -u ssh-askpass-fullscreen-0.3/debian/changelog ssh-askpass-fullscreen-0.3/debian/changelog
--- ssh-askpass-fullscreen-0.3/debian/changelog
+++ ssh-askpass-fullscreen-0.3/debian/changelog
@@ -1,3 +1,14 @@
+ssh-askpass-fullscreen (0.3-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - add "Depends: libx11-dev"
+  * debian/patches
+    - add "03_fix_FTBFS_binutils-gold.patch", it specifies link to X11 library
+      (Closes: #556371)
+
+ -- Hideki Yamane <henr...@debian.org>  Sat, 07 Jan 2012 23:39:16 +0900
+
 ssh-askpass-fullscreen (0.3-3) unstable; urgency=low
 
   * Added a patch to keep the application window on the top. (Closes: #545804)
only in patch2:
unchanged:
--- ssh-askpass-fullscreen-0.3.orig/debian/patches/03_fix_FTBFS_binutils-gold.patch
+++ ssh-askpass-fullscreen-0.3/debian/patches/03_fix_FTBFS_binutils-gold.patch
@@ -0,0 +1,11 @@
+--- Makefile.orig	2012-01-07 23:34:33.269772649 +0900
++++ Makefile	2012-01-07 23:34:47.025785534 +0900
+@@ -1,5 +1,5 @@
+ all:
+-	gcc -o gtk2-ssh-askpass gtk2-ssh-askpass.c `pkg-config --libs gtk+-2.0` `pkg-config --cflags gtk+-2.0`
++	gcc -o gtk2-ssh-askpass gtk2-ssh-askpass.c -lX11 `pkg-config --libs gtk+-2.0` `pkg-config --cflags gtk+-2.0`
+ 
+ clean:
+-	rm gtk2-ssh-askpass
+\ ファイル末尾に改行がありません
++	rm gtk2-ssh-askpass

Reply via email to