This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mcl.
commit ad323993c79c94932e6c7447daeb4edae52f9436 Author: Andreas Tille <[email protected]> Date: Mon Jan 22 11:37:43 2018 +0100 Do not save copies of docs in d/rules --- debian/changelog | 7 +++++++ debian/rules | 14 +------------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6fca130..ac87423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mcl (1:14-137-3) UNRELEASED; urgency=medium + + * Do not save copies of docs in d/rules + Closes: #887829 + + -- Andreas Tille <[email protected]> Mon, 22 Jan 2018 11:30:15 +0100 + mcl (1:14-137-2) unstable; urgency=medium * DEP5 diff --git a/debian/rules b/debian/rules index 38f3dda..9519bec 100755 --- a/debian/rules +++ b/debian/rules @@ -62,17 +62,5 @@ docbackupdir:=$(CURDIR)/debian/doc.bak %: dh $@ -override_dh_auto_clean: - dh_auto_clean - if [ -d $(docbackupdir) ] ; then \ - rm -rf doc ; \ - mv $(docbackupdir) doc ; \ - fi - override_dh_auto_configure: - cp -a doc $(docbackupdir) - ./configure \ - $(confflags) \ - --prefix=/usr \ - --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info + dh_auto_configure -- $(confflags) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mcl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
