[Git][java-team/java-xmlbuilder][master] 7 commits: Use salsa.debian.org Vcs-* URLs

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Mon Oct 28 09:42:58 GMT 2024



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


Commits:
cdbf3820 by Emmanuel Bourg at 2024-10-28T10:15:11+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
01d8e72c by Emmanuel Bourg at 2024-10-28T10:21:16+01:00
Removed the -java-doc package

- - - - -
11cf3c98 by Emmanuel Bourg at 2024-10-28T10:21:46+01:00
Wrap and sort

- - - - -
60a87095 by Emmanuel Bourg at 2024-10-28T10:22:07+01:00
Standards-Version updated to 4.7.0

- - - - -
f5c22e98 by Emmanuel Bourg at 2024-10-28T10:22:13+01:00
Switch to debhelper level 13

- - - - -
6bed611e by Emmanuel Bourg at 2024-10-28T10:38:39+01:00
Build with the DH sequencer instead of CDBS

- - - - -
ded64752 by Emmanuel Bourg at 2024-10-28T10:39:28+01:00
Upload to unstable

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libjava-xmlbuilder-java-doc.doc-base.api
- − debian/libjava-xmlbuilder-java-doc.install
- debian/maven.ignoreRules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+java-xmlbuilder (0.4-3) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package
+  * Build with the DH sequencer instead of CDBS
+  * Use salsa.debian.org Vcs-* URLs
+  * Standards-Version updated to 4.7.0
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 28 Oct 2024 10:39:11 +0100
+
 java-xmlbuilder (0.4-2) unstable; urgency=low
 
   [ James Page ]


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


=====================================
debian/control
=====================================
@@ -3,40 +3,24 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: James Page <james.page at ubuntu.com>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: libmaven-javadoc-plugin-java, junit, default-jdk-doc 
-Standards-Version: 3.9.3
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ junit,
+ maven-debian-helper (>= 1.4)
+Standards-Version: 4.7.0
+Vcs-Git: https://salsa.debian.org/java-team/java-xmlbuilder.git
+Vcs-Browser: https://salsa.debian.org/java-team/java-xmlbuilder
 Homepage: http://code.google.com/p/java-xmlbuilder/
-Vcs-Git: git://git.debian.org/git/pkg-java/java-xmlbuilder.git
-Vcs-Browser: http://git.debian.org/?p=pkg-java/java-xmlbuilder.git
-
 
 Package: libjava-xmlbuilder-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
-Suggests: libjava-xmlbuilder-java-doc
 Description: XML Builder Java library for creating XML documents
  XML Builder is a utility that creates simple XML documents using relatively
  sparse Java code.
  .
- It is intended to allow for quick and painless creation of XML documents 
- where you might otherwise be tempted to use concatenated strings, and 
- where you would rather not face the tedium and verbosity of coding with JAXP.
-
-Package: libjava-xmlbuilder-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libjava-xmlbuilder-java
-Description: Documentation for XML Builder Java library for creating XML documents   
- XML Builder is a utility that creates simple XML documents using relatively
- sparse Java code.
- .
- It is intended to allow for quick and painless creation of XML documents 
- where you might otherwise be tempted to use concatenated strings, and 
+ It is intended to allow for quick and painless creation of XML documents
+ where you might otherwise be tempted to use concatenated strings, and
  where you would rather not face the tedium and verbosity of coding with JAXP.
- .
- This package contains the API documentation of libjava-xmlbuilder-java.


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: java-xmlbuilder
-Upstream-Contact:  James Murty as developer 
+Upstream-Contact:  James Murty as developer
 Source: http://code.google.com/p/java-xmlbuilder/
 
 Files: *
@@ -21,5 +21,3 @@ License: Apache-2.0
 License: Apache-2.0
  On Debian GNU/Linux system you can find the complete text of the
  Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
-
-


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


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


=====================================
debian/maven.ignoreRules
=====================================
@@ -15,4 +15,5 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.apache.maven.plugins maven-gpg-plugin * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.maven.plugins maven-source-plugin * * * *


=====================================
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-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+%:
+	dh $@



View it on GitLab: https://salsa.debian.org/java-team/java-xmlbuilder/-/compare/8422b6da10eb8370459bb91616dc281803b0e534...ded647522d6b2cf496502b9000d49a5042280437

-- 
View it on GitLab: https://salsa.debian.org/java-team/java-xmlbuilder/-/compare/8422b6da10eb8370459bb91616dc281803b0e534...ded647522d6b2cf496502b9000d49a5042280437
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/20241028/e14eaa99/attachment.htm>


More information about the pkg-java-commits mailing list