[Git][java-team/libvt-ldap-java][master] 8 commits: Standards-Version updated to 4.5.1

Emmanuel Bourg gitlab at salsa.debian.org
Mon Jan 18 00:29:01 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libvt-ldap-java


Commits:
a99d2dd0 by Emmanuel Bourg at 2021-01-18T01:04:43+01:00
Standards-Version updated to 4.5.1

- - - - -
eae8689d by Emmanuel Bourg at 2021-01-18T01:04:55+01:00
Switch to debhelper level 13

- - - - -
20fa7c62 by Emmanuel Bourg at 2021-01-18T01:05:00+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
628ebf59 by Emmanuel Bourg at 2021-01-18T01:10:49+01:00
Build with the DH sequencer instead of CDBS

- - - - -
6f11a64d by Emmanuel Bourg at 2021-01-18T01:16:26+01:00
Removed the -doc package

- - - - -
9bda5680 by Emmanuel Bourg at 2021-01-18T01:17:00+01:00
Wrap and sort

- - - - -
41038b6f by Emmanuel Bourg at 2021-01-18T01:21:14+01:00
Depend on libservlet-api-java instead of libservlet3.1-java

- - - - -
10e20480 by Emmanuel Bourg at 2021-01-18T01:21:34+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libvt-ldap-java-doc.doc-base.api
- − debian/libvt-ldap-java-doc.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+libvt-ldap-java (3.3.8-2) unstable; urgency=medium
+
+  * Team upload.
+  * Depend on libservlet-api-java instead of libservlet3.1-java
+  * Build with the DH sequencer instead of CDBS
+  * Removed the -doc package
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 18 Jan 2021 01:21:22 +0100
+
 libvt-ldap-java (3.3.8-1) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -3,42 +3,24 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Matthew Vernon <matthew at debian.org>
-Build-Depends: cdbs,
-               debhelper (>= 9),
-               default-jdk,
-               maven-debian-helper (>= 1.5)
-Build-Depends-Indep: default-jdk-doc,
-                     libcommons-cli-java,
-                     libcommons-codec-java,
-                     libcommons-codec-java-doc,
-                     libcommons-logging-java,
-                     libcommons-logging-java-doc,
-                     libdom4j-java,
-                     libdom4j-java-doc,
-                     libmaven-javadoc-plugin-java,
-                     libservlet3.1-java,
-                     libservlet3.1-java-doc
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/libvt-ldap-java.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libvt-ldap-java.git
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ libcommons-cli-java,
+ libcommons-codec-java,
+ libcommons-logging-java,
+ libdom4j-java,
+ libservlet-api-java,
+ maven-debian-helper (>= 1.5)
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/libvt-ldap-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libvt-ldap-java
 Homepage: http://code.google.com/p/vt-middleware/wiki/vtldap
 
 Package: libvt-ldap-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libvt-ldap-java-doc, ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
 Description: Virginia Tech LDAP Libraries
  VT Ldap is a Java library for interfacing with version 3 LDAPs. It
  aims to be easy and flexible to configure, and easy to use.
-
-Package: libvt-ldap-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libvt-ldap-java
-Description: Documentation for VT LDAP Libraries
- VT Ldap is a Java library for interfacing with version 3 LDAPs. It
- aims to be easy and flexible to configure, and easy to use.
- .
- This package contains the API documentation of libvt-ldap-java.


=====================================
debian/copyright
=====================================
@@ -22,5 +22,3 @@ License: Apache-2.0
 License: LGPL-3
  On Debian systems, the full text of the LGPL-3 license
  can be found in the file '/usr/share/common-licenses/LGPL-3'
-
-


=====================================
debian/libvt-ldap-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libvt-ldap-java
-Title: API Javadoc for VT LDAP Libraries
-Author: VT LDAP Libraries developers
-Abstract: This is the API Javadoc provided for the
- libvt-ldap-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libvt-ldap-java/api/index.html
-Files: /usr/share/doc/libvt-ldap-java/api/*


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


=====================================
debian/rules
=====================================
@@ -1,9 +1,4 @@
 #!/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 --no-symlink
+%:
+	dh $@



View it on GitLab: https://salsa.debian.org/java-team/libvt-ldap-java/-/compare/35df3c403e49f396d8754d50d8cc28910b21cb8f...10e204807b1c275527e33d8d7d2b9dbe51695666

-- 
View it on GitLab: https://salsa.debian.org/java-team/libvt-ldap-java/-/compare/35df3c403e49f396d8754d50d8cc28910b21cb8f...10e204807b1c275527e33d8d7d2b9dbe51695666
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/20210118/21d2ce7d/attachment.html>


More information about the pkg-java-commits mailing list