Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· 8ee06e83
Andreas Tille
authored
Oct 24, 2018
8ee06e83
debhelper 11
· 9f3dbfb5
Andreas Tille
authored
Oct 24, 2018
9f3dbfb5
Point Vcs fields to salsa.debian.org
· ab5fe5d4
Andreas Tille
authored
Oct 24, 2018
ab5fe5d4
Standards-Version: 4.2.1
· 24bd9014
Andreas Tille
authored
Oct 24, 2018
24bd9014
Upload to unstable
· d65eb5f2
Andreas Tille
authored
Oct 24, 2018
d65eb5f2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d65eb5f2
srst2 (0.2.0-6) unstable; urgency=medium
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 21:22:27 +0200
srst2 (0.2.0-5) unstable; urgency=medium
* Moved packaging from SVN to Git
...
...
debian/compat
View file @
d65eb5f2
1
0
1
1
debian/control
View file @
d65eb5f2
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
dh-python,
python-all,
python-setuptools,
...
...
@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
python-scipy,
bowtie2,
samtools
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/srst2
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/srst2.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/srst2
Vcs-Git: https://
salsa
.debian.org/
med-team
/srst2.git
Homepage: https://katholt.github.io/srst2/
Package: srst2
...
...
debian/rules
View file @
d65eb5f2
...
...
@@ -30,7 +30,9 @@ override_dh_fixperms:
done
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd tests && python test_slurm_srst2.py && python test_srst2.py
endif
override_dh_installdocs:
dh_installdocs
...
...