[Git][java-team/trilead-ssh2][master] 4 commits: Import Debian changes 6401+svn158-1.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Feb 18 14:44:52 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / trilead-ssh2
Commits:
c6600747 by Holger Levsen at 2025-02-18T15:20:55+01:00
Import Debian changes 6401+svn158-1.1
trilead-ssh2 (6401+svn158-1.1) unstable; urgency=medium
.
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
- - - - -
107418df by Andreas Tille at 2025-02-18T15:23:03+01:00
Fix Homepage
- - - - -
2fd155d3 by Andreas Tille at 2025-02-18T15:44:22+01:00
Fix watch file, strip version prefix which was invented to avoid epoch
- - - - -
f950265a by Andreas Tille at 2025-02-18T15:44:41+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+trilead-ssh2 (6401+svn158-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix Homepage
+ * Fix watch file
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+
+ -- Andreas Tille <tille at debian.org> Tue, 18 Feb 2025 15:21:58 +0100
+
+trilead-ssh2 (6401+svn158-1.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Fri, 01 Jan 2021 19:17:40 +0100
+
trilead-ssh2 (6401+svn158-1) unstable; urgency=medium
* debian/control:
=====================================
debian/control
=====================================
@@ -8,11 +8,11 @@ Build-Depends:
javahelper,
maven-repo-helper
Build-Depends-Indep:
- default-jdk
+ default-jdk-headless
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/trilead-ssh2.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/trilead-ssh2.git
-Homepage: http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/trunk/trilead-ssh2
+Homepage: https://github.com/jenkinsci/trilead-ssh2
Package: libtrilead-ssh2-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-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: Trilead SSH-2
-Source: http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/trunk/trilead-ssh2
+Source: https://github.com/jenkinsci/trilead-ssh2
Files: *
Copyright: 2007, Trilead AG (http://www.trilead.com)
=====================================
debian/rules
=====================================
@@ -3,8 +3,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/dpkg/default.mk
+
export JAVA_HOME=/usr/lib/jvm/default-java
-export UVERSION := $(shell dpkg-parsechangelog | grep ^Version: | sed 's/^.*: \(.*\)-.*$$/\1/')
+# strip version prefix which was invented to avoid epoch
+export UVERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/^6401+x+//')
%:
dh $@ --with javahelper
=====================================
debian/watch
=====================================
@@ -1 +1,5 @@
-#trilead-ssh2 is maintained in a svn repository. There is nothing to watch.
+version=4
+
+# Invent version prefix to be greater than 6401+svn thus avoiding epoch
+opts="uversionmangle=s/^/6401+x+/,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/jenkinsci/trilead-ssh2/tags (?:.*?/)?build-217-jenkins-(\d.+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/trilead-ssh2/-/compare/bdbda31a434697fc0d10bc645424a954ce50d042...f950265aa9b24877798dfe8c4733f004fad4250b
--
View it on GitLab: https://salsa.debian.org/java-team/trilead-ssh2/-/compare/bdbda31a434697fc0d10bc645424a954ce50d042...f950265aa9b24877798dfe8c4733f004fad4250b
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/20250218/fa9f35c3/attachment.htm>
More information about the pkg-java-commits
mailing list