[pkg-java] r15548 - in trunk/colorpicker/debian: . source
Andrew Ross
rockclimb-guest at alioth.debian.org
Fri Dec 16 19:18:21 UTC 2011
Author: rockclimb-guest
Date: 2011-12-16 19:18:21 +0000 (Fri, 16 Dec 2011)
New Revision: 15548
Added:
trunk/colorpicker/debian/source/lintian-overrides
Removed:
trunk/colorpicker/debian/docs
Modified:
trunk/colorpicker/debian/changelog
trunk/colorpicker/debian/control
trunk/colorpicker/debian/copyright
Log:
Fix lintian warnings in colorpicker
Modified: trunk/colorpicker/debian/changelog
===================================================================
--- trunk/colorpicker/debian/changelog 2011-12-16 19:01:33 UTC (rev 15547)
+++ trunk/colorpicker/debian/changelog 2011-12-16 19:18:21 UTC (rev 15548)
@@ -1,5 +1,10 @@
-colorpicker (1.0.0-2) UNRELEASED; urgency=low
+colorpicker (1.0.0-2) unstable; urgency=low
+ [ Andrew Ross ]
+ * Update synopsis and d/copyright to fix linitian warnings.
+ * Add lintian override file since it's not possible to write
+ a useful watch file.
+
[ Miguel Landaeta ]
* Team upload.
* Bump Standards-Version to 3.9.2. No changes were required.
@@ -10,7 +15,7 @@
javac and javadoc commands to ensure backwards compatibility and
work around Java 7 encoding errors.
- -- Miguel Landaeta <miguel at miguel.cc> Tue, 13 Dec 2011 22:14:24 -0430
+ -- Andrew Ross <ubuntu at rossfamily.co.uk> Fri, 16 Dec 2011 18:49:12 +0000
colorpicker (1.0.0-1) unstable; urgency=low
Modified: trunk/colorpicker/debian/control
===================================================================
--- trunk/colorpicker/debian/control 2011-12-16 19:01:33 UTC (rev 15547)
+++ trunk/colorpicker/debian/control 2011-12-16 19:18:21 UTC (rev 15548)
@@ -14,16 +14,17 @@
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
-Description: A Java control to allow color selection
+Description: Java control to allow color selection
A java package containing a color wheel picker for selecting
- a color.
+ a color. It can be customized, but out of the box it offers
+ a great interface if you're dealing with a power user.
Package: libcolorpicker-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
-Description: A Java control to allow color selection (documentation)
+Description: Java control to allow color selection (documentation)
A java package containing a color wheel picker for selecting
a color.
.
Modified: trunk/colorpicker/debian/copyright
===================================================================
--- trunk/colorpicker/debian/copyright 2011-12-16 19:01:33 UTC (rev 15547)
+++ trunk/colorpicker/debian/copyright 2011-12-16 19:18:21 UTC (rev 15548)
@@ -12,7 +12,7 @@
It was downloaded from https://javagraphics.dev.java.net/
-Upstream Author(s):
+Upstream Author:
Jeremy Wood
Copyright:
Deleted: trunk/colorpicker/debian/docs
===================================================================
--- trunk/colorpicker/debian/docs 2011-12-16 19:01:33 UTC (rev 15547)
+++ trunk/colorpicker/debian/docs 2011-12-16 19:18:21 UTC (rev 15548)
@@ -1 +0,0 @@
-License.html
Added: trunk/colorpicker/debian/source/lintian-overrides
===================================================================
--- trunk/colorpicker/debian/source/lintian-overrides (rev 0)
+++ trunk/colorpicker/debian/source/lintian-overrides 2011-12-16 19:18:21 UTC (rev 15548)
@@ -0,0 +1,3 @@
+# There is no versioning on the upstream site, so it's not
+# possible to create a useful watch file.
+colorpicker source: debian-watch-file-is-missing
More information about the pkg-java-commits
mailing list