This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository simplyhtml.
commit 260c48501df53e80ca526e99f47969adae05cc4d Author: Felix Natter <[email protected]> Date: Thu Nov 7 19:47:00 2013 +0100 apply cme fix dpkg-control --- debian/control | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index c4107a6..8358840 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,25 @@ Source: simplyhtml -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Felix Natter <[email protected]> -Build-Depends: debhelper (>= 5.0.40), cdbs (>= 0.4.28) -Build-Depends-Indep: default-jdk, libgnu-regexp-java, javahelp2, ant, docbook-to-man -Standards-Version: 3.9.4 Section: web -Homepage: http://sf.net/projects/simplyhtml -Vcs-Git: git://git.debian.org/pkg-java/simplyhtml.git +Priority: optional +Build-Depends: debhelper (>= 5.0.40), + cdbs +Build-Depends-Indep: default-jdk, + libgnu-regexp-java, + javahelp2, + ant, + docbook-to-man +Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/simplyhtml.git +Vcs-Git: git://git.debian.org/pkg-java/simplyhtml.git +Homepage: http://sf.net/projects/simplyhtml Package: simplyhtml Architecture: all -Depends: openjdk-6-jre | openjdk-7-jre | java2-runtime, libgnu-regexp-java, ${misc:Depends} +Depends: openjdk-6-jre | openjdk-7-jre | java2-runtime, + libgnu-regexp-java, + ${misc:Depends} Recommends: javahelp2 Suggests: simplyhtml-doc Description: Java word processor based on HTML and CSS @@ -24,11 +31,12 @@ Description: Java word processor based on HTML and CSS Package: simplyhtml-doc Architecture: all -Depends: ${misc:Depends} -Suggests: simplyhtml, default-jdk-doc Section: doc +Depends: ${misc:Depends} +Suggests: simplyhtml, + default-jdk-doc Description: API documentation for simplyhtml The javadoc for SimplyHTML, a Java word processor based on HTML and CSS. . You need this package if you want to include simplyhtml in your (Java) - application. \ No newline at end of file + application. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/simplyhtml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

