r46919 - in /packages/libblitz/trunk/debian: changelog control rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Oct 2 14:05:59 UTC 2014


Author: tille
Date: Thu Oct  2 14:05:59 2014
New Revision: 46919

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46919
Log:
Use autoreconf

Modified:
    packages/libblitz/trunk/debian/changelog
    packages/libblitz/trunk/debian/control
    packages/libblitz/trunk/debian/rules

Modified: packages/libblitz/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/changelog?rev=46919&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/changelog	(original)
+++ packages/libblitz/trunk/debian/changelog	Thu Oct  2 14:05:59 2014
@@ -2,6 +2,8 @@
 
   * cme fix dpkg-control
   * Priority optional for all packages
+  * use autoreconf (thanks for the patch to "Breno Leitao" <brenohl at br.ibm.com>)
+    Closes: #755826
 
  -- Andreas Tille <tille at debian.org>  Thu, 02 Oct 2014 15:56:53 +0200
 

Modified: packages/libblitz/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/control?rev=46919&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/control	(original)
+++ packages/libblitz/trunk/debian/control	Thu Oct  2 14:05:59 2014
@@ -5,7 +5,7 @@
 Section: devel
 Priority: optional
 Build-Depends: gfortran | fortran-compiler,
-               autotools-dev,
+               dh-autoreconf,
                libtool,
                automake,
                texinfo,

Modified: packages/libblitz/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/rules?rev=46919&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/rules	(original)
+++ packages/libblitz/trunk/debian/rules	Thu Oct  2 14:05:59 2014
@@ -15,17 +15,15 @@
 PREFIX = /usr
 
 %:
-	dh $@ -with autotools-dev --parallel
-	# dh --with autotools-dev --with autoreconf $@ # Needs Build-Depends: dh-autoreconf
+	dh $@ -with autoreconf --parallel
 
 override_dh_auto_configure:
 	# dh_autotools-dev_updateconfig
-	
-	libtoolize --automake
-	aclocal -Im4
-	autoreconf -i
-	automake
-	
+#	libtoolize --automake
+#	aclocal -Im4
+#	autoreconf -i
+#	automake
+#
 	F77=gfortran ./configure --prefix=$(PREFIX) --with-cxx=gcc --with-blas --enable-debug --enable-static --enable-64bit --enable-shared --enable-doxygen CFLAGS="${CFLAGS} -DBZHAVE_STD" CXXFLAGS="${CXXFLAGS} -DBZ_HAVE_STD"
 
 override_dh_auto_build:
@@ -69,6 +67,3 @@
 	# Make sure there will be no *.la file created automagically by d-shlibmove
 	find debian -name "*.la" -delete
 
-
-override_dh_clean:
-	dh_clean




More information about the debian-science-commits mailing list