[med-svn] [Git][med-team/seqan2][master] split arch/indep install

Michael R. Crusoe gitlab at salsa.debian.org
Mon Feb 19 07:02:59 UTC 2018


Michael R. Crusoe pushed to branch master at Debian Med / seqan2


Commits:
7c5c8fa0 by Michael R. Crusoe at 2018-02-17T09:23:07-08:00
split arch/indep install

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+seqan2 (2.4.0+dfsg-7) unstable; urgency=medium
+
+  * Split override_dh_install into -arch and -indep
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sat, 17 Feb 2018 09:22:51 -0800
+
 seqan2 (2.4.0+dfsg-6) unstable; urgency=medium
 
   * Retry building on mips*; patch adapted from Adrian Bunk <bunk at debian.org>


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -65,14 +65,18 @@ override_dh_auto_build-indep:
 	    -e "s=@CMAKE_INSTALL_FULL_INCLUDEDIR@=/usr/include=g" \
 	    util/pkgconfig/seqan.pc.in > seqan-2.pc
 
-override_dh_install:
-	dh_install
+override_dh_install-indep:
+	dh_install --indep
 	# Delete additional LICENSE files
-	find $(CURDIR)/debian/$(pkgapps) -type f -name LICENSE -delete || /bin/true
 	if [ -d $(CURDIR)/debian/$(pkgdev) ] ; then \
 	    find $(CURDIR)/debian/$(pkgdev) -type f -name LICENSE -delete ; \
 	    find $(CURDIR)/debian/$(pkgdev) -type f -name "*.pyc" -delete ; \
 	fi
+
+override_dh_install-arch:
+	dh_install --arch
+	# Delete additional LICENSE files
+	find $(CURDIR)/debian/$(pkgapps) -type f -name LICENSE -delete || /bin/true
 	find $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin -type f \
 		-name "*.sh" | xargs chmod a+x
 	find $(CURDIR)/debian/$(pkgapps)/usr/share/commonwl -type f \



View it on GitLab: https://salsa.debian.org/med-team/seqan2/commit/7c5c8fa0390700463bdba2f893f7f18711b5a28d

---
View it on GitLab: https://salsa.debian.org/med-team/seqan2/commit/7c5c8fa0390700463bdba2f893f7f18711b5a28d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180219/13bee1fc/attachment-0001.html>


More information about the debian-med-commit mailing list