This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libtecla.
commit 11ec0cbe7ae2ea3c06fca4c916ed1c89010764ac Author: Andreas Tille <[email protected]> Date: Thu Dec 15 09:05:24 2011 +0100 Import Debian changes 1.6.1-5 libtecla (1.6.1-5) unstable; urgency=low * debian/rules: Another patch provided by Petr Salinger <[email protected]> which hopefully finally Closes: #621887 --- debian/changelog | 8 ++++++++ debian/rules | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0417b26..53b6bb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libtecla (1.6.1-5) unstable; urgency=low + + * debian/rules: Another patch provided by Petr Salinger + <[email protected]> which hopefully finally + Closes: #621887 + + -- Andreas Tille <[email protected]> Thu, 15 Dec 2011 09:05:24 +0100 + libtecla (1.6.1-4) unstable; urgency=low * debian/patches/kfreebsd+hurd.patch: diff --git a/debian/rules b/debian/rules index 5e4eeda..0a93a18 100755 --- a/debian/rules +++ b/debian/rules @@ -3,12 +3,16 @@ export DH_VERBOSE=1 %: - dh $@ --with autotools-dev + dh $@ --with autotools_dev pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') name := $(pkg) version=$(shell dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -d- -f1 ) +override_dh_auto_clean: + dh_autotools-dev_updateconfig + dh_auto_clean + override_dh_install: dh_install # Call d-shlibmove to comply with library packaging guide -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libtecla.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
