[Git][java-team/libcommons-logging-java][master] 10 commits: Update Vcs URLs to point to Salsa

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Fri Apr 22 04:13:02 BST 2022



Tony Mancill pushed to branch master at Debian Java Maintainers / libcommons-logging-java


Commits:
b49dd0fa by tony mancill at 2022-04-21T19:15:47-07:00
Update Vcs URLs to point to Salsa

- - - - -
b70a5530 by tony mancill at 2022-04-21T19:26:05-07:00
Use https URL for homepage

Gbp-Dch: ignore

- - - - -
1b649b51 by tony mancill at 2022-04-21T19:26:34-07:00
Freshen years in debian/copyright

- - - - -
a43fa0cf by tony mancill at 2022-04-21T19:27:28-07:00
Remove get-orig-source target from debian/rules

- - - - -
d9d165cb by tony mancill at 2022-04-21T19:28:36-07:00
Use debhelper-compat 13

- - - - -
cd8deacb by tony mancill at 2022-04-21T19:29:28-07:00
Bump Standards-Version to 4.6.0

- - - - -
2e4e7f89 by tony mancill at 2022-04-21T19:44:28-07:00
Replace buid-dep on libservlet3.1-java => libservlet-api-java

- - - - -
6aff6512 by tony mancill at 2022-04-21T19:50:52-07:00
Correct typo in doc-base file

- - - - -
4a2fa6bc by tony mancill at 2022-04-21T19:50:52-07:00
Set Rules-Requires-Root: no in debian/control

- - - - -
0797044a by tony mancill at 2022-04-21T19:50:52-07:00
Prepare changelog for upload to unstable

- - - - -


8 changed files:

- debian/ant.properties
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/libcommons-logging-java-doc.doc-base
- debian/maven.rules
- debian/rules


Changes:

=====================================
debian/ant.properties
=====================================
@@ -3,7 +3,7 @@ log4j12.jar=/usr/share/java/log4j-1.2.jar
 logkit.jar=/usr/share/java/excalibur-logkit.jar
 avalon-framework.jar=/usr/share/java/avalon-framework.jar
 junit.jar=/usr/share/java/junit.jar
-servletapi.jar=/usr/share/java/servlet-api-3.1.jar
+servletapi.jar=/usr/share/java/servlet-api.jar
 test.failonerror=false
 
 source.version=1.7


=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+libcommons-logging-java (1.2-3) unstable; urgency=medium
+
+  * Team upload
+  * Update Vcs URLs to point to Salsa
+  * Freshen years in debian/copyright
+  * Remove get-orig-source target from debian/rules
+  * Use debhelper-compat 13
+  * Bump Standards-Version to 4.6.0
+  * Replace buid-dep on libservlet3.1-java => libservlet-api-java
+    and adjust build properties as necessary.
+  * Correct typo in doc-base file
+  * Set Rules-Requires-Root: no in debian/control
+
+ -- tony mancill <tmancill at debian.org>  Thu, 21 Apr 2022 19:50:19 -0700
+
 libcommons-logging-java (1.2-2) unstable; urgency=medium
 
   * Build with the DH sequencer instead of CDBS


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


=====================================
debian/control
=====================================
@@ -8,19 +8,20 @@ Uploaders:
  Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends:
  ant-optional,
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
  junit,
  libavalon-framework-java,
  libcommons-parent-java,
  libexcalibur-logkit-java,
  liblog4j1.2-java,
- libservlet3.1-java,
+ libservlet-api-java,
  maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-logging-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-logging-java.git
-Homepage: http://commons.apache.org/logging
+Standards-Version: 4.6.0
+Vcs-Git: https://salsa.debian.org/java-team/libcommons-logging-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libcommons-logging-java
+Homepage: https://commons.apache.org/proper/commons-logging/
+Rules-Requires-Root: no
 
 Package: libcommons-logging-java
 Architecture: all


=====================================
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 Logging
 Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
-Source: http://commons.apache.org/logging/
+Source: https://commons.apache.org/proper/commons-logging/
 
 Files: *
 Copyright: 2001-2014, The Apache Software Foundation.
@@ -30,8 +30,18 @@ Comment:
 Files: debian/*
 License: Apache-2.0
 Copyright: 2001-2004, Takashi Okamoto <tora at debian.org>
-           2005-2007, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-           2007, Michael Koch, <konqueror at gmx.de>, Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at debian.org>
+           2005-2007, Arnaud Vandyck <avdyk at debian.org>
+           2005-2007, Wolfgang Baer <WBaer at gmx.de>
+           2007, Kumar Appaiah <akumar at debian.org>
+           2007-2009, Michael Koch, <konqueror at gmx.de>
+           2007-2009, Varun Hiremath <varun at debian.org>
+           2009, Ludovic Claude <ludovic.claude at laposte.net>
+           2009, Niels Thykier <niels at thykier.net>
+           2009-2010, Torsten Werner <twerner at debian.org>
+           2012, Damien Raude-Morvan <drazzib at debian.org>
+           2013, Jakub Adam <jakub.adam at ktknet.cz>
+           2013-2018, Emmanuel Bourg <ebourg at apache.org>
+           2022, tony mancill <tmancill at debian.org>
 
 License: Apache-2.0
  On Debian systems, the full text of the Apache License can be found


=====================================
debian/libcommons-logging-java-doc.doc-base
=====================================
@@ -1,7 +1,7 @@
 Document: libcommons-logging-java
 Title: Programmer API for Commons Logging
 Author: Apache Commons Logging developers
-Abstract: A commmon wrapper interface for several logging APIs, providing
+Abstract: A common wrapper interface for several logging APIs, providing
  a simple, component oriented interface. The user can choose at runtime 
  which system they want to use for logging. 
 Section: Programming


=====================================
debian/maven.rules
=====================================
@@ -1,6 +1,3 @@
 junit junit jar s/3\..*/3.x/
 log4j log4j jar s/1\.2\..*/1.2.x/
-# force using servlet 3.1
-javax.servlet * * s/.*/3.1/
 s/avalon-framework/org.apache.avalon/ avalon-framework jar s/.*/debian/
-


=====================================
debian/rules
=====================================
@@ -9,6 +9,3 @@ override_dh_auto_build:
 	install -m644 src/conf/MANIFEST.MF src/main/resources/META-INF/
 
 	dh_auto_build -- dist
-
-get-orig-source:
-	-uscan --download-current-version --force-download --rename --repack --compression xz



View it on GitLab: https://salsa.debian.org/java-team/libcommons-logging-java/-/compare/36fa2398e8ff35d0a885ee4fb388d3bf8a9a8dc8...0797044af9821dfa4708ed38ca551b34ae5d7377

-- 
View it on GitLab: https://salsa.debian.org/java-team/libcommons-logging-java/-/compare/36fa2398e8ff35d0a885ee4fb388d3bf8a9a8dc8...0797044af9821dfa4708ed38ca551b34ae5d7377
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/20220422/23a3b77f/attachment.htm>


More information about the pkg-java-commits mailing list