[Git][java-team/commons-configuration][master] 14 commits: Drop libcommons-configuration-java-doc package
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Mon Jan 9 14:53:20 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / commons-configuration
Commits:
68621dc6 by tony mancill at 2023-01-08T08:18:44-08:00
Drop libcommons-configuration-java-doc package
- - - - -
ab751949 by tony mancill at 2023-01-08T08:42:10-08:00
Add liblog4j1.2-java to build-deps
- - - - -
ecaa4348 by tony mancill at 2023-01-08T08:42:10-08:00
Update Homepage URL
- - - - -
ee7c44ed by tony mancill at 2023-01-08T08:42:10-08:00
Freshen years in debian/copyright
- - - - -
e1cf16e3 by tony mancill at 2023-01-08T08:42:10-08:00
Include Apache NOTICE.txt in binary package documentation
- - - - -
9e252884 by tony mancill at 2023-01-08T08:42:10-08:00
Update Vcs URLs to point to Salsa
- - - - -
01483471 by tony mancill at 2023-01-08T08:42:10-08:00
Remove build-dep on libmaven-javadoc-plugin-java
- - - - -
712708f5 by tony mancill at 2023-01-08T08:42:10-08:00
Replace libservlet3.1-java with libservlet-api-java
- - - - -
eccef3c6 by tony mancill at 2023-01-08T08:42:10-08:00
Use debhelper-compat (=13)
- - - - -
888f6b56 by tony mancill at 2023-01-08T08:42:10-08:00
Remove get-orig-source target from debian/rules
- - - - -
da41d5e0 by tony mancill at 2023-01-08T08:43:18-08:00
Bump Standards-Version to 4.6.2
- - - - -
31465cd0 by tony mancill at 2023-01-08T08:47:47-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
cf6b4dad by tony mancill at 2023-01-08T08:47:47-08:00
Update debian/watch
- - - - -
e50f5358 by tony mancill at 2023-01-08T08:47:47-08:00
Prepare changelog for upload
- - - - -
11 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libcommons-configuration-java-doc.doc-base
- − debian/libcommons-configuration-java-doc.install
- + debian/libcommons-configuration-java.docs
- debian/maven.ignoreRules
- debian/maven.rules
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,22 @@
+commons-configuration (1.10-6) unstable; urgency=medium
+
+ * Team upload.
+ * Drop libcommons-configuration-java-doc package (Closes: #1028166)
+ * Remove build-dep on libmaven-javadoc-plugin-java
+ * Use debhelper-compat (=13)
+ * Replace libservlet3.1-java with libservlet-api-java
+ * Add liblog4j1.2-java to build-deps
+ * Update Homepage URL
+ * Freshen years in debian/copyright
+ * Include Apache NOTICE.txt in binary package documentation
+ * Update Vcs URLs to point to Salsa
+ * Remove get-orig-source target from debian/rules
+ * Bump Standards-Version to 4.6.2
+ * Set Rules-Requires-Root: no in debian/control
+ * Update debian/watch URL and version
+
+ -- tony mancill <tmancill at debian.org> Sun, 08 Jan 2023 08:47:11 -0800
+
commons-configuration (1.10-5) unstable; urgency=medium
* Removed the unused build dependency on ant
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -7,41 +7,32 @@ Uploaders:
Damien Raude-Morvan <drazzib at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
javahelper,
junit4,
libcommons-beanutils-java,
- libcommons-beanutils-java-doc,
libcommons-codec-java,
- libcommons-codec-java-doc,
libcommons-collections3-java,
- libcommons-collections3-java-doc,
libcommons-dbcp-java,
- libcommons-dbcp-java-doc,
libcommons-digester-java,
- libcommons-digester-java-doc,
libcommons-jexl2-java,
libcommons-jxpath-java (>= 1.3-5),
- libcommons-jxpath-java-doc,
libcommons-lang-java (>= 2.3),
- libcommons-lang-java-doc,
libcommons-logging-java,
- libcommons-logging-java-doc,
libcommons-pool-java,
libcommons-vfs-java (>= 2.0),
- libcommons-vfs-java-doc,
libeasymock-java,
libjavacc-maven-plugin-java,
+ liblog4j1.2-java,
libmail-java,
- libmaven-javadoc-plugin-java,
- libservlet3.1-java,
+ libservlet-api-java,
maven-debian-helper
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-configuration.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-configuration.git
-Homepage: http://commons.apache.org/configuration/
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/commons-configuration.git
+Vcs-Browser: https://salsa.debian.org/java-team/commons-configuration
+Homepage: https://commons.apache.org/proper/commons-configuration/
+Rules-Requires-Root: no
Package: libcommons-configuration-java
Architecture: all
@@ -61,26 +52,3 @@ Description: Java based library providing a generic configuration interface
- Servlet parameters
Additional sources of configuration parameters can be created by using custom
configuration objects.
-
-Package: libcommons-configuration-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Suggests: libcommons-configuration-java
-Description: API Documentation for commons-configuration
- Commons Configuration provides a generic configuration interface which enables
- an application to read configuration data from a variety of sources:
- - Properties files
- - XML documents
- - Windows INI files
- - Property list files (.plist)
- - JNDI
- - JDBC Datasource
- - System properties
- - Applet parameters
- - Servlet parameters
- Additional sources of configuration parameters can be created by using custom
- configuration objects.
- .
- This package contains the API documentation for commons-configuration.
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-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: Apache Commons Configuration
Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
-Source: http://commons.apache.org/configuration/
+Source: https://commons.apache.org/proper/commons-configuration/
Files: *
Copyright: 2001-2013, The Apache Software Foundation
@@ -25,7 +25,9 @@ Comment:
Files: debian/*
Copyright: 2011, Damien Raude-Morvan <drazzib at drazzib.com>
- 2007, Torsten Werner <twerner at debian.org>
+ 2007-2010, Torsten Werner <twerner at debian.org>
+ 2013-2023, Emmanuel Bourg <ebourg at apache.org>
+ 2015-2023, tony mancill <tmancill at debian.org>
License: Apache-2.0
License: Apache-2.0
=====================================
debian/libcommons-configuration-java-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: libcommons-configuration-java
-Title: API Javadoc for commons-configuration
-Author: commons-configuration developers
-Abstract: This is the API Javadoc provided by the commons-configuration library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libcommons-configuration-java/api/index.html
-Files: /usr/share/doc/libcommons-configuration-java/api/*
=====================================
debian/libcommons-configuration-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs/* usr/share/doc/libcommons-configuration-java/api/
=====================================
debian/libcommons-configuration-java.docs
=====================================
@@ -0,0 +1 @@
+NOTICE.txt
=====================================
debian/maven.ignoreRules
=====================================
@@ -2,7 +2,6 @@
dbunit dbunit * * * *
hsqldb hsqldb * * * *
junit-addons junit-addons * * * *
-log4j log4j * * * *
mockobjects mockobjects-core * * * *
mockobjects mockobjects-jdk1.4-j2ee1.3 * * * *
org.apache.maven.plugins maven-assembly-plugin * * * *
=====================================
debian/maven.rules
=====================================
@@ -6,4 +6,3 @@ commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *
org.apache.commons commons-jexl2 jar s/.*/debian/ * *
s/ant/org.apache.ant/ * * s/.*/debian/ * *
javax.mail s/mail/javax.mail-api/ jar s/.*/debian/ * *
-javax.servlet s/servlet-api/javax.servlet-api/ jar s/.*/3.1/ * *
=====================================
debian/rules
=====================================
@@ -5,6 +5,3 @@
override_dh_installchangelogs:
dh_installchangelogs RELEASE-NOTES.txt
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-http://archive.apache.org/dist/commons/configuration/source/commons-configuration-(.*)-src.tar.gz
+version=4
+https://archive.apache.org/dist/commons/configuration/source/commons-configuration-(.*)-src.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/commons-configuration/-/compare/45376c012296232cfd15b6de17f68a86c122c096...e50f535828f704d0352917d0ad205bebbeb0104a
--
View it on GitLab: https://salsa.debian.org/java-team/commons-configuration/-/compare/45376c012296232cfd15b6de17f68a86c122c096...e50f535828f704d0352917d0ad205bebbeb0104a
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/20230109/fd13b550/attachment.htm>
More information about the pkg-java-commits
mailing list