[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#725569: libpam-unix2: FTBFS: configure.in:36: error: required file './compile' not found



Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you consider to apply it,
 please?

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru libpam-unix2-2.6/debian/changelog libpam-unix2-2.6/debian/changelog
--- libpam-unix2-2.6/debian/changelog	2013-07-03 03:18:17.000000000 +0900
+++ libpam-unix2-2.6/debian/changelog	2013-10-17 10:58:58.000000000 +0900
@@ -1,3 +1,15 @@
+libpam-unix2 (1:2.6-2) unstable; urgency=low
+
+  * QA upload.
+  * debian/rules
+    - add "-i" option to autoreconf (Closes: #725569)
+  * debian/control
+    - add "Build-Depends: autopoint" as above change
+  * debian/patches
+    - add specify-gettext-version.patch
+
+ -- Hideki Yamane <henrich@debian.org>  Thu, 17 Oct 2013 10:55:57 +0900
+
 libpam-unix2 (1:2.6-1) unstable; urgency=low
 
   * QA upload.
diff -Nru libpam-unix2-2.6/debian/control libpam-unix2-2.6/debian/control
--- libpam-unix2-2.6/debian/control	2013-07-01 17:17:58.000000000 +0900
+++ libpam-unix2-2.6/debian/control	2013-10-17 10:47:31.000000000 +0900
@@ -4,7 +4,7 @@
 Maintainer: Debian QA Group <packages@qa.debian.org>
 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.15.7),
  libpam0g-dev (>= 0.81),
- autoconf, automake,
+ autoconf, automake, autopoint,
  libxcrypt-dev (>= 1:2.4), libxcrypt-dev (<< 1:3.0)
 Build-Conflicts: libxcrypt2
 Standards-Version: 3.9.3
diff -Nru libpam-unix2-2.6/debian/patches/series libpam-unix2-2.6/debian/patches/series
--- libpam-unix2-2.6/debian/patches/series	2013-07-03 02:55:20.000000000 +0900
+++ libpam-unix2-2.6/debian/patches/series	2013-10-17 10:51:47.000000000 +0900
@@ -4,3 +4,4 @@
 04_typos.diff
 05_glibc216.diff
 06_format_security.diff 
+specify-gettext-version.patch
diff -Nru libpam-unix2-2.6/debian/patches/specify-gettext-version.patch libpam-unix2-2.6/debian/patches/specify-gettext-version.patch
--- libpam-unix2-2.6/debian/patches/specify-gettext-version.patch	1970-01-01 09:00:00.000000000 +0900
+++ libpam-unix2-2.6/debian/patches/specify-gettext-version.patch	2013-10-17 10:52:21.000000000 +0900
@@ -0,0 +1,19 @@
+Description: necessary to specify gettext version
+ autopoint needs to specify gettext version in configure.in
+Author: Hideki Yamane <henrich@debian.org>
+
+---
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Last-Update: 2013-10-17
+
+--- libpam-unix2-2.6.orig/configure.in
++++ libpam-unix2-2.6/configure.in
+@@ -93,7 +93,7 @@ else
+   LDFLAGS="${LDFLAGS} -G"
+ fi
+ 
+-AM_GNU_GETTEXT_VERSION
++AM_GNU_GETTEXT_VERSION(0.18)
+ AM_GNU_GETTEXT([external])
+ 
+ AC_SUBST(LIBPAM)
diff -Nru libpam-unix2-2.6/debian/rules libpam-unix2-2.6/debian/rules
--- libpam-unix2-2.6/debian/rules	2013-07-01 17:17:58.000000000 +0900
+++ libpam-unix2-2.6/debian/rules	2013-10-17 10:42:57.000000000 +0900
@@ -16,7 +16,7 @@
 
 config.status: configure
 	dh_testdir
-	autoreconf -vf
+	autoreconf -vif
 	cp -f /usr/share/misc/config.sub config.sub
 	cp -f /usr/share/misc/config.guess config.guess
 	./configure $(confflags)

Reply to: