[Git][java-team/libcommons-cli-java][master] 8 commits: Update Vcs link to salsa
Sudip Mukherjee
gitlab at salsa.debian.org
Fri Sep 25 12:33:47 BST 2020
Sudip Mukherjee pushed to branch master at Debian Java Maintainers / libcommons-cli-java
Commits:
2a5d3eca by Sudip Mukherjee at 2020-09-25T12:05:23+01:00
Update Vcs link to salsa
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
23788285 by Sudip Mukherjee at 2020-09-25T12:05:23+01:00
Update Standards-Version to 4.5.0
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
277efb11 by Sudip Mukherjee at 2020-09-25T12:05:23+01:00
Use debhelper-compat and update compat level to 13
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
d41c211e by Sudip Mukherjee at 2020-09-25T12:05:23+01:00
Add manifest file
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
e8a68e57 by Sudip Mukherjee at 2020-09-25T12:05:23+01:00
Use javahelper for the manifest
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
8191e115 by Sudip Mukherjee at 2020-09-25T12:11:01+01:00
Install Apache notice file
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
9793c4c1 by Sudip Mukherjee at 2020-09-25T12:23:23+01:00
Remove whitespace from d/rules and d/changelog
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
f2e3d68c by Sudip Mukherjee at 2020-09-25T12:24:18+01:00
Add changelog for 1.4-2 release
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/docs
- + debian/manifest
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+libcommons-cli-java (1.4-2) unstable; urgency=medium
+
+ * Team upload.
+ * Update Vcs link to salsa.
+ * Update Standards-Version to 4.5.0
+ * Use debhelper-compat.
+ - Update compat level to 13.
+ * Add manifest file.
+ * Use javahelper for the manifest.
+ * Install Apache notice file.
+ * Remove whitespace from d/rules and d/changelog
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com> Fri, 25 Sep 2020 12:23:45 +0100
+
libcommons-cli-java (1.4-1) unstable; urgency=medium
* Upload to unstable
@@ -93,7 +107,7 @@ libcommons-cli-java (1.2-1) experimental; urgency=low
* Add a Build-Depends-Indep dependency on maven-repo-helper
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
- * Remove MultOption patch as it doesn't apply anymore and seems solved
+ * Remove MultOption patch as it doesn't apply anymore and seems solved
upstream.
[ Emmanuel Bourg ]
@@ -190,7 +204,7 @@ libcommons-cli-java (1.0-8) unstable; urgency=low
* Removed jikes from build-dependencies
* Removed Takashi, Ola, Stefan from Uploaders - never uploaded this package
* Standards-Version 3.6.2 (no changes)
- * Added myself to uploaders
+ * Added myself to uploaders
-- Wolfgang Baer <WBaer at gmx.de> Fri, 6 Jan 2006 19:25:50 +0100
@@ -250,4 +264,3 @@ libcommons-cli-java (1.0-1) unstable; urgency=low
* Initial Release (closes: #217804).
-- Arnaud Vandyck <avdyk at debian.org> Mon, 27 Oct 2003 15:19:33 +0100
-
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -5,13 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>,
tony mancill <tmancill at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 13),
default-jdk,
+ javahelper,
maven-debian-helper (>= 2.2~),
junit4
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-cli-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-cli-java.git
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/libcommons-cli-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libcommons-cli-java
Homepage: http://commons.apache.org/cli/
Package: libcommons-cli-java
=====================================
debian/docs
=====================================
@@ -1,2 +1,3 @@
README.md
RELEASE-NOTES.txt
+NOTICE.txt
=====================================
debian/manifest
=====================================
@@ -0,0 +1,7 @@
+usr/share/java/commons-cli.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-Name: Apache Commons CLI
+ Bundle-SymbolicName: org.apache.commons.cli
+ Bundle-Vendor: Apache Software Foundation
+ Bundle-Version: 1.4
+ Export-Package: org.apache.commons.cli
=====================================
debian/rules
=====================================
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with javahelper
get-orig-source:
-uscan --download-current-version --force-download --rename
-
View it on GitLab: https://salsa.debian.org/java-team/libcommons-cli-java/-/compare/cbeaa3857d395a89e21bea7d5f938a3c2dd2c415...f2e3d68c0741f6b9b479383dceb5f8a3b5f5174f
--
View it on GitLab: https://salsa.debian.org/java-team/libcommons-cli-java/-/compare/cbeaa3857d395a89e21bea7d5f938a3c2dd2c415...f2e3d68c0741f6b9b479383dceb5f8a3b5f5174f
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/20200925/fca01517/attachment.html>
More information about the pkg-java-commits
mailing list