diff options
author | Niels Thykier <nthykier@debian.org> | 2011-10-28 21:28:26 +0000 |
---|---|---|
committer | Niels Thykier <nthykier@debian.org> | 2011-10-28 21:28:26 +0000 |
commit | 65ea34f2832a7a307382e86fb042c747fa8b7de6 (patch) | |
tree | 392b304591c16d7e59f334375808a1cd35badd39 | |
parent | ab5553e5e6e9cc7359e3ce97ab38bd89b8ea4995 (diff) | |
download | java-common-65ea34f2832a7a307382e86fb042c747fa8b7de6.tar.gz |
Added build-arch target and bumped S-V
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1a221d1..e732b7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +java-common (0.44) UNRELEASED; urgency=low + + * Added build-arch target to d/rules. + * Bumped Standards-Versions to 3.9.2 - no changes required. + + -- Niels Thykier <niels@thykier.net> Fri, 28 Oct 2011 23:24:12 +0200 + java-common (0.43) unstable; urgency=low * Depend on the multiarch aware openjdk-6-jre-headless. diff --git a/debian/control b/debian/control index 7c9e921..e50a1f1 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Michael Koch <konqueror@gmx.de>, Matthias Klose <doko@debian.org>, To Niels Thykier <niels@thykier.net> Build-Depends: debhelper (>= 7) Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-common/ diff --git a/debian/rules b/debian/rules index c8867ba..58dd880 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,9 @@ jre_provides = $(call mk_cslist,$(provides),runtime) jhl_provides = $(call mk_cslist,$(provides),runtime-headless) jdk_provides = $(call mk_cslist,$(provides),sdk) +build: build-indep build-arch build-indep: build-stamp +build-arch: build-stamp build-stamp: dh_testdir |