Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Really get rid of all Python2 stuff
· 7f1adb8e
Andreas Tille
authored
Jan 23, 2020
7f1adb8e
routine-update: Standards-Version: 4.5.0
· bf4d31c4
Andreas Tille
authored
Jan 23, 2020
bf4d31c4
s/python2/python3/
· 26dd728d
Andreas Tille
authored
Jan 23, 2020
26dd728d
Upload to unstable
· 9f15dacc
Andreas Tille
authored
Jan 23, 2020
9f15dacc
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9f15dacc
plasmidomics (0.2.0-9) unstable; urgency=medium
* Really get rid of all Python2 stuff
Closes: #943161
* Standards-Version: 4.5.0 (routine-update)
-- Andreas Tille <tille@debian.org> Thu, 23 Jan 2020 17:14:52 +0100
plasmidomics (0.2.0-8) unstable; urgency=medium
* Use 2to3 to port from Python2 to Python3
...
...
debian/control
View file @
9f15dacc
...
...
@@ -6,17 +6,17 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python
-all
Standards-Version: 4.
4.1
python
3
Standards-Version: 4.
5.0
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
Package: plasmidomics
Architecture: all
Depends: ${python:Depends},
Depends: ${python
3
:Depends},
${misc:Depends},
python-tk
python
3
-tk
Description: draw plasmids and vector maps with PostScript graphics export
Plasmidomics is written for easy drawing of plasmids and vector maps
to use them in theses, presentations or other forms of publications. It
...
...
debian/patches/2to3.patch
View file @
9f15dacc
...
...
@@ -6,7 +6,8 @@ Last-Update: Fri, 10 Jan 2020 12:11:07 +0100
--- a/plasmid
+++ b/plasmid
@@ -1,9 +1,9 @@
#!/usr/bin/python
-#!/usr/bin/python
+#!/usr/bin/python3
# File: plasmid.py
-from Tkinter import *
...
...
debian/rules
View file @
9f15dacc
...
...
@@ -7,7 +7,7 @@
include
/usr/share/dpkg/default.mk
%
:
dh
$@
--with
python
2
dh
$@
--with
python
3
override_dh_install
:
dh_install
...
...