[pkg-java] r13893 - trunk/java-gnome/debian
Guillaume Mazoyer
gmazoyer-guest at alioth.debian.org
Sat Jul 30 10:35:08 UTC 2011
Author: gmazoyer-guest
Date: 2011-07-30 10:35:08 +0000 (Sat, 30 Jul 2011)
New Revision: 13893
Modified:
trunk/java-gnome/debian/changelog
trunk/java-gnome/debian/control
Log:
java-gnome: Fix several lintian warnings.
Modified: trunk/java-gnome/debian/changelog
===================================================================
--- trunk/java-gnome/debian/changelog 2011-07-30 09:57:02 UTC (rev 13892)
+++ trunk/java-gnome/debian/changelog 2011-07-30 10:35:08 UTC (rev 13893)
@@ -7,6 +7,9 @@
- Remove useless patch (fixed upstream)
* debian/control:
- Update dependencies list according to the upstream configure file.
+ - Fix description-synopsis-starts-with-article
+ - Fix needless-dependency-on-jre
+ - Bump Standards-Version to 3.9.2
-- Guillaume Mazoyer <respawneral at gmail.com> Thu, 28 Jul 2011 21:07:13 +0200
Modified: trunk/java-gnome/debian/control
===================================================================
--- trunk/java-gnome/debian/control 2011-07-30 09:57:02 UTC (rev 13892)
+++ trunk/java-gnome/debian/control 2011-07-30 10:35:08 UTC (rev 13893)
@@ -23,7 +23,7 @@
quilt,
xfonts-base,
xvfb
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Section: java
Homepage: http://java-gnome.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome
@@ -32,10 +32,9 @@
Package: libjava-gnome-java
Architecture: all
-Depends: default-jre | java5-runtime,
- libjava-gnome-jni (>= ${source:Version}),
+Depends: libjava-gnome-jni (>= ${source:Version}),
${misc:Depends}
-Description: The java-gnome language bindings project
+Description: java-gnome language bindings project
These are the Java bindings for GTK+ and GNOME! Featuring a robust
engineering design, completely generated internals, a lovingly crafted
layer presenting the public API, and steadily increasing coverage of
@@ -51,7 +50,7 @@
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libjava-gnome-java (<< 4.0.11)
-Description: The java-gnome language bindings project
+Description: java-gnome language bindings project
These are the Java bindings for GTK+ and GNOME! Featuring a robust
engineering design, completely generated internals, a lovingly crafted
layer presenting the public API, and steadily increasing coverage of
@@ -67,7 +66,7 @@
Architecture: all
Depends: ${misc:Depends}
Suggests: libjava-gnome-java
-Description: The java-gnome language bindings project
+Description: java-gnome language bindings project
These are the Java bindings for GTK+ and GNOME! Featuring a robust
engineering design, completely generated internals, a lovingly crafted
layer presenting the public API, and steadily increasing coverage of
More information about the pkg-java-commits
mailing list