Sudip Mukherjee pushed to branch master at Debian Java Maintainers / libirclib-java
Commits: 4f881bb2 by Sudip Mukherjee at 2020-12-31T19:07:16+00:00 Update Standards-Version to 4.5.1 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 253fd152 by Sudip Mukherjee at 2020-12-31T19:07:39+00:00 Use debhelper-compat and update to compat level 13 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 12f54d33 by Sudip Mukherjee at 2020-12-31T19:08:21+00:00 Update Vcs to salsa Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - c157c685 by Sudip Mukherjee at 2020-12-31T19:20:46+00:00 Fix d/rules to build with javahelper Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 5977d945 by Sudip Mukherjee at 2020-12-31T19:20:46+00:00 Add Rules-Requires-Root: no Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 0f8fef55 by Sudip Mukherjee at 2020-12-31T19:33:04+00:00 Remove whitespace from d/changelog, d/control and d/rules Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 886b2f9c by Sudip Mukherjee at 2020-12-31T19:34:08+00:00 Add changelog for 1.10-4 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +libirclib-java (1.10-4) unstable; urgency=medium + + * Team upload. + * Update Standards-Version to 4.5.1 + * Use debhelper-compat. + - Update compat level to 13. + - Fix d/rules to build with javahelper. + * Update Vcs to salsa. + * Add Rules-Requires-Root: no. + * Remove whitespace from d/changelog, d/control and d/rules. + + -- Sudip Mukherjee <[email protected]> Thu, 31 Dec 2020 19:33:32 +0000 + libirclib-java (1.10-3) unstable; urgency=medium * d/c: update standard version to 3.9.6 (no change needed) @@ -7,7 +20,7 @@ libirclib-java (1.10-3) unstable; urgency=medium libirclib-java (1.10-2) unstable; urgency=low - * Name the jar archive irclib.jar, as it is called upstream (oops) + * Name the jar archive irclib.jar, as it is called upstream (oops) * add Vcs-Git field to debian/control -- Martin Quinson <[email protected]> Fri, 15 Apr 2011 22:32:17 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -7 ===================================== debian/control ===================================== @@ -3,10 +3,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Martin Quinson <[email protected]> -Build-Depends: debhelper (>> 7), javahelper (>= 0.32) +Build-Depends: debhelper-compat (= 13), javahelper (>= 0.32) Build-Depends-Indep: default-jdk, default-jdk-doc -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/libirclib-java.git +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/java-team/libirclib-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libirclib-java Homepage: http://moepii.sourceforge.net/ Package: libirclib-java @@ -15,7 +17,7 @@ Depends: ${java:Depends}, ${misc:Depends} Suggests: libirclib-java-doc Recommends: ${java:Recommends} Description: Java implementation of the IRC protocol - IRClib is a free Java implementation of the IRC protocol. + IRClib is a free Java implementation of the IRC protocol. This thin library is RFC1459 and RFC2812 compliant. Package: libirclib-java-doc @@ -24,8 +26,7 @@ Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java implementation of the IRC protocol (javadoc files) - IRClib is a free Java implementation of the IRC protocol. + IRClib is a free Java implementation of the IRC protocol. This thin library is RFC1459 and RFC2812 compliant. . This package contains the JavaDoc documentation of the package. - ===================================== debian/rules ===================================== @@ -6,5 +6,4 @@ export JAVA_HOME=/usr/lib/jvm/default-java # export CLASSPATH= %: - dh --with javahelper $@ - + dh $@ --with javahelper View it on GitLab: https://salsa.debian.org/java-team/libirclib-java/-/compare/8fbe73b9305bca8b4cd74c2ef70114b7049cdaa5...886b2f9c0d6dc2fe0a0bd81e1548a6892669799a -- View it on GitLab: https://salsa.debian.org/java-team/libirclib-java/-/compare/8fbe73b9305bca8b4cd74c2ef70114b7049cdaa5...886b2f9c0d6dc2fe0a0bd81e1548a6892669799a 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

