[Git][java-team/localizer][master] 10 commits: Standards-Version updated to 4.6.1

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Wed Oct 26 18:44:06 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / localizer


Commits:
c1dd1902 by Emmanuel Bourg at 2022-10-26T18:37:55+02:00
Standards-Version updated to 4.6.1

- - - - -
beff6f47 by Emmanuel Bourg at 2022-10-26T18:38:04+02:00
Switch to debhelper level 13

- - - - -
ce5e2011 by Emmanuel Bourg at 2022-10-26T18:38:55+02:00
Wrap and sort

- - - - -
622edf18 by Emmanuel Bourg at 2022-10-26T18:39:03+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
0453217d by Emmanuel Bourg at 2022-10-26T18:53:07+02:00
Track and download the new releases from GitHub

- - - - -
bb47fd4e by Emmanuel Bourg at 2022-10-26T18:54:34+02:00
Removed the -java-doc package

- - - - -
7a0b4c03 by Emmanuel Bourg at 2022-10-26T19:35:57+02:00
Fixed the build failure with maven-archiver 3.6 (Closes: #1022293)

- - - - -
d829212c by Emmanuel Bourg at 2022-10-26T19:36:28+02:00
Removed the obsolete Lintian override

- - - - -
6819ed3b by Emmanuel Bourg at 2022-10-26T19:39:44+02:00
Updated debian/copyright

- - - - -
82cd760a by Emmanuel Bourg at 2022-10-26T19:43:19+02:00
Upload to unstable

- - - - -


11 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/liblocalizer-java-doc.doc-base.api
- − debian/liblocalizer-java-doc.install
- − debian/liblocalizer-java.lintian-overrides
- debian/maven.rules
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,15 @@
-localizer (1.13-4) UNRELEASED; urgency=medium
+localizer (1.13-4) unstable; urgency=medium
 
   * Team upload.
+  * Fixed the build failure with maven-archiver 3.6 (Closes: #1022293)
   * Removed the unused build dependency on libmaven-install-plugin-java
+  * Removed the -java-doc package
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Track and download the new releases from GitHub
 
- -- Emmanuel Bourg <ebourg at apache.org>  Thu, 07 Sep 2017 16:32:06 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 26 Oct 2022 19:43:11 +0200
 
 localizer (1.13-3) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -3,23 +3,23 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: James Page <james.page at canonical.com>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ maven-debian-helper (>= 2.2)
 Build-Depends-Indep:
  ant,
- ant-doc,
- default-jdk-doc,
  junit4,
  libcodemodel-java,
  libmaven-archiver-java,
  libmaven-compiler-plugin-java (>= 2.0.2),
- libmaven-javadoc-plugin-java,
+ libmaven-plugin-tools-java,
  libmaven3-core-java,
- libplexus-utils-java,
- libmaven-plugin-tools-java
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/localizer.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/localizer.git
-Homepage: http://java.net/projects/localizer
+ libplexus-utils-java
+Standards-Version: 4.6.1
+Vcs-Git: https://salsa.debian.org/java-team/localizer.git
+Vcs-Browser: https://salsa.debian.org/java-team/localizer
+Homepage: https://github.com/kohsuke/localizer
 
 Package: liblocalizer-java
 Architecture: all
@@ -28,14 +28,3 @@ Recommends: ${maven:OptionalDepends}
 Description: type-safe access to message resources
  This small tool reads your property files and generate Java classes
  that enables type-safe access to message resources.
-
-Package: liblocalizer-java-doc
-Architecture: all
-Section: doc
-Depends: ant-doc, default-jdk-doc, ${misc:Depends}
-Suggests: liblocalizer-java
-Description: Documentation for type-safe access to message resources
- This small tool reads your property files and generate Java classes
- that enables type-safe access to message resources.
- .
- This package provides the API documentation for liblocalizer-java.


=====================================
debian/copyright
=====================================
@@ -1,35 +1,30 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Localizer
-Maintainer: Kohsuke Kawaguchi
-Source: http://java.net/projects/localizer
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: Localizer
+Source: https://github.com/kohsuke/localizer
 
 Files: *
-Copyright: 2007-, the localizer project contributors
+Copyright: 2007-2020, Kohsuke Kawaguchi
 License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
 
 Files: debian/*
 Copyright: 2011 Canonical Ltd. (http://www.canonical.com/)
 License: GPL-3
-
-License: GPL-3
-  On Debian GNU/Linux system you can find the complete text of the
-  GPL-3 license in '/usr/share/common-licenses/GPL-3'
-
-License: MIT
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the "Software"), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
-  .
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  .
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-  THE SOFTWARE.
+ On Debian GNU/Linux system you can find the complete text of the
+ GPL-3 license in '/usr/share/common-licenses/GPL-3'


=====================================
debian/liblocalizer-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: liblocalizer-java
-Title: API Javadoc for Localizer parent POM
-Author: ${project.Organization.Name} developers
-Abstract: This is the API Javadoc provided for the
- liblocalizer-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/liblocalizer-java/api/index.html
-Files: /usr/share/doc/liblocalizer-java/api/*


=====================================
debian/liblocalizer-java-doc.install deleted
=====================================
@@ -1,2 +0,0 @@
-
-lib/target/apidocs/* usr/share/doc/liblocalizer-java/api


=====================================
debian/liblocalizer-java.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# As this is a maven plugin execution from the command line is not
-# a use case; maven will always resolve its depdendencies
-liblocalizer-java binary: missing-classpath libcodemodel-java, libmaven-archiver-java, libmaven2-core-java, libplexus-utils-java


=====================================
debian/maven.rules
=====================================
@@ -18,5 +18,5 @@
 
 junit junit jar s/4\..*/4.x/ * *
 s/ant/org.apache.ant/ * * s/.*/debian/ * *
-org.apache.maven maven-artifact * s/.*/3.x/ * *
+org.apache.maven s/maven-artifact/maven-compat/ * s/.*/3.x/ * *
 org.apache.maven maven-plugin-api * s/.*/3.x/ * *


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../localizer_$VERSION.orig.tar.gz
-DIR=localizer-$VERSION
-TAG=$(echo "localizer-parent-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export  https://svn.java.net/svn/localizer~svn/tags/${TAG}/ $DIR 
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi


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


=====================================
debian/watch
=====================================
@@ -1,4 +1,2 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://java.net/projects/localizer/sources/svn/show/tags \
-  /projects/localizer/sources/svn/show/tags/localizer-parent-(\d.*)\?.* debian debian/orig-tar.sh
+version=4
+https://github.com/kohsuke/localizer/tags .*/localizer-parent-([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/localizer/-/compare/31867e7351d38ee53f1f7116f1142cc36866b7d0...82cd760aaf6ecacf3fe3c26ab28d1c5b019dcf4d

-- 
View it on GitLab: https://salsa.debian.org/java-team/localizer/-/compare/31867e7351d38ee53f1f7116f1142cc36866b7d0...82cd760aaf6ecacf3fe3c26ab28d1c5b019dcf4d
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/20221026/946ecad8/attachment.htm>


More information about the pkg-java-commits mailing list