[pkg-java] r12051 - in trunk/squareness/debian: . source

Torsten Werner twerner at alioth.debian.org
Sat Apr 10 21:22:11 UTC 2010


Author: twerner
Date: 2010-04-10 21:22:11 +0000 (Sat, 10 Apr 2010)
New Revision: 12051

Added:
   trunk/squareness/debian/source/
   trunk/squareness/debian/source/format
Modified:
   trunk/squareness/debian/changelog
   trunk/squareness/debian/control
   trunk/squareness/debian/rules
Log:
* Let 'maintainers' start with uppercase M.
* Switch to default-jdk.
* Update Standards-Version: 3.8.4.
* Switch to source format 3.0.
* Improve get-orig-source target.

Modified: trunk/squareness/debian/changelog
===================================================================
--- trunk/squareness/debian/changelog	2010-04-10 21:11:26 UTC (rev 12050)
+++ trunk/squareness/debian/changelog	2010-04-10 21:22:11 UTC (rev 12051)
@@ -1,3 +1,13 @@
+squareness (2.3.0-4) unstable; urgency=low
+
+  * Let 'maintainers' start with uppercase M.
+  * Switch to default-jdk.
+  * Update Standards-Version: 3.8.4.
+  * Switch to source format 3.0.
+  * Improve get-orig-source target.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 10 Apr 2010 23:20:41 +0200
+
 squareness (2.3.0-3) unstable; urgency=low
 
   * Move the package to pkg-java svn.

Modified: trunk/squareness/debian/control
===================================================================
--- trunk/squareness/debian/control	2010-04-10 21:11:26 UTC (rev 12050)
+++ trunk/squareness/debian/control	2010-04-10 21:22:11 UTC (rev 12051)
@@ -1,19 +1,18 @@
 Source: squareness
 Section: utils
 Priority: optional
-Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>
 Build-Depends: cdbs, debhelper (>= 6) 
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.3
+Build-Depends-Indep: ant, default-jdk
+Standards-Version: 3.8.4
 Homepage: http://squareness.beeger.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/squareness
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/squareness
 
 Package: squareness
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
-Suggests: java-virtual-machine
+Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime
 Description: suite of skins for different applications
  Squareness is a suite of skins for different platforms and
  applications (e.g. Windowblinds, Java Look And Feel, Mozilla Firefox)

Modified: trunk/squareness/debian/rules
===================================================================
--- trunk/squareness/debian/rules	2010-04-10 21:11:26 UTC (rev 12050)
+++ trunk/squareness/debian/rules	2010-04-10 21:22:11 UTC (rev 12051)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME		:= /usr/lib/jvm/java-gcj
+JAVA_HOME		:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET	:= build
 
 install/squareness::
@@ -11,4 +11,4 @@
 	dh_link /usr/share/java/squareness-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/squareness.jar
 
 get-orig-source:
-	-uscan --upstream-version 0 --rename
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename

Added: trunk/squareness/debian/source/format
===================================================================
--- trunk/squareness/debian/source/format	                        (rev 0)
+++ trunk/squareness/debian/source/format	2010-04-10 21:22:11 UTC (rev 12051)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list