Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Make sure simple names for dynamic libraries are made available
· 57c585a2
Andreas Tille
authored
Dec 19, 2019
57c585a2
Some more fixes.
· d10f0318
Andreas Tille
authored
Dec 19, 2019
d10f0318
Finally found some remaining Python2 call inside Perl script
· 9d3a3aa8
Andreas Tille
authored
Dec 19, 2019
9d3a3aa8
There is no file class in Python3
· ce992860
Andreas Tille
authored
Dec 19, 2019
ce992860
Expand all
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ce992860
...
...
@@ -14,6 +14,7 @@ kmer (0~20150903+r2013-7) UNRELEASED; urgency=medium
lines.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
TODO: Tests are failing
-- Andreas Tille <tille@debian.org> Thu, 19 Dec 2019 10:43:09 +0100
...
...
debian/patches/2to3.patch
View file @
ce992860
This diff is collapsed.
Click to expand it.
debian/rules
View file @
ce992860
...
...
@@ -40,5 +40,8 @@ override_dh_install:
sed -i '1s+#!/usr/bin/env perl+#!/usr/bin/perl+' $${perlscript} ; \
done
override_dh_python3:
dh_python3 --no-ext-rename
get-orig-source:
DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM) debian/get-orig-source