r45294 - in /packages/libmatio/trunk/debian: changelog control rules
sebastien-guest at users.alioth.debian.org
sebastien-guest at users.alioth.debian.org
Tue Aug 7 10:41:28 UTC 2012
Author: sebastien-guest
Date: Tue Aug 7 10:41:28 2012
New Revision: 45294
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45294
Log:
Make sure that the package builds twice in a row
Modified:
packages/libmatio/trunk/debian/changelog
packages/libmatio/trunk/debian/control
packages/libmatio/trunk/debian/rules
Modified: packages/libmatio/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/changelog?rev=45294&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/changelog (original)
+++ packages/libmatio/trunk/debian/changelog Tue Aug 7 10:41:28 2012
@@ -3,6 +3,9 @@
* debian/rules: add -lhdf5 to libmatio_la_LIBADD, so that libmatio2
depends on libhdf5-7
* debian/control: add missing dep of libmatio-dev on libhdf5-dev
+ * Make sure that the package builds twice in a row:
+ + Manually clean documentation/matio_user_guide.pdf and test/atconfig
+ + Wrap call to autogen.sh using dh-autoreconf
-- Sébastien Villemot <sebastien.villemot at ens.fr> Tue, 07 Aug 2012 10:34:42 +0000
Modified: packages/libmatio/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/control?rev=45294&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/control (original)
+++ packages/libmatio/trunk/debian/control Tue Aug 7 10:41:28 2012
@@ -4,7 +4,7 @@
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libtool, cdbs, zlib1g-dev,
- gfortran, texinfo, automake, texlive, libhdf5-dev
+ gfortran, texinfo, automake, texlive, libhdf5-dev, dh-autoreconf
Standards-Version: 3.9.3
Homepage: http://sourceforge.net/projects/matio
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libmatio/trunk
Modified: packages/libmatio/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/rules?rev=45294&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/rules (original)
+++ packages/libmatio/trunk/debian/rules Tue Aug 7 10:41:28 2012
@@ -2,16 +2,18 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --with-hdf5 --enable-fortran
DEB_MAKE_BUILD_TARGET := libmatio_la_LIBADD="-lz -lhdf5"
DEB_COMPRESS_EXCLUDE := .pdf
-
-debian/stamp-autotools-files:
- sh autogen.sh
+DEB_DH_AUTORECONF_ARGS += ./autogen.sh
install/libmatio-doc::
(cd documentation/; make pdf)
+clean::
+ rm -f documentation/matio_user_guide.pdf test/atconfig
+
get-orig-source:
-uscan --upstream-version=0 --rename
More information about the debian-science-commits
mailing list