[Git][java-team/trilead-putty-extension][master] 10 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Tue Jan 26 17:36:11 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / trilead-putty-extension


Commits:
a33843e4 by Emmanuel Bourg at 2021-01-26T18:21:27+01:00
Wrap and sort

- - - - -
141230ff by Emmanuel Bourg at 2021-01-26T18:22:06+01:00
Standards-Version updated to 4.5.1

- - - - -
b5e70dda by Emmanuel Bourg at 2021-01-26T18:22:12+01:00
Switch to debhelper level 13

- - - - -
d551dd96 by Emmanuel Bourg at 2021-01-26T18:22:28+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
d1653708 by Emmanuel Bourg at 2021-01-26T18:23:12+01:00
Build with the DH sequencer instead of CDBS

- - - - -
d7221ca8 by Emmanuel Bourg at 2021-01-26T18:29:36+01:00
Removed the -java-doc package

- - - - -
6d38da36 by Emmanuel Bourg at 2021-01-26T18:32:50+01:00
Updated the Homepage URL

- - - - -
7be4e80a by Emmanuel Bourg at 2021-01-26T18:33:39+01:00
Fixed a typo in the description

- - - - -
1e8a6abf by Emmanuel Bourg at 2021-01-26T18:34:03+01:00
Updated the watch file version

- - - - -
d5683a13 by Emmanuel Bourg at 2021-01-26T18:35:46+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libtrilead-putty-extension-java-doc.doc-base.api
- − debian/libtrilead-putty-extension-java-doc.install
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+trilead-putty-extension (1.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package
+  * Build with the DH sequencer instead of CDBS
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Updated the Homepage URL
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 26 Jan 2021 18:35:41 +0100
+
 trilead-putty-extension (1.2-1) unstable; urgency=low
 
   * Upload to unstable. 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-7


=====================================
debian/control
=====================================
@@ -4,40 +4,22 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: James Page <james.page at ubuntu.com>
 Build-Depends:
- cdbs,
- debhelper (>= 7),
+ debhelper-compat (= 13),
  default-jdk,
  javahelper,
- maven-debian-helper
-Build-Depends-Indep:
- default-jdk-doc,
  junit (>= 3.8.1),
  libcommons-io-java,
  libjenkins-trilead-ssh2-java,
- libjenkins-trilead-ssh2-java-doc,
- libmaven-javadoc-plugin-java
-Standards-Version: 3.9.4
-Homepage: https://trilead-putty-extension.dev.java.net/
-Vcs-Git: git://git.debian.org/git/pkg-java/trilead-putty-extension.git
-Vcs-Browser: http://git.debian.org/?p=pkg-java/trilead-putty-extension.git
+ maven-debian-helper
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/trilead-putty-extension.git
+Vcs-Browser: https://salsa.debian.org/java-team/trilead-putty-extension
+Homepage: https://trilead-putty-extension.kohsuke.org/
 
 Package: libtrilead-putty-extension-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: PuTTY key support for Trilead SSH2 library
- This is a small library that allows you to programatically convert the
- PuTTY key file (.ppk) to the OpenSSH format.
-
-Package: libtrilead-putty-extension-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libtrilead-putty-extension-java
-Description: Documentation for libtrilead-putty-extension-java
- This is a small library that allows you to programatically convert the
+ This is a small library that allows you to programmatically convert the
  PuTTY key file (.ppk) to the OpenSSH format.
- .
- This package provides the API documentation for
- libtrilead-putty-extension-java.


=====================================
debian/libtrilead-putty-extension-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libtrilead-putty-extension-java
-Title: API Javadoc for PuTTY support for Trilead SSH2 library
-Author: PuTTY support for Trilead SSH2 library developers
-Abstract: This is the API Javadoc provided for the
- libtrilead-putty-extension-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libtrilead-putty-extension-java/api/index.html
-Files: /usr/share/doc/libtrilead-putty-extension-java/api/*


=====================================
debian/libtrilead-putty-extension-java-doc.install deleted
=====================================
@@ -1,2 +0,0 @@
-
-target/apidocs/* usr/share/doc/libtrilead-putty-extension-java/api


=====================================
debian/rules
=====================================
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/javahelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-
-get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+%:
+	dh $@ --with javahelper


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts=dversionmangle=s/\.dfsg// \
 https://github.com/kohsuke/trilead-putty-extension/tags .*/trilead-putty-extension-(.*).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/trilead-putty-extension/-/compare/bc9fbe1488f2320da357785584bd7ac3631cd20f...d5683a13033b6bd04154dd5b74410dd8134ede63

-- 
View it on GitLab: https://salsa.debian.org/java-team/trilead-putty-extension/-/compare/bc9fbe1488f2320da357785584bd7ac3631cd20f...d5683a13033b6bd04154dd5b74410dd8134ede63
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/20210126/d465ce82/attachment.html>


More information about the pkg-java-commits mailing list