[med-svn] [Git][med-team/repeatmasker-recon][master] 5 commits: Fix watch file

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Oct 9 07:23:11 BST 2021



Andreas Tille pushed to branch master at Debian Med / repeatmasker-recon


Commits:
f00d53ff by Andreas Tille at 2021-10-09T08:18:12+02:00
Fix watch file

- - - - -
512c606a by Andreas Tille at 2021-10-09T08:18:34+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
633a438e by Andreas Tille at 2021-10-09T08:21:21+02:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target

- - - - -
d9d3d0f9 by Andreas Tille at 2021-10-09T08:21:21+02:00
routine-update: Remove trailing whitespace in debian/rules

- - - - -
8e419a46 by Andreas Tille at 2021-10-09T08:22:41+02:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+repeatmasker-recon (1.08-7) unstable; urgency=medium
+
+  * Fix watch file
+  * Standards-Version: 4.6.0 (routine-update)
+  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+    update)
+  * Remove trailing whitespace in debian/rules (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 09 Oct 2021 08:21:33 +0200
+
 repeatmasker-recon (1.08-6) unstable; urgency=medium
 
   * Fix FTCBFS by not hardcoding make in d/rules


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Olivier Sallou <osallou at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/repeatmasker-recon
 Vcs-Git: https://salsa.debian.org/med-team/repeatmasker-recon.git
 Homepage: https://www.repeatmasker.org/


=====================================
debian/rules
=====================================
@@ -20,7 +20,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --sourcedirectory=src
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	echo "Do not run tests since there exists no testsuite.sh needed to run those in the package"
+endif
 
 execute_before_dh_auto_install:
 	mkdir -p bin
@@ -28,7 +30,7 @@ execute_before_dh_auto_install:
 execute_after_dh_install:
 	cp scripts/recon.pl debian/repeatmasker-recon/usr/bin/repeatmasker-recon
 	cp scripts/MSPCollect.pl debian/repeatmasker-recon/usr/bin/MSPCollect
-	
+
 override_dh_clean:
 	rm -rf bin
 	dh_clean


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=4
 
-https://www.repeatmasker.org/RepeatModeler/RECON-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://www.repeatmasker.org/RepeatModeler/ .*/RECON-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/med-team/repeatmasker-recon/-/compare/e43853d39c8ab643385f2e7725a327a9895275e3...8e419a46a24790cced763d5e960c1dda4826b3fc

-- 
View it on GitLab: https://salsa.debian.org/med-team/repeatmasker-recon/-/compare/e43853d39c8ab643385f2e7725a327a9895275e3...8e419a46a24790cced763d5e960c1dda4826b3fc
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/20211009/9dda300d/attachment-0001.htm>


More information about the debian-med-commit mailing list