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 <[email protected]>  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 
<[email protected]>
 Uploaders: Charles Plessy <[email protected]>,
-           Andreas Tille <[email protected]>
+           Andreas Tille <[email protected]>,
+           Etienne Mollier <[email protected]>
 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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to