[Git][java-team/libpicocontainer-java][master] 5 commits: Switch to debhelper-compat = 13.
Markus Koschany
gitlab at salsa.debian.org
Tue Jan 5 00:48:55 GMT 2021
Markus Koschany pushed to branch master at Debian Java Maintainers / libpicocontainer-java
Commits:
a9ab8f91 by Markus Koschany at 2021-01-05T01:38:30+01:00
Switch to debhelper-compat = 13.
- - - - -
80765d09 by Markus Koschany at 2021-01-05T01:38:44+01:00
Declare compliance with Debian Policy 4.5.1.
- - - - -
b0943a47 by Markus Koschany at 2021-01-05T01:39:03+01:00
Update copyright year
- - - - -
0b1396cf by Markus Koschany at 2021-01-05T01:39:27+01:00
Remove get-orig-source target.
- - - - -
c47f2a6a by Markus Koschany at 2021-01-05T01:42:54+01:00
Update debian/watch comment
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libpicocontainer-java (2.15+repack-2) unstable; urgency=medium
+
+ * Switch to debhelper-compat = 13.
+ * Declare compliance with Debian Policy 4.5.1.
+ * Remove get-orig-source target.
+ * Update debian/watch comment.
+
+ -- Markus Koschany <apo at debian.org> Tue, 05 Jan 2021 01:41:32 +0100
+
libpicocontainer-java (2.15+repack-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Markus Koschany <apo at debian.org>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
libgeronimo-annotation-1.3-spec-java,
@@ -13,7 +13,7 @@ Build-Depends:
libmaven-shade-plugin-java,
libparanamer-java,
maven-debian-helper (>= 2.0)
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libpicocontainer-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libpicocontainer-java
Homepage: http://picocontainer.com
=====================================
debian/copyright
=====================================
@@ -31,7 +31,7 @@ License: BSD-3-clause
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
-Copyright: 2014-2018, Markus Koschany <apo at debian.org>
+Copyright: 2014-2021, Markus Koschany <apo at debian.org>
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
=====================================
debian/rules
=====================================
@@ -7,6 +7,3 @@ override_dh_auto_build:
ln -s -f . src/main
dh_auto_build
-get-orig-source:
- # todo: build from the GitHub repository (no tag available unfortunately)
- # https://github.com/picocontainer/PicoContainer2/tree/master/pico/container
=====================================
debian/watch
=====================================
@@ -1,4 +1,6 @@
version=3
# todo: watch the tags on the GitHub repository
-http://repo1.maven.org/maven2/org/picocontainer/picocontainer/(\d.*)/\
- picocontainer-(\d.*)-sources\.jar
+# unfortunately upstream doesn't like tags...
+# https://github.com/picocontainer/PicoContainer2
+# http://repo1.maven.org/maven2/org/picocontainer/picocontainer/(\d.*)/\
+# picocontainer-(\d.*)-sources\.jar
View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/-/compare/0f4430191e583b17f444966e17a37714551cb21a...c47f2a6aaf7f8badbec92ac5d469a51dae8fb329
--
View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/-/compare/0f4430191e583b17f444966e17a37714551cb21a...c47f2a6aaf7f8badbec92ac5d469a51dae8fb329
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/20210105/633e044a/attachment.html>
More information about the pkg-java-commits
mailing list