[sacjava] 10/28: Bump S-V + dh compat, added build-{arch, indep} and split default-jdk-builddep

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sat Aug 22 11:41:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository sacjava.

commit 88df55da73c4d7a96f3ed8d6a2cd2a164e512305
Author: Niels Thykier <nthykier at debian.org>
Date:   Sun Oct 30 08:23:54 2011 +0000

    Bump S-V + dh compat, added build-{arch,indep} and split default-jdk-builddep
---
 debian/changelog | 13 +++++++++++++
 debian/compat    |  2 +-
 debian/control   |  6 +++---
 debian/copyright |  2 +-
 debian/rules     |  9 +++++----
 5 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbebdda..08bcc92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 4395934..1a41cf7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: sacjava
 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/
 
diff --git a/debian/copyright b/debian/copyright
index 44d9f3e..4b2cbaf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -69,7 +69,7 @@ License:
    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'.
 
 
diff --git a/debian/rules b/debian/rules
index 3609902..306da8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,9 @@ configure-stamp:
 	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 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	mh_installpom -plibsac-java debian/pom.xml
@@ -71,4 +72,4 @@ binary-arch: build install
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git



More information about the pkg-java-commits mailing list