[med-svn] [Git][med-team/snakemake][master] Upload.
Steffen Möller (@moeller)
gitlab at salsa.debian.org
Tue Oct 19 15:49:45 BST 2021
Steffen Möller pushed to branch master at Debian Med / snakemake
Commits:
c6a2d8ab by Steffen Moeller at 2021-10-19T16:35:02+02:00
Upload.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,13 +1,8 @@
-snakemake (6.9.1+dfsg1-1) UNRELEASED; urgency=medium
+snakemake (6.9.1+dfsg1-1) unstable; urgency=medium
* Team upload.
- -- Steffen Moeller <moeller at debian.org> Tue, 19 Oct 2021 15:57:30 +0200
-
-snakemake (6.9.1-1) UNRELEASED; urgency=medium
-
[ Andreas Tille ]
- * Team upload.
* Fix watchfile to detect new versions on github
* New upstream version
* Standards-Version: 4.6.0 (routine-update)
@@ -27,7 +22,7 @@ snakemake (6.9.1-1) UNRELEASED; urgency=medium
* d/rules: Allowing consecutive builds with better cleaning
* Added d/TODO to remind about missing "tes" Python module
- -- Nilesh Patra <nilesh at debian.org> Sun, 17 Oct 2021 14:19:21 +0000
+ -- Nilesh Patra <nilesh at debian.org> Tue, 19 Oct 2021 16:32:04 +0200
snakemake (5.24.1-2) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -41,12 +41,13 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
find debian/snakemake -name '.gitignore' | xargs -r rm
+ find debian -name '__pycache__' | xargs rm -R
# the modules.sh is a workaround for #928826; putting it in PYBUILD_BEFORE_TEST_python3 doesn't work
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
. /etc/profile.d/modules.sh && PYBUILD_SYSTEM=custom dh_auto_test
- find debian -name '.gitignore' | xargs -r rm
+ find debian/snakemake -name '.gitignore' | xargs -r rm
endif
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/c6a2d8abe8b1b7303a58c09b2e7fb9874b7a8367
--
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/c6a2d8abe8b1b7303a58c09b2e7fb9874b7a8367
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/20211019/347543d4/attachment-0001.htm>
More information about the debian-med-commit
mailing list