[med-svn] r14853 - trunk/packages/gentle/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Oct 16 06:21:10 UTC 2013


Author: tille
Date: 2013-10-16 06:21:10 +0000 (Wed, 16 Oct 2013)
New Revision: 14853

Modified:
   trunk/packages/gentle/trunk/debian/changelog
   trunk/packages/gentle/trunk/debian/rules
Log:
run "autoreconf -fi" to fix "required file './compile' not found" error


Modified: trunk/packages/gentle/trunk/debian/changelog
===================================================================
--- trunk/packages/gentle/trunk/debian/changelog	2013-10-16 06:18:17 UTC (rev 14852)
+++ trunk/packages/gentle/trunk/debian/changelog	2013-10-16 06:21:10 UTC (rev 14853)
@@ -3,6 +3,10 @@
   * debian/control:
      - cme fix dpkg-control
      - use anonscm in Vcs fields
+  * debian/rules
+    - run "autoreconf -fi" to fix "required file './compile' not found" error
+      (Thanks to Hideki Yamane <henrich at debian.org> for the patch)
+      Closes: #724221
 
  -- Andreas Tille <tille at debian.org>  Wed, 16 Oct 2013 08:19:37 +0200
 

Modified: trunk/packages/gentle/trunk/debian/rules
===================================================================
--- trunk/packages/gentle/trunk/debian/rules	2013-10-16 06:18:17 UTC (rev 14852)
+++ trunk/packages/gentle/trunk/debian/rules	2013-10-16 06:21:10 UTC (rev 14853)
@@ -15,9 +15,7 @@
 configure-stamp:
 	dh_testdir
 	echo "configuring with own configure!"
-	aclocal
-	automake
-	autoconf
+	autoreconf -fi
 	CXXFLAGS=$(CXXFLAGS) ./configure --prefix=/usr 
 	for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
 	touch $@




More information about the debian-med-commit mailing list