[Pkg-scicomp-commits] gle-graphics/trunk/debian

Christian T. Steigies cts at debian.org
Mon Apr 5 19:58:03 UTC 2010


SVN commit 4927 by cts:

run "autoreconf -vfi" instead of "aclocal & acutoconf"



 M  +8 -0      gle-graphics/trunk/debian/changelog  
 M  +7 -2      gle-graphics/trunk/debian/rules  


--- gle-graphics/trunk/debian/changelog #4926:4927
@@ -1,3 +1,11 @@
+gle-graphics (4.2.2-3) unstable; urgency=low
+
+  * run "autoreconf -vfi" as pre-configure action instead of 
+    "aclocal && autoconf" as configure action (closes: #571296)
+  * remove autogenerated aclocal.m4 and configure in clean target
+  
+ -- Christian T. Steigies <cts at debian.org>  Mon, 05 Apr 2010 21:36:40 +0200
+
 gle-graphics (4.2.2-2) unstable; urgency=low
 
   * upload to unstable
--- gle-graphics/trunk/debian/rules #4926:4927
@@ -7,8 +7,12 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+# To add pre-configure actions (ignore warnings):
+makebuilddir/gle-graphics::
+	-autoreconf -vfi
+
 configure/gle-graphics::
-	aclocal && autoconf && ./configure --docdir=/usr/share/doc/gle-graphics/ --with-rpath=no
+	./configure --docdir=/usr/share/doc/gle-graphics/ --with-rpath=no
 
 build/gle-graphics::
 	make doc
@@ -22,7 +26,8 @@
 	-rm src/font/*.fmt
 	-rm src/font/*.fve
 	-rm src/font/movefonts
-#	aclocal.m4
+# remove files which are updated by autoreconf:
+	-rm aclocal.m4 configure
 
 install/gle-graphics::
 	cp debian/qgle.1 debian/gle-graphics/usr/share/man/man1/



More information about the Pkg-scicomp-commits mailing list