This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit d1c7c4cdeb3c85a4ac85fd2d787f5e093fc7bc5f Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 23 16:18:37 2015 +0200 Removed the unused build dependency on lynx --- Makefile | 3 --- debian/changelog | 2 ++ debian/control | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1dd5c91..aab551e 100644 --- a/Makefile +++ b/Makefile @@ -48,9 +48,6 @@ debian-java-policy/index.html: policy.xml (cd debian-java-policy; rm -f $^) policy.txt: policy.xml - #jw -u $< > dump.html - #lynx -force_html -dump dump.html > $@ - #-rm -f dump.html jw -b txt $(DSL) $< install: debian-java-policy-install debian-java-faq-install diff --git a/debian/changelog b/debian/changelog index 2b04637..2e3f2a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ java-policy (0.54) UNRELEASED; urgency=medium * Moved the Java policy to a separate package. * Removed the ./patches directory (all applied a long time ago) * Removed the outdated italian translation of the FAQ + * Renamed the FAQ directory + * Removed the unused build dependency on lynx * Converted debian/copyright to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Tue, 22 Sep 2015 09:23:34 +0200 diff --git a/debian/control b/debian/control index e817959..1f78a6a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 9), debiandoc-sgml, docbook-utils, docbook-xml, lynx +Build-Depends: debhelper (>= 9), debiandoc-sgml, docbook-utils, docbook-xml Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/java-common.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/java-common.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

