Andreas Tille pushed to branch master at Debian Med / artfastqgenerator
Commits: 41258c44 by Andreas Tille at 2018-07-29T03:05:09Z debhelper 11 - - - - - 6627834c by Andreas Tille at 2018-07-29T03:05:13Z Point Vcs fields to salsa.debian.org - - - - - 7dbe8ec8 by Andreas Tille at 2018-07-29T03:05:13Z Standards-Version: 4.1.5 - - - - - 4bae0375 by Andreas Tille at 2018-07-29T03:10:48Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - 71208949 by Andreas Tille at 2018-07-29T03:17:55Z Do not parse d/changelog - - - - - 018576f3 by Andreas Tille at 2018-07-29T03:21:32Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +artfastqgenerator (0.0.20150519-3) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.1.5 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test + * Do not parse d/changelog + + -- Andreas Tille <[email protected]> Sun, 29 Jul 2018 05:18:15 +0200 + artfastqgenerator (0.0.20150519-2) unstable; urgency=medium * debhelper 10 ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), javahelper, default-jdk -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/artfastqgenerator.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/artfastqgenerator.git +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/med-team/artfastqgenerator +Vcs-Git: https://salsa.debian.org/med-team/artfastqgenerator.git Homepage: https://sourceforge.net/projects/artfastqgen/ Package: artfastqgenerator ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -2,18 +2,20 @@ # DH_VERBOSE := 1 -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk %: dh $@ --with javahelper override_dh_auto_build: javac -source 1.7 -target 1.7 artificialFastqGenerator/*.java && \ - jar -cmf META-INF/MANIFEST.MF $(DEBPKGNAME).jar artificialFastqGenerator/*.class + jar -cmf META-INF/MANIFEST.MF $(DEB_SOURCE).jar artificialFastqGenerator/*.class override_dh_auto_test: - java -jar $(DEBPKGNAME).jar -R miniReference.fasta -O C1 -S ">1" -E ">" -URQS true -SE true -F1 test1.fastq -F2 test2.fastq +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + java -jar $(DEB_SOURCE).jar -R miniReference.fasta -O C1 -S ">1" -E ">" -URQS true -SE true -F1 test1.fastq -F2 test2.fastq rm C1.1.fastq C1.2.fastq +endif get-orig-source: . debian/get-orig-source View it on GitLab: https://salsa.debian.org/med-team/artfastqgenerator/compare/3a12139e684e218b2ebe3c8315646ab28adce117...018576f37cdb613013be12f4bff990ad6ed6f87a -- View it on GitLab: https://salsa.debian.org/med-team/artfastqgenerator/compare/3a12139e684e218b2ebe3c8315646ab28adce117...018576f37cdb613013be12f4bff990ad6ed6f87a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
