[med-svn] [Git][med-team/grinder][master] 7 commits: debhelper 11

Andreas Tille gitlab at salsa.debian.org
Wed Jan 2 14:47:28 GMT 2019


Andreas Tille pushed to branch master at Debian Med / grinder


Commits:
b8ea652a by Andreas Tille at 2019-01-02T14:28:16Z
debhelper 11

- - - - -
80d4b628 by Andreas Tille at 2019-01-02T14:28:44Z
Point Vcs fields to salsa.debian.org

- - - - -
057132d7 by Andreas Tille at 2019-01-02T14:28:44Z
Standards-Version: 4.3.0

- - - - -
e7e0cacc by Andreas Tille at 2019-01-02T14:29:38Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target

- - - - -
f4ef3ab6 by Andreas Tille at 2019-01-02T14:29:38Z
Remove trailing whitespace in debian/changelog

- - - - -
7f755ca6 by Andreas Tille at 2019-01-02T14:44:43Z
Fix Perl interpreter

- - - - -
6ab5abd9 by Andreas Tille at 2019-01-02T14:45:53Z
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+grinder (0.5.4-5) unstable; urgency=medium
+
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.3.0
+  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+  * Remove trailing whitespace in debian/changelog
+  * Fix Perl interpreter
+
+ -- Andreas Tille <tille at debian.org>  Wed, 02 Jan 2019 15:44:52 +0100
+
 grinder (0.5.4-4) unstable; urgency=medium
 
   * debian/rules: set PERL5LIB for `helpman … grinder' call.
@@ -27,11 +38,11 @@ grinder (0.5.4-3) unstable; urgency=medium
 grinder (0.5.4-2) unstable; urgency=medium
 
   * Team upload.
-  
+
   [ Steffen Moeller ]
   * debian/uptream/metadata: Added references to OMICtools and RRID
 
-  [ Nadiya Sitdykova ] 
+  [ Nadiya Sitdykova ]
   * add creation of _disposal directory so the package could be rebuild
   * add autopkgtest test-suite
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -5,14 +5,14 @@ Uploaders: Florent Angly <florent.angly at gmail.com>,
 Section: science
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 10)
+Build-Depends: debhelper (>= 11~)
 Build-Depends-Indep: libbio-perl-perl,
                      libgetopt-euclid-perl,
                      libmath-random-mt-perl,
                      help2man
-Standards-Version: 4.1.2
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/grinder.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/grinder.git
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/med-team/grinder
+Vcs-Git: https://salsa.debian.org/med-team/grinder.git
 Homepage: https://sourceforge.net/projects/biogrinder/
 
 Package: grinder


=====================================
debian/rules
=====================================
@@ -45,7 +45,9 @@ override_dh_auto_configure:
 # Because of Grinder's random output, some tests are brittle and may fail...
 # Only test that the program loads successfully
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) testdb TEST_FILE=t/00-load.t TESTDB_SW=''
+endif
 
 # Generate manpages on the fly
 override_dh_auto_build:
@@ -67,3 +69,9 @@ override_dh_auto_clean:
 	    done ; \
 	fi
 	rm -rf _disposal
+
+override_dh_install:
+	dh_install
+	for pl in `grep -Rl '#!/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
+	    sed -i '1s?^#!/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
+	done



View it on GitLab: https://salsa.debian.org/med-team/grinder/compare/a9873dce0999793821f6ff0e2cd8edb5041e0965...6ab5abd9782996c91655633dec470b1909cb19b1

-- 
View it on GitLab: https://salsa.debian.org/med-team/grinder/compare/a9873dce0999793821f6ff0e2cd8edb5041e0965...6ab5abd9782996c91655633dec470b1909cb19b1
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/20190102/142d4ecc/attachment-0001.html>


More information about the debian-med-commit mailing list