[med-svn] [Git][med-team/plasmidomics][master] 5 commits: Use 2to3 to port from Python2 to Python3
Andreas Tille
gitlab at salsa.debian.org
Fri Jan 10 11:45:30 GMT 2020
Andreas Tille pushed to branch master at Debian Med / plasmidomics
Commits:
d0209e95 by Andreas Tille at 2020-01-10T12:12:38+01:00
Use 2to3 to port from Python2 to Python3
- - - - -
ccb04975 by Andreas Tille at 2020-01-10T12:13:39+01:00
routine-update: debhelper-compat 12
- - - - -
1e9fc0e7 by Andreas Tille at 2020-01-10T12:13:45+01:00
routine-update: Standards-Version: 4.4.1
- - - - -
6bc9f694 by Andreas Tille at 2020-01-10T12:13:46+01:00
Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
- - - - -
ffc34be7 by Andreas Tille at 2020-01-10T12:15:05+01:00
routine-update: Ready to upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/patches/2to3.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+plasmidomics (0.2.0-8) unstable; urgency=medium
+
+ * Use 2to3 to port from Python2 to Python3
+ Closes: #943161
+ * debhelper-compat 12
+ * Standards-Version: 4.4.1
+ * Trim trailing whitespace.
+
+ -- Andreas Tille <tille at debian.org> Fri, 10 Jan 2020 12:13:52 +0100
+
plasmidomics (0.2.0-7) unstable; urgency=medium
* Build-Depends: dh-python
@@ -70,4 +80,3 @@ plasmidomics (0.2.0-1) unstable; urgency=low
* Initial release (Closes: #450781)
-- Robert Winkler <robert.winkler at bioprocess.org> Sat, 24 Nov 2007 19:35:28 +0100
-
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,10 +4,10 @@ Uploaders: Robert Winkler <robert.winkler at bioprocess.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python-all
-Standards-Version: 4.1.5
+Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/plasmidomics
Vcs-Git: https://salsa.debian.org/med-team/plasmidomics.git
Homepage: https://www.ira.cinvestav.mx/Investigaci%C3%B3n/Biotecnolog%C3%ADayBioqu%C3%ADmica/ProfesoresInvestigadores/DrRobertWinkler/Software/PlasmidDrawingProgramPlasmidomics02/tabid/778/language/en-US/Default.aspx
=====================================
debian/patches/2to3.patch
=====================================
@@ -0,0 +1,20 @@
+Description: Use 2to3 to port from Python2 to Python3
+Bug-Debian: https://bugs.debian.org/943161
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 10 Jan 2020 12:11:07 +0100
+
+--- a/plasmid
++++ b/plasmid
+@@ -1,9 +1,9 @@
+ #!/usr/bin/python
+ # File: plasmid.py
+
+-from Tkinter import *
+-from tkMessageBox import *
+-from tkColorChooser import *
++from tkinter import *
++from tkinter.messagebox import *
++from tkinter.colorchooser import *
+ from math import *
+
+ # global variables
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+2to3.patch
View it on GitLab: https://salsa.debian.org/med-team/plasmidomics/compare/ddbe042e8afcdd22c4c15bd6f5447e3b6a9b031d...ffc34be78aea2602ba0889cc6db0349f3c63e837
--
View it on GitLab: https://salsa.debian.org/med-team/plasmidomics/compare/ddbe042e8afcdd22c4c15bd6f5447e3b6a9b031d...ffc34be78aea2602ba0889cc6db0349f3c63e837
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/20200110/d97667bd/attachment-0001.html>
More information about the debian-med-commit
mailing list