[med-svn] [Git][med-team/art-nextgen-simulation-tools][master] 6 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Sun Jul 29 06:46:35 BST 2018
Andreas Tille pushed to branch master at Debian Med / art-nextgen-simulation-tools
Commits:
855f0db9 by Andreas Tille at 2018-07-29T03:59:08Z
debhelper 11
- - - - -
ac09bf94 by Andreas Tille at 2018-07-29T03:59:11Z
Point Vcs fields to salsa.debian.org
- - - - -
2f54f175 by Andreas Tille at 2018-07-29T03:59:11Z
Standards-Version: 4.1.5
- - - - -
4eecbe81 by Andreas Tille at 2018-07-29T04:17:58Z
Fix watch file
- - - - -
2961a775 by Andreas Tille at 2018-07-29T04:19:25Z
do not parse d/changelog
- - - - -
9809f1aa by Andreas Tille at 2018-07-29T04:29:54Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+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 at 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
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at 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
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
#!/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/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME)
- for pl in debian/$(DEBPKGNAME)/usr/bin/*.pl ; do \
+ mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
+ for pl in debian/$(DEB_SOURCE)/usr/bin/*.pl ; do \
if [ `basename $${pl}` = aln2bed.pl ] ; then \
- mv $${pl} debian/$(DEBPKGNAME)/usr/bin/`basename $${pl} .pl` ; \
+ mv $${pl} debian/$(DEB_SOURCE)/usr/bin/`basename $${pl} .pl` ; \
else \
- mv $${pl} debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME) ; \
+ mv $${pl} debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE) ; \
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/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/`basename $$ex` ; \
+ $$ex > debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/`basename $$ex` ; \
done
override_dh_installchangelogs:
=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,4 @@
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
View it on GitLab: https://salsa.debian.org/med-team/art-nextgen-simulation-tools/compare/bd68aec9f8cad60a18e8bd9c3594e3e23b9ce3d9...9809f1aa5953f735362e3b8355b4e01f7ef37bd9
--
View it on GitLab: https://salsa.debian.org/med-team/art-nextgen-simulation-tools/compare/bd68aec9f8cad60a18e8bd9c3594e3e23b9ce3d9...9809f1aa5953f735362e3b8355b4e01f7ef37bd9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180729/11b328f9/attachment-0001.html>
More information about the debian-med-commit
mailing list