This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch libjsoncpp in repository jellyfish1.
commit f7b89cedf53c494d50f11575d45997c823903f39 Author: Andreas Tille <[email protected]> Date: Sat Oct 4 19:38:08 2014 +0200 New upstream version needs autoreconf --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 8 +------- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf20cb5..51df5df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jellyfish (2.1.4-1) UNRELEASED; urgency=medium * New upstream version * d/watch: point to new location on Github * cme fix dpkg-control + * new upstream version needs autoreconf -- Andreas Tille <[email protected]> Sat, 04 Oct 2014 19:06:43 +0200 diff --git a/debian/control b/debian/control index a485111..e08bd88 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Shaun Jackman <[email protected]>, Section: science Priority: optional Build-Depends: debhelper (>= 9), - autotools-dev + dh-autoreconf Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/jellyfish.git Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git diff --git a/debian/rules b/debian/rules index 4c9a9ae..2591d2a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,7 @@ export DH_OPTIONS %: - dh $@ - -override_dh_auto_configure: - dh_auto_configure - -override_dh_auto_install: - dh_auto_install --destdir=debian/tmp + dh $@ --with autoreconf override_dh_install: dh_install -X*.a -X*.la -Xpkgconfig -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish1.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
