[med-svn] [Git][med-team/fieldbioinformatics][master] 4 commits: Adding Python to control and rule files

Malihe Asemani gitlab at salsa.debian.org
Thu Apr 9 19:27:30 BST 2020



Malihe Asemani pushed to branch master at Debian Med / fieldbioinformatics


Commits:
d8573957 by Malihe Asemani at 2020-04-09T09:44:26-05:00
Adding Python to control and rule files

- - - - -
d959e190 by Malihe Asemani at 2020-04-09T10:06:03-05:00
Adding MIT License explanantion to copyright

- - - - -
79328cf4 by Malihe Asemani at 2020-04-09T10:10:15-05:00
Replacing debhelper to debhelper-compat in control file

- - - - -
ca51297d by Malihe Asemani at 2020-04-09T13:05:56-05:00
Adding python2 to the build and install dep

- - - - -


3 changed files:

- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -3,16 +3,17 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Malihe Asemani <ml.asemani at gmail.com>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12)
-Standards-Version: 4.5.0
+Build-Depends: debhelper-compat (=12), python-all, python-setuptools, python3-all, python3-setuptools, dh-python
+Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/med-team/fieldbioinformatics
 Vcs-Git: https://salsa.debian.org/med-team/fieldbioinformatics.git
 Homepage: https://github.com/artic-network/fieldbioinformatics
 
 Package: fieldbioinformatics
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${python3:Depends},
+	 ${python:Depends},
+	 ${misc:Depends}
 Description: pipeline for working with virus sequencing data sequenced with nanopore
  This is the ARTIC bioinformatics pipeline for working with virus sequencing
  data, sequenced with nanopore. Nanopore is a complete bioinformatics


=====================================
debian/copyright
=====================================
@@ -9,3 +9,20 @@ License: MIT
 Files: debian/*
 Copyright: 2020 Malihe Asemani <ml.asemani at gmail.com>
 License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
\ No newline at end of file


=====================================
debian/rules
=====================================
@@ -16,9 +16,10 @@ include /usr/share/dpkg/default.mk
 
 # for hardening you might like to uncomment this:
 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export PYBUILD_NAME=fieldbioinformatics
 
 %:
-	dh $@
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
 #override_dh_auto_test:



View it on GitLab: https://salsa.debian.org/med-team/fieldbioinformatics/-/compare/4cd36dd8c2c193d121e0aa5d392f803529a4fd41...ca51297dc37f669b10a826ade80ea9bb2e534477

-- 
View it on GitLab: https://salsa.debian.org/med-team/fieldbioinformatics/-/compare/4cd36dd8c2c193d121e0aa5d392f803529a4fd41...ca51297dc37f669b10a826ade80ea9bb2e534477
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/20200409/fa46a076/attachment-0001.html>


More information about the debian-med-commit mailing list