[Git][java-team/htrace][master] 11 commits: Install NOTICE.txt
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 27 20:02:32 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / htrace
Commits:
1013d58c by Andreas Tille at 2025-01-27T20:22:31+01:00
Install NOTICE.txt
- - - - -
de8f18f6 by Andreas Tille at 2025-01-27T20:27:35+01:00
Fix watch file
- - - - -
4dc4d22b by Andreas Tille at 2025-01-27T20:30:38+01:00
Add README.Debian informing users that HTrace is retired
- - - - -
55ad2cd0 by Andreas Tille at 2025-01-27T20:31:17+01:00
Really install NOTICE.txt
- - - - -
c5115871 by Andreas Tille at 2025-01-27T20:31:32+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
073b6394 by Andreas Tille at 2025-01-27T20:31:32+01:00
debhelper-compat 13 (routine-update)
- - - - -
b870344a by Andreas Tille at 2025-01-27T20:31:34+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
36370ea1 by Andreas Tille at 2025-01-27T20:31:35+01:00
Secure URI in copyright format (routine-update)
- - - - -
789a6cbb by Andreas Tille at 2025-01-27T20:31:35+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
ddfd69d0 by Andreas Tille at 2025-01-27T19:31:35+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
45a406f9 by Andreas Tille at 2025-01-27T20:49:04+01:00
routine-update: Ready to upload to unstable
- - - - -
8 changed files:
- + debian/README.Debian
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/docs
- debian/rules
- debian/watch
Changes:
=====================================
debian/README.Debian
=====================================
@@ -0,0 +1,8 @@
+htrace for Debian
+=================
+
+At the Homepage (Apache Incubator) it is stated:
+
+ The HTrace podling retired on 2018-04-11
+
+ -- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 18:56:45 +0100
=====================================
debian/changelog
=====================================
@@ -1,9 +1,18 @@
-htrace (3.1.0-3) UNRELEASED; urgency=medium
+htrace (3.1.0-3) unstable; urgency=medium
* Team upload.
* More informative Homepage
-
- -- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 18:56:45 +0100
+ * Install NOTICE.txt
+ * Fix watch file
+ * Add README.Debian informing users that HTrace is retired
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Trim trailing whitespace.
+
+ -- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 20:31:40 +0100
htrace (3.1.0-2.1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,24 +1,25 @@
Source: htrace
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9),
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-logging-java,
libguava-java,
libjackson2-databind-java,
- maven-debian-helper (>= 1.5),
+ maven-debian-helper,
thrift-compiler
-Standards-Version: 3.9.7
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/htrace.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/htrace.git
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/htrace
+Vcs-Git: https://salsa.debian.org/java-team/htrace.git
Homepage: https://incubator.apache.org/projects/htrace.html
Package: libhtrace-core-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Tracing framework for distributed systems written in Java
HTrace is a tracing framework recording spans (basic units of work, like
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: htrace
Source: https://github.com/cloudera/htrace
Files-Excluded: htrace-zipkin/src/main/java/com/twitter/zipkin/gen/*
=====================================
debian/docs
=====================================
@@ -0,0 +1 @@
+NOTICE.txt
=====================================
debian/rules
=====================================
@@ -11,6 +11,3 @@ override_dh_auto_configure:
override_dh_auto_clean:
dh_auto_clean
rm -f htrace-zipkin/src/main/java/com/twitter/zipkin/gen/*
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
-version=3
-https://github.com/apache/incubator-htrace/releases .*/([\d\.]+).tar.gz
+version=4
+
+https://github.com/apache/incubator-retired-htrace/tags .*/rel/([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/htrace/-/compare/7f4dda52957ccfe290f21c76f33e56342d4660d0...45a406f9a4ac823c95f55896481dbe3eb7b40076
--
View it on GitLab: https://salsa.debian.org/java-team/htrace/-/compare/7f4dda52957ccfe290f21c76f33e56342d4660d0...45a406f9a4ac823c95f55896481dbe3eb7b40076
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250127/941f0c20/attachment.htm>
More information about the pkg-java-commits
mailing list