Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kmer
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Med
kmer
Compare revisions
cd6de6e90b30e0fc86f88afdfcc9b6350e05400a to ce9928609f54f4be938797fac6a9f155eb7ad629
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
med-team/kmer
Select target project
No results found
ce9928609f54f4be938797fac6a9f155eb7ad629
Select Git revision
Swap
Target
med-team/kmer
Select target project
friki/kmer
med-team/kmer
2 results
cd6de6e90b30e0fc86f88afdfcc9b6350e05400a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
Make sure simple names for dynamic libraries are made available
· 57c585a2
Andreas Tille
authored
5 years ago
57c585a2
Some more fixes.
· d10f0318
Andreas Tille
authored
5 years ago
d10f0318
Finally found some remaining Python2 call inside Perl script
· 9d3a3aa8
Andreas Tille
authored
5 years ago
9d3a3aa8
There is no file class in Python3
· ce992860
Andreas Tille
authored
5 years ago
ce992860
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/patches/2to3.patch
+108
-86
108 additions, 86 deletions
debian/patches/2to3.patch
debian/rules
+3
-0
3 additions, 0 deletions
debian/rules
with
112 additions
and
86 deletions
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
...
...
This diff is collapsed.
Click to expand it.
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
This diff is collapsed.
Click to expand it.