[med-svn] [Git][med-team/nanofilt][master] 3 commits: Move test scripts to examples
Andreas Tille
gitlab at salsa.debian.org
Mon Nov 2 20:08:14 GMT 2020
Andreas Tille pushed to branch master at Debian Med / nanofilt
Commits:
23e08754 by Andreas Tille at 2020-11-02T21:02:23+01:00
Move test scripts to examples
- - - - -
1b161df0 by Andreas Tille at 2020-11-02T21:02:45+01:00
Architecture: all, Section: science
- - - - -
67d3209e by Andreas Tille at 2020-11-02T21:04:49+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/nanofilt.docs
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+nanofilt (2.6.0-3) unstable; urgency=medium
+
+ * Team upload
+ * Move test scripts to examples
+ Closes: #973624
+ * Architecture: all
+ * Section: science
+
+ -- Andreas Tille <tille at debian.org> Mon, 02 Nov 2020 21:02:56 +0100
+
nanofilt (2.6.0-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -17,8 +17,7 @@ Homepage: https://github.com/wdecoster/nanofilt
Rules-Requires-Root: no
Package: nanofilt
-Architecture: any
-Section: python
+Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-biopython,
=====================================
debian/nanofilt.docs
=====================================
@@ -0,0 +1 @@
+scripts
=====================================
debian/rules
=====================================
@@ -8,8 +8,15 @@ include /usr/share/dpkg/default.mk
export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/bin/
export PYBUILD_TEST_ARGS=-k-pytest
+include /usr/share/dpkg/default.mk
+
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_installexamples:
+ dh_installexamples
+ find debian -name __pycache__ -type d | xargs rm -rf
+ find debian/$(DEB_SOURCE)/usr/lib/python* -name scripts -type d | xargs rm -rf
View it on GitLab: https://salsa.debian.org/med-team/nanofilt/-/compare/2d95144b4ec37682d03761435e4db328fe2eaa1c...67d3209ec1b3cc7a114da83d832cbd3968cc1609
--
View it on GitLab: https://salsa.debian.org/med-team/nanofilt/-/compare/2d95144b4ec37682d03761435e4db328fe2eaa1c...67d3209ec1b3cc7a114da83d832cbd3968cc1609
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/20201102/e39807c8/attachment-0001.html>
More information about the debian-med-commit
mailing list