[med-svn] [Git][med-team/repeatmasker-recon][master] 4 commits: Fix FTCBFS by not hardcoding make in d/rules (Closes: #982912)

Nilesh Patra gitlab at salsa.debian.org
Tue Feb 16 15:37:25 GMT 2021



Nilesh Patra pushed to branch master at Debian Med / repeatmasker-recon


Commits:
d381c656 by Nilesh Patra at 2021-02-16T21:03:51+05:30
Fix FTCBFS by not hardcoding make in d/rules (Closes: #982912)

- - - - -
75256aae by Nilesh Patra at 2021-02-16T21:04:25+05:30
Drop help2man from build-deps

- - - - -
79cd63b1 by Nilesh Patra at 2021-02-16T21:04:54+05:30
Add myself to uploaders

- - - - -
de880b41 by Nilesh Patra at 2021-02-16T21:07:08+05:30
Add salsa-ci.yml

- - - - -


3 changed files:

- debian/control
- debian/rules
- + debian/salsa-ci.yml


Changes:

=====================================
debian/control
=====================================
@@ -1,11 +1,11 @@
 Source: repeatmasker-recon
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Olivier Sallou <osallou at debian.org>,
-           Andreas Tille <tille at debian.org>
+           Andreas Tille <tille at debian.org>,
+           Nilesh Patra <npatra974 at gmail.com>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               help2man
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/repeatmasker-recon
 Vcs-Git: https://salsa.debian.org/med-team/repeatmasker-recon.git


=====================================
debian/rules
=====================================
@@ -17,19 +17,18 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@
+	dh $@ --sourcedirectory=src
 
-override_dh_auto_build:
-	cd src; make
+override_dh_auto_test:
+	echo "Do not run tests since there exists no testsuite.sh needed to run those in the package"
 
-override_dh_auto_install:
+execute_before_dh_auto_install:
 	mkdir -p bin
-	cd src; make install
-	dh_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:
-	cd src; make clean
 	rm -rf bin
 	dh_clean


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml



View it on GitLab: https://salsa.debian.org/med-team/repeatmasker-recon/-/compare/c1b624607d845bb1a1430d407a249efa538fd701...de880b414f5b443a5f2c6bbe8ebd58dfbdbaf6f6

-- 
View it on GitLab: https://salsa.debian.org/med-team/repeatmasker-recon/-/compare/c1b624607d845bb1a1430d407a249efa538fd701...de880b414f5b443a5f2c6bbe8ebd58dfbdbaf6f6
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/20210216/c31d3d0b/attachment-0001.html>


More information about the debian-med-commit mailing list