Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper-compat 12
· 7e90a816
Andreas Tille
authored
Sep 02, 2019
7e90a816
Standards-Version: 4.4.0
· d4dd9968
Andreas Tille
authored
Sep 02, 2019
d4dd9968
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 0d07f00d
Andreas Tille
authored
Sep 02, 2019
0d07f00d
Remove obsolete fields Name, Contact from debian/upstream/metadata.
· e8198d44
Andreas Tille
authored
Sep 02, 2019
e8198d44
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e8198d44
...
...
@@ -13,6 +13,12 @@ snakemake (5.5.4-1) UNRELEASED; urgency=medium
Document what is known about the skipped tests
* Apply patch from upstream to fix duplicated argument (Closes: #933527)
[ Andreas Tille ]
* debhelper-compat 12
* Standards-Version: 4.4.0
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove obsolete fields Name, Contact from debian/upstream/metadata.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 31 Jul 2019 11:24:24 +0200
snakemake (5.5.3-1) unstable; urgency=medium
...
...
debian/compat
deleted
100644 → 0
View file @
dbc52a27
11
debian/control
View file @
e8198d44
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Kevin Murray <kdmfoss@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
dh-python,
ca-certificates,
cwltool,
...
...
@@ -35,7 +35,7 @@ Build-Depends: debhelper (>= 11~),
python3-yaml,
r-cran-rmarkdown
# python3-irodsclient, # when that enters testing
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/med-team/snakemake
Vcs-Git: https://salsa.debian.org/med-team/snakemake.git
Homepage: https://bitbucket.org/snakemake/snakemake
...
...
debian/rules
View file @
e8198d44
...
...
@@ -34,4 +34,6 @@ override_dh_auto_build:
python3 setup.py build_sphinx
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYBUILD_SYSTEM=custom dh_auto_test
endif
debian/upstream/metadata
View file @
e8198d44
Contact: Johannes Köster <johannes.koester at protonmail.com>
Name: Snakemake
Reference:
- Author: Johannes Köster and Sven Rahmann
Title: "Snakemake-a scalable bioinformatics workflow engine "
...
...