[med-svn] [Git][med-team/seqsero2][master] Several enhancements

Andreas Tille gitlab at salsa.debian.org
Mon Feb 24 20:19:47 GMT 2020



Andreas Tille pushed to branch master at Debian Med / seqsero2


Commits:
6c7a9c90 by Andreas Tille at 2020-02-24T21:19:31+01:00
Several enhancements

- - - - -


3 changed files:

- debian/control
- + debian/lintian-overrides
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Priority: optional
 Build-Depends: debhelper-compat (= 12),
                dh-python,
                python3,
+               python3-setuptools,
                bwa,
                sra-toolkit
 Standards-Version: 4.4.1


=====================================
debian/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# see https://lists.debian.org/debian-med/2018/06/msg00043.html
+seqsero2: script-with-language-extension usr/bin/*.*


=====================================
debian/rules
=====================================
@@ -2,9 +2,16 @@
 
 # DH_VERBOSE := 1
 
+include /usr/share/dpkg/default.mk
+
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
+override_dh_install:
+	dh_install
+	find debian -name __pycache__ -tyoe f | xargs rm -rf
+	find debian/$(DEB_SOURCE)/usr/lib \( -name LICENSE -o -name MANIFEST.in -o -name README.md \) -delete
+
 override_dh_fixperms:
 	dh_fixperms
 	find debian -name split_interleaved_fastq.pl -exec chmod +x \{\} \;



View it on GitLab: https://salsa.debian.org/med-team/seqsero2/-/commit/6c7a9c900bba9b28542a1e7315a813606bfa2060

-- 
View it on GitLab: https://salsa.debian.org/med-team/seqsero2/-/commit/6c7a9c900bba9b28542a1e7315a813606bfa2060
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200224/68049b1a/attachment-0001.html>


More information about the debian-med-commit mailing list