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 
<[email protected]>
 Uploaders: Olivier Sallou <[email protected]>,
-           Andreas Tille <[email protected]>
+           Andreas Tille <[email protected]>,
+           Nilesh Patra <[email protected]>
 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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to