[Git][java-team/tiles-request][master] 9 commits: Address missing javax.servlet FTBFS (Closes: #1002277)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Tue Dec 28 04:56:01 GMT 2021



Tony Mancill pushed to branch master at Debian Java Maintainers / tiles-request


Commits:
49c6ef5e by tony mancill at 2021-12-27T20:15:33-08:00
Address missing javax.servlet FTBFS (Closes: #1002277)

- - - - -
0a370f57 by tony mancill at 2021-12-27T20:18:44-08:00
Update Vcs URLs to point to Salsa

- - - - -
6354d9ef by tony mancill at 2021-12-27T20:20:35-08:00
Update Homepage

- - - - -
5b24be98 by tony mancill at 2021-12-27T20:21:42-08:00
Use debhelper-compat 13

- - - - -
49cfb3e7 by tony mancill at 2021-12-27T20:38:05-08:00
Drop get-orig-source target from debian/rules

- - - - -
fbc3232d by tony mancill at 2021-12-27T20:44:03-08:00
Include NOTICE.txt in the package.

- - - - -
8f473126 by tony mancill at 2021-12-27T20:44:03-08:00
Bump Standards-Version to 4.6.0

- - - - -
50f2e7bb by tony mancill at 2021-12-27T20:44:03-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
40d70c31 by tony mancill at 2021-12-27T20:44:03-08:00
Prepare changelog for upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libtiles-request-java.docs
- debian/maven.rules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+tiles-request (1.0.7-2) unstable; urgency=medium
+
+  * Team upload.
+  * Address missing javax.servlet FTBFS (Closes: #1002277)
+  * Update Vcs URLs to point to Salsa
+  * Update Homepage URL
+  * Use debhelper-compat 13
+  * Drop get-orig-source target from debian/rules
+  * Include NOTICE.txt in the package.
+  * Bump Standards-Version to 4.6.0
+  * Set Rules-Requires-Root: no in debian/control
+
+ -- tony mancill <tmancill at debian.org>  Mon, 27 Dec 2021 20:36:27 -0800
+
 tiles-request (1.0.7-1) unstable; urgency=medium
 
   * New upstream release


=====================================
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: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
  libfreemarker-java,
  libmaven-bundle-plugin-java,
@@ -16,10 +16,11 @@ Build-Depends:
  libvelocity-tools-java,
  maven-debian-helper (>= 2.0),
  velocity
-Standards-Version: 4.1.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/tiles-request.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/tiles-request.git
-Homepage: http://tiles.apache.org/tiles-request/
+Standards-Version: 4.6.0
+Vcs-Git: https://salsa.debian.org/java-team/tiles-request.git
+Vcs-Browser: https://salsa.debian.org/java-team/tiles-request
+Homepage: https://tiles.apache.org/tiles-request/
+Rules-Requires-Root: no
 
 Package: libtiles-request-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-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: Tiles Request Framework
-Source: http://tiles.apache.org/tiles-request/
+Source: https://tiles.apache.org/tiles-request/
 Comment:
  The FREEMARKER-LICENSE.txt and SLF4J-LICENSE.txt files do not apply
  to the code in this package.
@@ -10,7 +10,7 @@ Copyright: 2016, The Apache Software Foundation
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2016, Emmanuel Bourg <ebourg at apache.org>
+Copyright: 2016-2021, Emmanuel Bourg <ebourg at apache.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/libtiles-request-java.docs
=====================================
@@ -0,0 +1 @@
+NOTICE.txt


=====================================
debian/maven.rules
=====================================
@@ -1,5 +1,3 @@
-
 javax.portlet portlet-api * * * *
-javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
 javax.servlet.jsp s/jsp-api/javax.servlet.jsp-api/ * s/.*/2.3/ * *
 org.springframework * * s/.*/3.x/ * *


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink



View it on GitLab: https://salsa.debian.org/java-team/tiles-request/-/compare/8d9277e65ae95437449c3749b98968225c020ed2...40d70c3144d0b737587a8a0977f5bf7a8df6453a

-- 
View it on GitLab: https://salsa.debian.org/java-team/tiles-request/-/compare/8d9277e65ae95437449c3749b98968225c020ed2...40d70c3144d0b737587a8a0977f5bf7a8df6453a
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/20211228/0d0dab4f/attachment.htm>


More information about the pkg-java-commits mailing list