[Git][java-team/libcommons-digester-java][master] 7 commits: Standards-Version updated to 4.6.2
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Tue Sep 26 09:39:42 BST 2023
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libcommons-digester-java
Commits:
bfe7dcd1 by Emmanuel Bourg at 2023-09-26T10:11:54+02:00
Standards-Version updated to 4.6.2
- - - - -
06f2ddce by Emmanuel Bourg at 2023-09-26T10:12:02+02:00
Switch to debhelper level 13
- - - - -
296c74c5 by Emmanuel Bourg at 2023-09-26T10:21:11+02:00
Removed the -java-doc package (Closes: #1052495)
- - - - -
f1fd78e3 by Emmanuel Bourg at 2023-09-26T10:21:23+02:00
Use salsa.debian.org Vcs-* URLs
- - - - -
0a188946 by Emmanuel Bourg at 2023-09-26T10:25:54+02:00
Build with Maven instead of Ant
- - - - -
10119867 by Emmanuel Bourg at 2023-09-26T10:27:53+02:00
Removed debian/orig-tar.sh
- - - - -
8c6fbe9d by Emmanuel Bourg at 2023-09-26T10:28:52+02:00
Upload to unstable
- - - - -
9 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/libcommons-digester-java-doc.doc-base
- − debian/libcommons-digester-java-doc.install
- debian/libcommons-digester-java.poms
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libcommons-digester-java (1.8.1-6) unstable; urgency=medium
+
+ * Removed the -java-doc package (Closes: #1052495)
+ * Build with Maven instead of Ant
+ * Removed debian/orig-tar.sh
+ * Standards-Version updated to 4.6.2
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 26 Sep 2023 10:28:43 +0200
+
libcommons-digester-java (1.8.1-5) unstable; urgency=medium
[ Kumar Appaiah ]
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -6,35 +6,21 @@ Uploaders:
Varun Hiremath <varun at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- ant,
- ant-optional,
- debhelper (>= 10),
+ debhelper-compat (= 13),
default-jdk,
junit,
libcommons-beanutils-java,
libcommons-logging-java,
- maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-digester-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-digester-java.git
+ maven-debian-helper
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/libcommons-digester-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libcommons-digester-java
Homepage: http://commons.apache.org/digester/
Package: libcommons-digester-java
Architecture: all
Depends: libcommons-beanutils-java (>= 1.7-1), libcommons-logging-java, ${misc:Depends}
-Suggests: libcommons-digester-java-doc
Description: Rule based XML Java object mapping tool
Commons-Digester converts XML to a Java object by a set of mapping
rules. A rich set of predefined rules is available for your use. You
can also create your own rules.
-
-Package: libcommons-digester-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Rule based XML Java object mapping tool (documentation)
- Commons-Digester converts XML to a Java object by a set of mapping
- rules. A rich set of predefined rules is available for your use. You
- can also create your own rules.
- .
- This package contains the documentation.
=====================================
debian/libcommons-digester-java-doc.doc-base deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libcommons-digester-java
-Title: Programmer API for libcommons-digester-java
-Author: Apache Digester Team
-Abstract: Javadocs programmer API of libcommons-digester-java,
- a rule based XML Java object mapping tool.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libcommons-digester-java/api/index.html
-Files: /usr/share/doc/libcommons-digester-java/api/*.html
=====================================
debian/libcommons-digester-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-dist/docs/api/* /usr/share/doc/libcommons-digester-java/api/
=====================================
debian/libcommons-digester-java.poms
=====================================
@@ -1 +1 @@
-pom.xml --no-parent --has-package-version --java-lib --artifact=dist/commons-digester.jar
+pom.xml --no-parent --has-package-version --java-lib
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,21 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-UDIR=commons-digester-$2-src
-DDIR=libcommons-digester-java-$2.orig
-
-# Remove ^M CRLF line terminators
-tar -z -x -f $3
-mv $UDIR $DDIR
-(cd $DDIR; find -type f|xargs perl -pi -e 's/\r$//g')
-GZIP=--best tar -c -z -f $3 $DDIR
-rm -rf $DDIR $UDIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $3 $origDir
- echo "moved $3 to $origDir"
-fi
-
-exit 0
=====================================
debian/rules
=====================================
@@ -1,12 +1,4 @@
#!/usr/bin/make -f
-export CLASSPATH=/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-collections3.jar:/usr/share/java/commons-logging.jar
-
%:
- dh $@ --with maven-repo-helper
-
-override_dh_auto_build:
- dh_auto_build -- dist
-
-get-orig-source:
- -uscan --upstream-version 0 --rename
+ dh $@ --buildsystem=maven
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://archive.apache.org/dist/commons/digester/source/ commons-digester-(1\.[\d\.]+)-src.tar.gz debian debian/orig-tar.sh
+version=4
+https://archive.apache.org/dist/commons/digester/source/ commons-digester-(1\.[\d\.]+)-src.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/libcommons-digester-java/-/compare/52f56764ee6c4e3f1fb70e71a55766db5e2059f5...8c6fbe9d5812abe4559fc3357937d61ff01f1525
--
View it on GitLab: https://salsa.debian.org/java-team/libcommons-digester-java/-/compare/52f56764ee6c4e3f1fb70e71a55766db5e2059f5...8c6fbe9d5812abe4559fc3357937d61ff01f1525
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/20230926/aa091a97/attachment.htm>
More information about the pkg-java-commits
mailing list