Emmanuel Bourg pushed to branch debian/sid at Debian Java Maintainers / yydebug
Commits: 4e4462dd by Emmanuel Bourg at 2018-09-24T09:30:01Z Standards-Version updated to 4.2.1 - - - - - 842d6ed1 by Emmanuel Bourg at 2018-09-24T09:45:04Z Wrap and sort - - - - - 9c594669 by Emmanuel Bourg at 2018-09-24T09:46:04Z Simplified debian/rules - - - - - aeb1f34a by Emmanuel Bourg at 2018-09-24T09:48:46Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,10 @@ -yydebug (1.1.0-11) UNRELEASED; urgency=medium +yydebug (1.1.0-11) unstable; urgency=medium * Team upload. - - [ Emmanuel Bourg ] * Fixed the maintainer address + * Standards-Version updated to 4.2.1 - -- Emmanuel Bourg <[email protected]> Mon, 06 Aug 2018 14:17:11 +0200 + -- Emmanuel Bourg <[email protected]> Mon, 24 Sep 2018 11:48:29 +0200 yydebug (1.1.0-10) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,11 +3,13 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Hideki Yamane <[email protected]> -Build-Depends: debhelper (>= 11), default-jdk -Standards-Version: 4.1.4 -Homepage: https://github.com/jruby/jay-yydebug +Build-Depends: + debhelper (>= 11), + default-jdk +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/yydebug.git Vcs-Browser: https://salsa.debian.org/java-team/yydebug +Homepage: https://github.com/jruby/jay-yydebug Package: yydebug Architecture: all ===================================== 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 Upstream-Name: jay.yydebug Source: https://github.com/jruby/jay-yydebug @@ -42,4 +42,3 @@ License: GPL-3+ License: GPL-3+ On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. - ===================================== debian/rules ===================================== @@ -1,8 +1,4 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties" %: dh $@ @@ -12,4 +8,3 @@ override_dh_auto_build: override_dh_auto_clean: cd $(CURDIR)/jay/yydebug && $(MAKE) distclean - View it on GitLab: https://salsa.debian.org/java-team/yydebug/compare/0b774a7951d58be9fb345da6f34df4103a10561f...aeb1f34a6df9a909193b93fdd459e60cb8919433 -- View it on GitLab: https://salsa.debian.org/java-team/yydebug/compare/0b774a7951d58be9fb345da6f34df4103a10561f...aeb1f34a6df9a909193b93fdd459e60cb8919433 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

