[med-svn] [probabel] 01/01: - Change {} for () in variable names (wasn't consistent before) - Correct handling (without bashisms) of the renaming of the changelog.

Lennart Karssen lckarssen-guest at moszumanska.debian.org
Wed Dec 11 11:11:47 UTC 2013


This is an automated email from the git hooks/post-receive script.

lckarssen-guest pushed a commit to branch master
in repository probabel.

commit c1af9dab96c4ce53756075a8fcde26d4267c7c3d
Author: L.C. Karssen <lennart at karssen.org>
Date:   Wed Dec 11 12:11:33 2013 +0100

    - Change {} for () in variable names (wasn't consistent before)
    - Correct handling (without bashisms) of the renaming of the changelog.
---
 debian/rules | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1a2bd2f..970e910 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,10 @@ GIT_TAG        := $(subst ~,_,$(VERSION))
 
 override_dh_installdocs:
 	dh_installdocs
-	rm debian/$(DEBPKGNAME)/usr/share/doc/${DEBPKGNAME}/COPYING
-	rm debian/$(DEBPKGNAME)/usr/share/doc/${DEBPKGNAME}/INSTALL
-	rm debian/$(DEBPKGNAME)/usr/share/doc/${DEBPKGNAME}/LICENSE
-	mv debian/$(DEBPKGNAME)/usr/share/doc/${DEBPKGNAME}/{ChangeLog,changelog}
+	rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/COPYING
+	rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/INSTALL
+	rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/LICENSE
+	rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/ChangeLog
+
+override_dh_installchangelogs:
+	dh_installchangelogs doc/ChangeLog

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git



More information about the debian-med-commit mailing list