[med-svn] [probabel] 01/03: Enable building arch independent packages separately
Andreas Tille
tille at debian.org
Wed Nov 25 14:41:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository probabel.
commit d5c4bad9f73c5556ff72820577380327969ffb5d
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 25 15:27:53 2015 +0100
Enable building arch independent packages separately
---
debian/changelog | 7 +++++++
debian/rules | 11 +++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6fccbe5..b2e0da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+probabel (0.4.5-2) UNRELEASED; urgency=medium
+
+ * Enable building arch independent packages separately
+ Closes: #806095
+
+ -- Andreas Tille <tille at debian.org> Wed, 25 Nov 2015 15:03:30 +0100
+
probabel (0.4.5-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/rules b/debian/rules
index ea84cc6..ef470d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,11 @@ DEBEXAMPLES:=$(DEBPKGNAME)-examples
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
-override_dh_installdocs:
- dh_installdocs
+override_dh_installdocs-indep:
+ dh_installdocs -i
+
+override_dh_installdocs-arch:
+ dh_installdocs -a
rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/COPYING
rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/INSTALL
rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/LICENSE
@@ -37,6 +40,6 @@ override_dh_installdocs:
override_dh_installchangelogs:
dh_installchangelogs doc/ChangeLog
-override_dh_install:
- dh_install --fail-missing
+override_dh_install-arch:
+ dh_install -a --fail-missing
rm debian/$(DEBPKGNAME)/usr/bin/probabel.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git
More information about the debian-med-commit
mailing list