Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Point Vcs fields to salsa.debian.org
· 0b3c1568
Andreas Tille
authored
Jan 08, 2019
0b3c1568
Standards-Version: 4.3.0
· 0dc26c50
Andreas Tille
authored
Jan 08, 2019
0dc26c50
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 05205fcf
Andreas Tille
authored
Jan 08, 2019
05205fcf
Upload to unstable
· b264d8d8
Andreas Tille
authored
Jan 08, 2019
b264d8d8
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b264d8d8
dwgsim (0.1.12-2) unstable; urgency=medium
* Team upload.
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Andreas Tille <tille@debian.org> Tue, 08 Jan 2019 13:03:23 +0100
dwgsim (0.1.12-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
b264d8d8
...
...
@@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 11~),
samtools (>= 1.7-2),
python-markdown,
zlib1g-dev
Standards-Version: 4.
1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/dwgsim
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/dwgsim.git
Standards-Version: 4.
3.0
Vcs-Browser: https://
salsa
.debian.org/
med-team
/dwgsim
Vcs-Git: https://
salsa
.debian.org/
med-team
/dwgsim.git
Homepage: https://github.com/nh13/DWGSIM/
Package: dwgsim
...
...
debian/rules
View file @
b264d8d8
...
...
@@ -14,5 +14,7 @@ override_dh_auto_build:
markdown_py -f README.html README.md
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -s /usr/share/doc/samtools/examples samtools
dh_auto_test
endif