Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 855f0db9
Andreas Tille
authored
Jul 29, 2018
855f0db9
Point Vcs fields to salsa.debian.org
· ac09bf94
Andreas Tille
authored
Jul 29, 2018
ac09bf94
Standards-Version: 4.1.5
· 2f54f175
Andreas Tille
authored
Jul 29, 2018
2f54f175
Fix watch file
· 4eecbe81
Andreas Tille
authored
Jul 29, 2018
4eecbe81
do not parse d/changelog
· 2961a775
Andreas Tille
authored
Jul 29, 2018
2961a775
Upload to unstable
· 9809f1aa
Andreas Tille
authored
Jul 29, 2018
9809f1aa
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9809f1aa
art-nextgen-simulation-tools (20160605+dfsg-3) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Fix watch file
* do not parse d/changelog
-- Andreas Tille <tille@debian.org> Sun, 29 Jul 2018 06:19:35 +0200
art-nextgen-simulation-tools (20160605+dfsg-2) unstable; urgency=medium
* Make sure tests will not use the .pl suffixed script
...
...
debian/compat
View file @
9809f1aa
1
0
1
1
debian/control
View file @
9809f1aa
...
...
@@ -3,12 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
libgsl-dev
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/art-nextgen-simulation-tools
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/art-nextgen-simulation-tools.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/art-nextgen-simulation-tools
Vcs-Git: https://
salsa
.debian.org/
med-team
/art-nextgen-simulation-tools.git
Homepage: http://www.niehs.nih.gov/research/resources/software/biostatistics/art/
Package: art-nextgen-simulation-tools
...
...
debian/rules
View file @
9809f1aa
#!/usr/bin/make -f
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
--with autoreconf
dh $@
override_dh_auto_test:
ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
...
...
@@ -23,12 +23,12 @@ override_dh_install-arch:
dh_install -a
# aln2bed.pl seems to be of general use - the other perl scripts are called by art_profiler_illumina
# see patch for the latter regarding PATH to *.pl files
mkdir -p debian/$(DEB
PKGNAM
E)/usr/lib/$(DEB
PKGNAM
E)
for pl in debian/$(DEB
PKGNAM
E)/usr/bin/*.pl ; do \
mkdir -p debian/$(DEB
_SOURC
E)/usr/lib/$(DEB
_SOURC
E)
for pl in debian/$(DEB
_SOURC
E)/usr/bin/*.pl ; do \
if [ `basename $${pl}` = aln2bed.pl ] ; then \
mv $${pl} debian/$(DEB
PKGNAM
E)/usr/bin/`basename $${pl} .pl` ; \
mv $${pl} debian/$(DEB
_SOURC
E)/usr/bin/`basename $${pl} .pl` ; \
else \
mv $${pl} debian/$(DEB
PKGNAM
E)/usr/lib/$(DEB
PKGNAM
E) ; \
mv $${pl} debian/$(DEB
_SOURC
E)/usr/lib/$(DEB
_SOURC
E) ; \
fi ; \
done
...
...
@@ -38,7 +38,7 @@ override_dh_installexamples-arch:
sed -e 's?=\.\./?=/usr/bin/?' \
-e 's?^\.\./?/usr/bin/?' \
-e 's/aln2bed\.pl/aln2bed/' \
$$ex > debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)/examples/`basename $$ex` ; \
$$ex > debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)/examples/`basename $$ex` ; \
done
override_dh_installchangelogs:
...
...
debian/watch
View file @
9809f1aa
version=4
opts="uversionmangle=s/^(\d\d)(\d\d)(\d\d)$/$1.$2.$3/,repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
http://www.niehs.nih.gov/research/resources/software/biostatistics/art/ .*/artsrc[a-z]*(\d+)linuxtgz\.tgz
opts="uversionmangle=s/\.//g,repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
https://www.niehs.nih.gov/research/resources/software/biostatistics/art/ .*/artsrc[a-z]*(\d[\d.]+)linux.*\.tgz