Tony Mancill pushed to branch master at Debian Java Maintainers / libglazedlists-java
Commits: 7614ad41 by tony mancill at 2020-07-21T20:56:49-07:00 Use debhelper-compat 13 - - - - - 5bcfee1c by tony mancill at 2020-07-21T20:59:01-07:00 Use https URL for Homepage in debian/control - - - - - b3fb07e3 by tony mancill at 2020-07-21T21:01:27-07:00 Update Vcs URLs to point to Salsa - - - - - f1d1bc98 by tony mancill at 2020-07-21T21:01:51-07:00 Set "Rules-Requires-Root: no" in debian/control - - - - - 3eb8c20d by tony mancill at 2020-07-21T21:03:49-07:00 Mark libglazed-lists-java[-doc] Multi-Arch: foreign - - - - - cd1075e1 by tony mancill at 2020-07-21T21:06:33-07:00 Bump Standards-Version to 4.5.0 - - - - - 677fbe05 by tony mancill at 2020-07-21T21:12:56-07:00 No longer build -doc package - - - - - 23e72e1c by tony mancill at 2020-07-21T21:16:13-07:00 Freshen debian/copyright - - - - - 44b05ae9 by tony mancill at 2020-07-21T21:19:18-07:00 prepare for upload to unstable - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - − debian/libglazedlists-java-doc.doc-base - − debian/libglazedlists-java-doc.docs Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +libglazedlists-java (1.9.1-3) unstable; urgency=medium + + * Use debhelper-compat 13 + * Use https URL for Homepage in debian/control + * Update Vcs URLs to point to Salsa + * Set "Rules-Requires-Root: no" in debian/control + * Mark libglazed-lists-java Multi-Arch: foreign + * Bump Standards-Version to 4.5.0 + * No longer build -doc package + * Freshen debian/copyright + + -- tony mancill <[email protected]> Tue, 21 Jul 2020 21:18:40 -0700 + libglazedlists-java (1.9.1-2) unstable; urgency=medium * Use maven-repo-helper to install artifacts. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -4,15 +4,17 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]>, gregor herrmann <[email protected]> -Build-Depends: debhelper (>= 9), ant, maven-repo-helper +Build-Depends: debhelper-compat (= 13), ant, maven-repo-helper Build-Depends-Indep: default-jdk -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libglazedlists-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libglazedlists-java.git -Homepage: http://sites.google.com/site/glazedlists/ +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/java-team/libglazedlists-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libglazedlists-java +Homepage: https://sites.google.com/site/glazedlists/ +Rules-Requires-Root: no Package: libglazedlists-java Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Description: java list transformation library Glazed Lists features: @@ -23,20 +25,3 @@ Description: java list transformation library * Designed for concurrency * Swing or SWT * Free and open - -Package: libglazedlists-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Suggests: libglazedlists-java -Description: java list transformation library (documentation) - Glazed Lists features: - * API Compatibility with ArrayList - * Generic TableModels - * Easy dynamic filtering & sorting - * High performance - * Designed for concurrency - * Swing or SWT - * Free and open - . - This package contains the documentation for the library. ===================================== debian/copyright ===================================== @@ -1,7 +1,7 @@ -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: Glazed Lists Upstream-Contact: publicobject.com, O'Dell Engineering Ltd. -Source: http://www.publicobject.com/glazedlists/ +Source: https://github.com/glazedlists/glazedlists/ Files-Excluded: extensions test www @@ -28,8 +28,8 @@ License: Apache-2.0 Files: debian/* Copyright: - 2007-2013, gregor herrmann <[email protected]>> - 2007-2013, tony mancill <[email protected]> + 2007-2020, gregor herrmann <[email protected]>> + 2007-2020, tony mancill <[email protected]> License: GPL-1+ License: Apache-2.0 ===================================== debian/libglazedlists-java-doc.doc-base deleted ===================================== @@ -1,8 +0,0 @@ -Document: libglazedlists-java-doc -Title: Glazedlists API Documentation -Abstract: Javadocs containing the Glazedlists API documentation. -Section: Programming/Java - -Format: HTML -Index: /usr/share/doc/libglazedlists-java-doc/api/index.html -Files: /usr/share/doc/libglazedlists-java-doc/api/*.html ===================================== debian/libglazedlists-java-doc.docs deleted ===================================== @@ -1,2 +0,0 @@ -readme.html -target/docs/* View it on GitLab: https://salsa.debian.org/java-team/libglazedlists-java/-/compare/91c2b452cbd18a7c5fad93a3beaec29c09f652fa...44b05ae9bb012c2521b53734d7bee617662e2df7 -- View it on GitLab: https://salsa.debian.org/java-team/libglazedlists-java/-/compare/91c2b452cbd18a7c5fad93a3beaec29c09f652fa...44b05ae9bb012c2521b53734d7bee617662e2df7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

