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.cru...@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 <b...@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.
_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to