[Git][java-team/cmdreader][master] 6 commits: Use salsa.debian.org Vcs-* URLs

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Wed Feb 16 16:51:11 GMT 2022



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


Commits:
47c2a95d by Emmanuel Bourg at 2022-02-16T15:50:06+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
e21884fa by Emmanuel Bourg at 2022-02-16T15:50:31+01:00
Standards-Version updated to 4.6.0.1

- - - - -
6f27793e by Emmanuel Bourg at 2022-02-16T15:50:40+01:00
Switch to debhelper level 13

- - - - -
87e7b7d5 by Emmanuel Bourg at 2022-02-16T15:51:45+01:00
Wrap and sort

- - - - -
f5b570f1 by Emmanuel Bourg at 2022-02-16T17:49:05+01:00
Install the Maven artifacts

- - - - -
226fbc74 by Emmanuel Bourg at 2022-02-16T17:50:13+01:00
Upload to unstable

- - - - -


9 changed files:

- debian/changelog
- + debian/cmdreader.poms
- − debian/compat
- debian/control
- debian/copyright
- − debian/install
- + debian/links
- + debian/pom.xml
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+cmdreader (1.5-3) unstable; urgency=medium
+
+  * Team upload.
+  * Install the Maven artifacts
+  * Use salsa.debian.org Vcs-* URLs
+  * Standards-Version updated to 4.6.0.1
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 16 Feb 2022 17:49:33 +0100
+
 cmdreader (1.5-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/cmdreader.poms
=====================================
@@ -0,0 +1 @@
+debian/pom.xml --java-lib --artifact=dist/com.zwitserloot.cmdreader.jar


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


=====================================
debian/control
=====================================
@@ -3,21 +3,23 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Komal Sukhani <komaldsukhani at gmail.com>
-Build-Depends: debhelper (>= 11),
-               ant,
-               ant-optional,
-               default-jdk,
-               ivy,
-               junit4 (>=4.8.12),
-               libhamcrest-java
-Standards-Version: 4.1.3
+Build-Depends:
+ ant,
+ ant-optional,
+ debhelper-compat (= 13),
+ default-jdk,
+ ivy,
+ junit4 (>= 4.8.12),
+ libhamcrest-java,
+ maven-repo-helper
+Standards-Version: 4.6.0.1
+Vcs-Git: https://salsa.debian.org/java-team/cmdreader.git
+Vcs-Browser: https://salsa.debian.org/java-team/cmdreader
 Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/cmdreader.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cmdreader.git
 
 Package: cmdreader
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Library that parses command line arguments
  Parses command line arguments. The CmdReader can turn strings like
  -fmv /foo/bar /bar/baz --color=white *.xyzzy *.cheese


=====================================
debian/copyright
=====================================
@@ -42,4 +42,3 @@ License: GPL-2+
  .
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-


=====================================
debian/install deleted
=====================================
@@ -1,3 +0,0 @@
-dist/com.zwitserloot.cmdreader-1.5.jar /usr/share/java
-dist/com.zwitserloot.cmdreader.jar /usr/share/java
-


=====================================
debian/links
=====================================
@@ -0,0 +1,2 @@
+/usr/share/java/cmdreader.jar /usr/share/java/com.zwitserloot.cmdreader.jar
+/usr/share/java/cmdreader.jar /usr/share/java/com.zwitserloot.cmdreader-1.5.jar


=====================================
debian/pom.xml
=====================================
@@ -0,0 +1,32 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>com.zwitserloot</groupId>
+	<artifactId>cmdreader</artifactId>
+	<packaging>jar</packaging>
+	<version>1.5</version>
+	<name>CmdReader</name>
+	<url>http://github.com/rzwitserloot/com.zwitserloot.cmdreader</url>
+	<description>Define the structure of your command line options as fields in a class, annotate these fields with further metadata about the command line switch, and CmdReader will take care of the rest. Command line parsing for java.</description>
+	<dependencies></dependencies>
+	<licenses>
+		<license>
+			<name>The MIT License</name>
+			<url>http://projectlombok.org/LICENSE</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:git:git://github.com/rzwitserloot/com.zwitserloot.cmdreader.git</connection>
+		<url>http://github.com/rzwitserloot/com.zwitserloot.cmdreader</url>
+	</scm>
+	<developers>
+		<developer>
+			<id>rzwitserloot</id>
+			<name>Reinier Zwitserloot</name>
+			<email>reinier at projectlombok.org</email>
+			<timezone>+1</timezone>
+		</developer>
+	</developers>
+</project>
+


=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@ include /usr/share/dpkg/default.mk
 
 
 %:
-	dh $@
+	dh $@ --with maven-repo-helper
 
 override_dh_auto_clean:
 	dh_auto_clean



View it on GitLab: https://salsa.debian.org/java-team/cmdreader/-/compare/83371b03c6a01b755d3c603f071c29d62cc0e411...226fbc74e8677ccb0e3f2a541a35138b26a38520

-- 
View it on GitLab: https://salsa.debian.org/java-team/cmdreader/-/compare/83371b03c6a01b755d3c603f071c29d62cc0e411...226fbc74e8677ccb0e3f2a541a35138b26a38520
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/20220216/c907a3a4/attachment.htm>


More information about the pkg-java-commits mailing list