[pkg-java] r15298 - trunk/sacjava/debian

Niels Thykier nthykier at alioth.debian.org
Sun Oct 30 08:23:55 UTC 2011


Author: nthykier
Date: 2011-10-30 08:23:54 +0000 (Sun, 30 Oct 2011)
New Revision: 15298

Modified:
   trunk/sacjava/debian/changelog
   trunk/sacjava/debian/compat
   trunk/sacjava/debian/control
   trunk/sacjava/debian/copyright
   trunk/sacjava/debian/rules
Log:
Bump S-V + dh compat, added build-{arch,indep} and split default-jdk-builddep

Modified: trunk/sacjava/debian/changelog
===================================================================
--- trunk/sacjava/debian/changelog	2011-10-28 21:48:25 UTC (rev 15297)
+++ trunk/sacjava/debian/changelog	2011-10-30 08:23:54 UTC (rev 15298)
@@ -1,3 +1,16 @@
+sacjava (1.3-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Split default-jdk-builddep B-D to default-jdk + gcj-native-helper.
+  * Bumped debhelper compat to 8.
+    - Replace dh_clean -k with dh_prep.
+  * Bumped Standards-Versions to 3.9.2 - no changes required.
+  * Added build-arch and build-indep targets to d/rules.
+  * Use the public accessible svn url.
+  * Use the UTF-8 copyright symbol instead of (C) in d/copyright.
+
+ -- Niels Thykier <niels at thykier.net>  Sun, 30 Oct 2011 09:03:11 +0100
+
 sacjava (1.3-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/sacjava/debian/compat
===================================================================
--- trunk/sacjava/debian/compat	2011-10-28 21:48:25 UTC (rev 15297)
+++ trunk/sacjava/debian/compat	2011-10-30 08:23:54 UTC (rev 15298)
@@ -1 +1 @@
-5
+8

Modified: trunk/sacjava/debian/control
===================================================================
--- trunk/sacjava/debian/control	2011-10-28 21:48:25 UTC (rev 15297)
+++ trunk/sacjava/debian/control	2011-10-30 08:23:54 UTC (rev 15298)
@@ -2,10 +2,10 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 5), default-jdk-builddep, maven-repo-helper
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 8), default-jdk, gcj-native-helper, maven-repo-helper
+Standards-Version: 3.9.2
 Section: java
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/sacjava
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/sacjava
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/sacjava/
 Homepage: http://www.w3.org/Style/CSS/SAC/
 

Modified: trunk/sacjava/debian/copyright
===================================================================
--- trunk/sacjava/debian/copyright	2011-10-28 21:48:25 UTC (rev 15297)
+++ trunk/sacjava/debian/copyright	2011-10-30 08:23:54 UTC (rev 15298)
@@ -69,7 +69,7 @@
    associated documentation will at all times remain with copyright
    holders.
 
-The Debian packaging is (C) 2007, Rene Engelhard <rene at debian.org> and
+The Debian packaging is © 2007, Rene Engelhard <rene at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
 

Modified: trunk/sacjava/debian/rules
===================================================================
--- trunk/sacjava/debian/rules	2011-10-28 21:48:25 UTC (rev 15297)
+++ trunk/sacjava/debian/rules	2011-10-30 08:23:54 UTC (rev 15298)
@@ -8,8 +8,9 @@
 	dh_testdir
 	touch configure-stamp
 
-
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 
@@ -35,7 +36,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	mh_installpom -plibsac-java debian/pom.xml
@@ -71,4 +72,4 @@
 	dh_builddeb -s
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure




More information about the pkg-java-commits mailing list