Skip to content

Commits on Source 9

t-digest (1:3.0-2) unstable; urgency=medium
[ tony mancill ]
* Bump debian revision to avoid reuse of 3.0-1 (Closes: #929618)
* Update Vcs URLs to point to Salsa
* Add a human maintainer (myself) to Uploaders
* Drop get-orig-source target from debian/rules
* Bump Standards-Version to 4.3.0
* Use debhelper 12 and dh sequencer; drop cdbs build-dep
[ Hilko Bengen ]
* Remove myself from Uploaders
-- tony mancill <tmancill@debian.org> Mon, 27 May 2019 21:23:15 -0700
t-digest (1:3.0-1) unstable; urgency=medium
* Reverted to t-digest 3.0 because 3.1 had introduced grave API/ABI
......
......@@ -2,11 +2,12 @@ Source: t-digest
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 12), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libmaven-javadoc-plugin-java, default-jdk-doc
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/t-digest.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/t-digest.git
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/t-digest.git
Vcs-Browser: https://salsa.debian.org/java-team/t-digest
Homepage: https://github.com/tdunning/t-digest
Package: libt-digest-java
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: T-Digest
Source: https://github.com/tdunning/t-digest
......@@ -8,6 +8,7 @@ License: Apache-2.0
Files: debian/*
Copyright: 2014, Hilko Bengen <bengen@debian.org>
2019, tony mancill <tmancill@debian.org>
License: Apache-2.0
License: Apache-2.0
......
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
get-orig-source:
uscan --download-current-version --force-download --rename
%:
dh $@