Markus Koschany pushed to branch master at Debian Java Maintainers / libsecondstring-java
Commits: e6c01057 by Markus Koschany at 2021-10-25T12:02:19+02:00 Update debian/copyright and add a Files-Excluded paragraph and a comment to explain why we removed those two classes. - - - - - 89839487 by Markus Koschany at 2021-10-25T12:03:14+02:00 Declare compliance with Debian Policy 4.6.0. - - - - - 4acc87f1 by Markus Koschany at 2021-10-25T12:04:15+02:00 Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libsecondstring-java (0.1~dfsg-2) unstable; urgency=medium + + * Source-only rebuild. + * Update debian/copyright and add a Files-Excluded paragraph and a comment + to explain why we removed those two classes. + * Declare compliance with Debian Policy 4.6.0. + + -- Markus Koschany <[email protected]> Mon, 25 Oct 2021 12:03:37 +0200 + libsecondstring-java (0.1~dfsg-1) unstable; urgency=medium * Initial release. (Closes: #986680) ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: javahelper, liblog4j1.2-java, maven-repo-helper -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/java-team/libsecondstring-java.git Vcs-Browser: https://salsa.debian.org/java-team/libsecondstring-java Homepage: https://github.com/TeamCohen/secondstring ===================================== debian/copyright ===================================== @@ -1,6 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SecondString Source: https://mvnrepository.com/artifact/com.wcohen/com.wcohen.secondstring/0.1 +Files-Excluded: + src/com/wcohen/ss/TagLink.java + src/com/wcohen/ss/tokens/TagLinkToken.java +Comment: + https://github.com/TeamCohen/secondstring/issues/7 Files: * Copyright: 2003, Carnegie Mellon University View it on GitLab: https://salsa.debian.org/java-team/libsecondstring-java/-/compare/1d7a798e75e30da969ebc4a6c311a7ab0f675241...4acc87f109b90b513870d58fb486c5d5853d49ff -- View it on GitLab: https://salsa.debian.org/java-team/libsecondstring-java/-/compare/1d7a798e75e30da969ebc4a6c311a7ab0f675241...4acc87f109b90b513870d58fb486c5d5853d49ff 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

