[med-svn] [Git][med-team/python-biopython][master] 2 commits: Improved cleaning - .pygtex
Steffen Möller
gitlab at salsa.debian.org
Fri Jun 12 18:24:55 BST 2020
Steffen Möller pushed to branch master at Debian Med / python-biopython
Commits:
a782d290 by Steffen Moeller at 2020-06-12T19:09:31+02:00
Improved cleaning - .pygtex
- - - - -
b135ae0e by Steffen Moeller at 2020-06-12T19:10:33+02:00
Added Etienne as Uploader
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -5,6 +5,9 @@ python-biopython (1.77+dfsg-1) unstable; urgency=medium
* Test makeblastdb using format version 4, this is to work around issues on
32 bits CPU architectures. Closes: #960756.
+ [ Steffen Moeller ]
+ * Also clean .pygtex and .pygstyle files in Doc
+
-- Etienne Mollier <etienne.mollier at mailoo.org> Thu, 11 Jun 2020 20:10:34 +0200
python-biopython (1.76+dfsg-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,7 +1,8 @@
Source: python-biopython
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy at debian.org>,
- Andreas Tille <tille at debian.org>
+ Andreas Tille <tille at debian.org>,
+ Etienne Mollier <etienne.mollier at mailoo.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
=====================================
debian/rules
=====================================
@@ -49,6 +49,7 @@ override_dh_auto_clean:
rm -f Doc/install/Installation.html
rm -f Doc/Tutorial.pdf Doc/biopdb_faq.pdf
rm -f Doc/Tutorial/*.aux
+ find Doc -name "*.pygtex" -o -name "*.pygstyle" -delete
rm -rf biopython.egg-info
rm -rf .pybuild
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/750e88ae0f82d320dbd52c50a902ffbf8dda597f...b135ae0ef93078cf381072dc2dc85cd43fc38ea5
--
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/750e88ae0f82d320dbd52c50a902ffbf8dda597f...b135ae0ef93078cf381072dc2dc85cd43fc38ea5
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/20200612/7675554e/attachment-0001.html>
More information about the debian-med-commit
mailing list