[pkg-java] r13054 - trunk/colorpicker/debian
Tony Mancill
tmancill at alioth.debian.org
Tue Nov 2 03:18:55 UTC 2010
Author: tmancill
Date: 2010-11-02 03:18:31 +0000 (Tue, 02 Nov 2010)
New Revision: 13054
Modified:
trunk/colorpicker/debian/control
trunk/colorpicker/debian/rules
Log:
remove unnecessary dependency on cdbs; clean up extra carriage return in control file
Modified: trunk/colorpicker/debian/control
===================================================================
--- trunk/colorpicker/debian/control 2010-11-01 20:02:43 UTC (rev 13053)
+++ trunk/colorpicker/debian/control 2010-11-02 03:18:31 UTC (rev 13054)
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
-Build-Depends: debhelper (>= 7), javahelper (>=0.25),
- cdbs (>= 0.4.8)
+Build-Depends: debhelper (>= 7), javahelper (>=0.25)
Build-Depends-Indep: default-jdk, default-jdk-doc
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/colorpicker
@@ -19,7 +18,6 @@
A java package containing a color wheel picker for selecting
a color.
-
Package: libcolorpicker-java-doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
@@ -29,4 +27,3 @@
A java package containing a color wheel picker for selecting
a color.
This package contains the documentation.
-
Modified: trunk/colorpicker/debian/rules
===================================================================
--- trunk/colorpicker/debian/rules 2010-11-01 20:02:43 UTC (rev 13053)
+++ trunk/colorpicker/debian/rules 2010-11-02 03:18:31 UTC (rev 13054)
@@ -6,9 +6,6 @@
# Include the .resource files in the jar:
export JH_JAR_EXTRA=$(shell find com -type f -not -name "*.java")
-include /usr/share/cdbs/1/rules/buildvars.mk
-
-
get-orig-source:
curl -o ColorPicker-src.zip https://javagraphics.dev.java.net/jars/ColorPicker-src.jar
jh_repack --upstream-version 1.0.0 ColorPicker-src.zip
More information about the pkg-java-commits
mailing list