[med-svn] [Git][med-team/porechop][master] 3 commits: Use salsa URLs to not need to add an AliothRewriter rule

Andreas Tille gitlab at salsa.debian.org
Sun Feb 11 19:35:19 UTC 2018


Andreas Tille pushed to branch master at Debian Med / porechop


Commits:
6b03d9ed by Andreas Tille at 2018-02-11T18:57:45+01:00
Use salsa URLs to not need to add an AliothRewriter rule

- - - - -
4b62c2be by Andreas Tille at 2018-02-11T20:14:38+01:00
Fix installation

- - - - -
8c3917ae by Andreas Tille at 2018-02-11T20:34:52+01:00
Try to add hardening options (seems this does not work)

- - - - -


4 changed files:

- debian/control
- + debian/install
- + debian/links
- debian/rules


Changes:

=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,18 @@ Uploaders: Cédric Lood <cedric.lood at kuleuven.be>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 10),
+               python3-all-dev,
 	       libseqan2-dev
 Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/porechop.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/porechop.git
+Vcs-Browser: https://salsa.debian.org/med-team/bandage.git
+Vcs-Git: https://salsa.debian.org/med-team/bandage.git
 Homepage: https://rrwick.github.io/Porechop
 
 Package: porechop
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${python3:Depends}
 Description: adapter trimmer for Oxford Nanopore reads
  Porechop is a tool for finding and removing adapters from Oxford
  Nanopore reads. Adapters on the ends of reads are trimmed off, and


=====================================
debian/install
=====================================
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+porechop/*.py	usr/lib/porechop
+porechop/*.so	usr/lib/porechop


=====================================
debian/links
=====================================
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/porechop/porechop.py	usr/bin/porechop


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,9 @@
 
 # DH_VERBOSE := 1
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+include /usr/share/dpkg/default.mk
+
 %:
-	dh $@
+	dh $@ --with python3



View it on GitLab: https://salsa.debian.org/med-team/porechop/compare/0e372d3b895c4e16baee32213d31363258a698e6...8c3917ae4f41020e5e06e7c5db64617c4b1c762f

---
View it on GitLab: https://salsa.debian.org/med-team/porechop/compare/0e372d3b895c4e16baee32213d31363258a698e6...8c3917ae4f41020e5e06e7c5db64617c4b1c762f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180211/a93aefe4/attachment-0001.html>


More information about the debian-med-commit mailing list