This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch wheezy-backports in repository mapcache.
commit c66c0e04c4d1bc28a403c3d8b4333dc3095ebbfb Author: Bas Couwenberg <[email protected]> Date: Sat Jul 20 14:09:41 2013 +0200 Use autreconf. --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 519a7e2..5a1ab7c 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1), autotools-dev, libpcre3-dev, libpixman-1-dev, libsqlite3-dev, libtiff4-dev, libmapserver-6.2.1, libmapserver-6.2.1-dev, - autoconf, chrpath, + autoconf, dh-autoreconf, chrpath, docbook2x, docbook-xsl, docbook-xml, xsltproc Standards-Version: 3.9.4 Homepage: http://mapserver.org/en/mapcache/ diff --git a/debian/rules b/debian/rules index 72deb5b..a1cd32d 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ CFLAGS+=$(LDFLAGS) #CXXFLAGS=$(CFLAGS) %: - dh $@ + dh $@ --with autoreconf override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

