Skip to content
Commits on Source (5)
harvest-tools (1.3-2) UNRELEASED; urgency=medium
harvest-tools (1.3-2) unstable; urgency=medium
[ Steffen Moeller ]
* d/u/metadata
- added RRIDs
- yamllint clean
-- Steffen Moeller <moeller@debian.org> Sat, 31 Mar 2018 02:53:46 +0200
[ Andreas Tille ]
* Remove ancient X-Python-Version field
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Tue, 17 Jul 2018 17:00:34 +0200
harvest-tools (1.3-1) unstable; urgency=medium
......
......@@ -3,8 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
cython,
python-setuptools,
protobuf-compiler,
......@@ -12,11 +11,10 @@ Build-Depends: debhelper (>= 9),
libprotobuf-dev,
libcapnp-dev,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/harvest-tools.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/harvest-tools.git
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/harvest-tools
Vcs-Git: https://salsa.debian.org/med-team/harvest-tools.git
Homepage: http://harvest.readthedocs.org/en/latest/content/harvest-tools.html
X-Python-Version: >= 2.7
Package: harvest-tools
Architecture: any
......
......@@ -5,7 +5,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@
override_dh_auto_configure:
dh_auto_configure -- --with-protobuf=/usr --with-capnp=/usr
......