Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
9
Update Vcs URLs to point to Salsa
· ff70e8a5
Tony Mancill
authored
May 27, 2019
ff70e8a5
Add a human maintainer (myself) to Uploaders
· 31c515ef
Tony Mancill
authored
May 27, 2019
31c515ef
Drop get-orig-source target from debian/rules
· fff47355
Tony Mancill
authored
May 27, 2019
fff47355
Bump Standards-Version to 4.3.0
· af4a7282
Tony Mancill
authored
May 27, 2019
af4a7282
Use debhelper 12 and dh sequencer; drop cdbs build-dep
· c686286d
Tony Mancill
authored
May 27, 2019
c686286d
remove whitespace from debian/control
· f5b4cc7d
Tony Mancill
authored
May 27, 2019
f5b4cc7d
Use https for debian/copyright Format: URL
· 613ed695
Tony Mancill
authored
May 27, 2019
613ed695
Add myself to debian/copyright
· bfdb12ea
Tony Mancill
authored
May 27, 2019
bfdb12ea
prepare changelog for unstable
· a4a40359
Tony Mancill
authored
May 27, 2019
a4a40359
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a4a40359
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
...
...
debian/compat
View file @
a4a40359
9
12
debian/control
View file @
a4a40359
...
...
@@ -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: http
s
://
salsa
.debian.org/
java-team
/t-digest
Homepage: https://github.com/tdunning/t-digest
Package: libt-digest-java
...
...
debian/copyright
View file @
a4a40359
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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
...
...
debian/rules
View file @
a4a40359
#!/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 $@