Skip to content
Commits on Source (8)
arden (1.0-4) unstable; urgency=medium
* Build-Depends: dh-python
* Remove ancient X-Python-Version field
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Build-Depends: s/python-all-dev/python-all/
* Cleanup d/rules
-- Andreas Tille <tille@debian.org> Wed, 18 Jul 2018 10:04:13 +0200
arden (1.0-3) unstable; urgency=medium
* Architecture: all
......
......@@ -3,18 +3,17 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
python-all-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/arden.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/arden.git
Build-Depends: debhelper (>= 11~),
dh-python,
python-all
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/arden
Vcs-Git: https://salsa.debian.org/med-team/arden.git
Homepage: http://sourceforge.net/projects/arden/
X-Python-Version: >= 2.6
Package: arden
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
Depends: ${misc:Depends},
${python:Depends},
python-scipy,
python-numpy,
......
......@@ -2,7 +2,5 @@
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
%:
dh $@ --with python2