Federico Ceratto pushed to branch master at Debian Med / falcon


Commits:
d196faf4 by Federico Ceratto at 2020-04-05T16:47:26+01:00
Bump up Standards-Version

- - - - -
f4e7c94a by Federico Ceratto at 2020-04-05T16:48:10+01:00
Switch to debhelper-compat

- - - - -
3450f2ef by Federico Ceratto at 2020-04-05T17:42:44+01:00
Switch to Python 3

- - - - -


3 changed files:

- − debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -2,26 +2,27 @@ Source: falcon
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
                dh-python,
                nim,
-               python-all-dev,
-               python-future (>= 0.16.0),
-               python-msgpack,
-               python-networkx (>= 1.7),
-               python-nose,
-               python-pytest,
-               python-setuptools,
+               python3-all-dev,
+               python3-future (>= 0.16.0),
+               python3-msgpack,
+               python3-networkx (>= 1.7),
+               python3-nose,
+               python3-pytest,
+               python3-setuptools,
                rsync
-Standards-Version: 4.1.5
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/falcon
 Vcs-Git: https://salsa.debian.org/med-team/falcon.git
 Homepage: https://github.com/PacificBiosciences/FALCON
+Testsuite: autopkgtest-pkg-python
 
 Package: falcon
 Architecture: alpha amd64 arm64 hppa kfreebsd-amd64 mips64el ppc64 ppc64el 
s390x sparc64
-Depends: python-networkx (>= 1.7),
-         python-pkg-resources,
+Depends: python3-networkx (>= 1.7),
+         python3-pkg-resources,
          rsync,
          time,
          ${misc:Depends},


=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DH_VERBOSE = 1
+export DH_VERBOSE=1
 include /usr/share/dpkg/default.mk
 export LC_ALL=C.UTF-8
 export FALCON_WORKSPACE=$(CURDIR)
@@ -10,7 +10,7 @@ py2vers = $(shell pyversions -rv)
 export 
PYTHONPATH:=$(FALCON_PREFIX)/lib/python${py2vers}/site-packages:$(PYTHONPATH)
 
 %:
-       dh $@ --with python2
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_build:
        mkdir $(FALCON_PREFIX)/lib/python${py2vers}/site-packages/ -p



View it on GitLab: 
https://salsa.debian.org/med-team/falcon/-/compare/66d37b7d54212a570a3d2b9b1e6f57b50600150b...3450f2efd9e007cf911c58194672025160d0c50e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/falcon/-/compare/66d37b7d54212a570a3d2b9b1e6f57b50600150b...3450f2efd9e007cf911c58194672025160d0c50e
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