[Git][java-team/openid4java][master] 9 commits: Add build-dep on liblog4j1.2-java (Closes: #1028752)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Tue Jan 31 04:32:34 GMT 2023



Tony Mancill pushed to branch master at Debian Java Maintainers / openid4java


Commits:
76f8613e by tony mancill at 2023-01-30T20:12:55-08:00
Add build-dep on liblog4j1.2-java (Closes: #1028752)

- - - - -
eee13f62 by tony mancill at 2023-01-30T20:14:22-08:00
Update Vcs URLs to point to Salsa

- - - - -
706598dc by tony mancill at 2023-01-30T20:15:08-08:00
Replace libservlet3.1-java with libservlet-api-java

- - - - -
aa5d796f by tony mancill at 2023-01-30T20:16:03-08:00
Use debhelper-compat 13

- - - - -
1e86a4ff by tony mancill at 2023-01-30T20:22:11-08:00
Remove get-orig-source target from debian/rules

- - - - -
b330a183 by tony mancill at 2023-01-30T20:22:11-08:00
Bump Standards-Version to 4.6.2

- - - - -
7874b77f by tony mancill at 2023-01-30T20:24:34-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
444015e2 by tony mancill at 2023-01-30T20:28:23-08:00
Add lintian-overrides for upstream HTML

- - - - -
266eb001 by tony mancill at 2023-01-30T20:28:23-08:00
Prepare changelog for upload

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/maven.rules
- debian/rules
- + debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+openid4java (1.0.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add build-dep on liblog4j1.2-java (Closes: #1028752)
+  * Update Vcs URLs to point to Salsa
+  * Replace libservlet3.1-java with libservlet-api-java
+  * Use debhelper-compat 13
+  * Remove get-orig-source target from debian/rules
+  * Bump Standards-Version to 4.6.2
+  * Set Rules-Requires-Root: no in debian/control
+  * Add lintian-overrides for upstream HTML
+
+ -- tony mancill <tmancill at debian.org>  Mon, 30 Jan 2023 20:21:21 -0800
+
 openid4java (1.0.0-1) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Olivier Weinstoerffer <olivier.weinstoerffer at gmail.com>
 Build-Depends:
- debhelper (>= 10~),
+ debhelper-compat (= 13),
  default-jdk,
  javahelper (>= 0.32),
  libcommons-codec-java,
@@ -13,16 +13,18 @@ Build-Depends:
  libguice-java,
  libhttpclient-java,
  libhttpcore-java,
+ liblog4j1.2-java,
  libmaven-antrun-plugin-java,
  libnekohtml-java,
- libservlet3.1-java,
+ libservlet-api-java,
  libspring-jdbc-java,
  libspring-transaction-java,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/openid4java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openid4java.git
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/openid4java.git
+Vcs-Browser: https://salsa.debian.org/java-team/openid4java
 Homepage: https://github.com/jbufu/openid4java
+Rules-Requires-Root: no
 
 Package: libopenid4java-java
 Architecture: all


=====================================
debian/maven.rules
=====================================
@@ -1,4 +1,3 @@
 org.springframework * jar s/.*/3.x/ * *
-javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
 net.sf.ehcache s/ehcache/ehcache-core/ * s/.*/debian/ * *
 s/xml-security/org.apache.santuario/ xmlsec * s/.*/debian/ * *


=====================================
debian/rules
=====================================
@@ -4,12 +4,3 @@ include /usr/share/dpkg/default.mk
 
 %:
 	dh $@ --buildsystem=maven --with javahelper
-
-get-orig-source:
-	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
-	uscan \
-		--verbose \
-		--no-symlink \
-		--destdir $(CURDIR)      \
-		--watchfile debian/watch \
-		--force-download


=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# upstream source includes HTML
+openid4java source: source-is-missing [test/src/org/openid4java/discovery/yadis/issue83.html]
+



View it on GitLab: https://salsa.debian.org/java-team/openid4java/-/compare/ae738d0c50e9ed44d71aa45794d2fa3a28dcdd20...266eb001c4c86c84433059e7539b51ccf9fbb3dc

-- 
View it on GitLab: https://salsa.debian.org/java-team/openid4java/-/compare/ae738d0c50e9ed44d71aa45794d2fa3a28dcdd20...266eb001c4c86c84433059e7539b51ccf9fbb3dc
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/20230131/cbf04d90/attachment.htm>


More information about the pkg-java-commits mailing list