[med-svn] [Git][med-team/porechop][master] 6 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Sun Aug 26 19:55:27 BST 2018
Andreas Tille pushed to branch master at Debian Med / porechop
Commits:
700d5526 by Andreas Tille at 2018-08-26T17:40:12Z
debhelper 11
- - - - -
cfa90883 by Andreas Tille at 2018-08-26T17:40:14Z
Standards-Version: 4.2.0
- - - - -
9bae79f6 by Andreas Tille at 2018-08-26T17:58:08Z
Add myself to Uploaders
- - - - -
c1f02c12 by Andreas Tille at 2018-08-26T17:59:45Z
Add interpreter line
- - - - -
bb2874e8 by Andreas Tille at 2018-08-26T18:10:28Z
Formatting
- - - - -
39c54198 by Andreas Tille at 2018-08-26T18:53:10Z
Fix installation
- - - - -
9 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/install
- debian/links
- + debian/patches/add_python_interpreter_line.patch
- + debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,4 +2,4 @@ porechop (0.2.3+dfsg-1) UNRELEASED; urgency=medium
* Initial release (Closes: #890112)
- -- Cédric Lood <cedric.lood at kuleuven.be> Sun, 11 Feb 2018 13:59:00 +0200
+ -- Andreas Tille <tille at debian.org> Sun, 26 Aug 2018 19:57:42 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -1,14 +1,16 @@
Source: porechop
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Cédric Lood <cedric.lood at kuleuven.be>
+Uploaders: Cédric Lood <cedric.lood at kuleuven.be>,
+ Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
+ dh-python,
python3-all-dev,
- libseqan2-dev
-Standards-Version: 4.1.3
-Vcs-Browser: https://salsa.debian.org/med-team/bandage.git
-Vcs-Git: https://salsa.debian.org/med-team/bandage.git
+ libseqan2-dev
+Standards-Version: 4.2.0
+Vcs-Browser: https://salsa.debian.org/med-team/porechop
+Vcs-Git: https://salsa.debian.org/med-team/porechop.git
Homepage: https://rrwick.github.io/Porechop
Package: porechop
=====================================
debian/copyright
=====================================
@@ -16,12 +16,13 @@ License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
- your option) any later version. . This package is distributed in
+ your option) any later version.
+ .
+ This package is distributed in
the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more
- details. . You should have received a copy of the GNU General
- Public License along with this program. If not, see
- <http://www.gnu.org/licenses/>. . On Debian systems, the complete
- text of the GNU General Public License version 3 can be found in
- "/usr/share/common-licenses/GPL-3".
+ details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 3 can be found in "/usr/share/common-licenses/GPL-3".
=====================================
debian/install
=====================================
@@ -1,2 +1,2 @@
-porechop/*.py usr/lib/porechop
-porechop/*.so usr/lib/porechop
+porechop/*.py usr/share/porechop/porechop
+porechop-runner.py usr/share/porechop
=====================================
debian/links
=====================================
@@ -1 +1 @@
-usr/lib/porechop/porechop.py usr/bin/porechop
+usr/share/porechop/porechop-runner.py usr/bin/porechop
=====================================
debian/patches/add_python_interpreter_line.patch
=====================================
@@ -0,0 +1,11 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 26 Aug 2018 19:57:42 +0200
+Description: Add interpreter line
+
+--- a/porechop/porechop.py
++++ b/porechop/porechop.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/python3
+ """
+ Copyright 2017 Ryan Wick (rrwick at gmail.com)
+ https://github.com/rrwick/Porechop
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+add_python_interpreter_line.patch
=====================================
debian/rules
=====================================
@@ -8,3 +8,11 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3
+
+override_dh_install:
+ dh_install
+ mkdir -p debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)
+ cp -a porechop/cpp_functions.so debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)
+# for so in `find . -name *.so` ; do \
+# cp $${so} debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)/`echo $${so} | sed 's/.cpython-[0-9]\+m-$(DEB_HOST_MULTIARCH)//'` ; \
+# done
View it on GitLab: https://salsa.debian.org/med-team/porechop/compare/8c3917ae4f41020e5e06e7c5db64617c4b1c762f...39c5419886d263f04a6bd1bd4727a4e1e9efd616
--
View it on GitLab: https://salsa.debian.org/med-team/porechop/compare/8c3917ae4f41020e5e06e7c5db64617c4b1c762f...39c5419886d263f04a6bd1bd4727a4e1e9efd616
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/20180826/ae5a1805/attachment-0001.html>
More information about the debian-med-commit
mailing list