Markus Koschany pushed to branch master at Debian Java Maintainers / libcsv-java
Commits: a61753fe by Markus Koschany at 2020-11-18T13:38:01+01:00 Switch to debhelper-compat = 13. - - - - - 50366c6f by Markus Koschany at 2020-11-18T13:38:15+01:00 Declare compliance with Debian Policy 4.5.1. - - - - - 339a91af by Markus Koschany at 2020-11-18T13:38:45+01:00 Use canonical VCS URI. - - - - - b3dfe0ce by Markus Koschany at 2020-11-18T13:41:45+01:00 Remove get-orig-source target - - - - - f432a448 by Markus Koschany at 2020-11-18T13:42:13+01:00 Use secure copyright link - - - - - 061a0d6f by Markus Koschany at 2020-11-18T13:42:53+01:00 Update changelog - - - - - 4867c5f7 by Markus Koschany at 2020-11-18T13:45:40+01:00 Remove trailing whitespace - - - - - 97d7d992 by Markus Koschany at 2020-11-18T13:46:01+01:00 Fix javadoc file - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/libcsv-java-doc.javadoc - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libcsv-java (2.1-2) unstable; urgency=medium + + * Team upload. + * Switch to debhelper-compat = 13. + * Declare compliance with Debian Policy 4.5.1. + * Use canonical VCS URI. + + -- Markus Koschany <[email protected]> Wed, 18 Nov 2020 13:42:39 +0100 + libcsv-java (2.1-1) unstable; urgency=medium * Team upload. @@ -35,7 +44,7 @@ libcsv-java (2.0-11) unstable; urgency=low libcsv-java (2.0-10) unstable; urgency=low * Change to default-jdk-doc from classpath-doc (Closes: #567280) - * Fix some lintian warnings + * Fix some lintian warnings -- Matthew Johnson <[email protected]> Sat, 20 Mar 2010 13:26:53 +0000 @@ -47,20 +56,20 @@ libcsv-java (2.0-9) unstable; urgency=low libcsv-java (2.0-8) unstable; urgency=low - * Build-depend on gjdoc as it is now not part of default-jdk + * Build-depend on gjdoc as it is now not part of default-jdk * Build with default-jdk -- Matthew Johnson <[email protected]> Thu, 13 Aug 2009 00:01:27 +0100 libcsv-java (2.0-7) unstable; urgency=low - * Change to using dh 7 as a test for the javahelper module + * Change to using dh 7 as a test for the javahelper module -- Matthew Johnson <[email protected]> Fri, 17 Jul 2009 19:42:15 +0100 libcsv-java (2.0-6) unstable; urgency=low - * Change to section java + * Change to section java -- Matthew Johnson <[email protected]> Sun, 15 Mar 2009 18:14:36 +0000 @@ -78,13 +87,13 @@ libcsv-java (2.0-4) unstable; urgency=low libcsv-java (2.0-3) unstable; urgency=low - * Move to priority optional + * Move to priority optional -- Matthew Johnson <[email protected]> Sat, 8 Dec 2007 00:06:41 +0000 libcsv-java (2.0-2) unstable; urgency=low - * Update maintainer address + * Update maintainer address -- Matthew Johnson <[email protected]> Wed, 05 Dec 2007 10:26:17 +0000 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,14 +5,14 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Andrew Ross <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper-compat (= 13), default-jdk, default-jdk-doc, fastjar, javahelper -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcsv-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcsv-java.git +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/libcsv-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libcsv-java Homepage: http://sourceforge.net/projects/javacsv/ Package: libcsv-java ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://sourceforge.net/projects/javacsv/ Files-Excluded: *.jar @@ -12,7 +12,7 @@ Files: debian/* Copyright: 2007-2010, Matthew Johnson <[email protected]> 2011, Andrew Ross <[email protected]> 2012, tony mancill <[email protected]> - 2016, Markus Koschany <[email protected]> + 2016-2020, Markus Koschany <[email protected]> License: LGPL-2.1+ License: LGPL-2.1+ ===================================== debian/libcsv-java-doc.javadoc ===================================== @@ -1 +1 @@ -internal /usr/share/doc/libcsv-java/api +internal ===================================== debian/rules ===================================== @@ -16,5 +16,3 @@ override_jh_installlibs: jh_installlibs dh_link usr/share/java/csv.jar usr/share/java/javacsv.jar -get-orig-source: - uscan --force-download --download-current-version --repack --compression xz View it on GitLab: https://salsa.debian.org/java-team/libcsv-java/-/compare/97eba9df86c59b364e186f22c6a482f91fe3ecd9...97d7d992abb28d8506bc402f15f6917e904bfa94 -- View it on GitLab: https://salsa.debian.org/java-team/libcsv-java/-/compare/97eba9df86c59b364e186f22c6a482f91fe3ecd9...97d7d992abb28d8506bc402f15f6917e904bfa94 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

