Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Remove ancient X-Python-Version field
· ce0b43fb
Andreas Tille
authored
Jul 17, 2018
ce0b43fb
debhelper 11
· 1c94743a
Andreas Tille
authored
Jul 17, 2018
1c94743a
Point Vcs fields to salsa.debian.org
· b3df381c
Andreas Tille
authored
Jul 17, 2018
b3df381c
Standards-Version: 4.1.5
· b1159cc5
Andreas Tille
authored
Jul 17, 2018
b1159cc5
Upload to unstable
· aa3cd45c
Andreas Tille
authored
Jul 17, 2018
aa3cd45c
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aa3cd45c
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
...
...
debian/compat
View file @
aa3cd45c
9
11
debian/control
View file @
aa3cd45c
...
...
@@ -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
...
...
debian/rules
View file @
aa3cd45c
...
...
@@ -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
...
...