[Pkg-fedora-ds-maintainers] jss: Changes to 'debian-unstable'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Wed Jun 27 09:37:02 UTC 2012


 debian/changelog |    2 ++
 debian/rules     |    7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 2cae78c195bd89faded3bd723fe91839061b7b8a
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed Jun 27 12:36:43 2012 +0300

    rules: Replace dh_clean -k with dh_prep.

diff --git a/debian/changelog b/debian/changelog
index 46acdd6..cc780cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ jss (4.3.1-4) UNRELEASED; urgency=low
   * control: Bump standards to 3.9.3, no changes.
   * control: Update the uploaders field.
   * rules: Added build-arch and build-indep targets.
+  * rules: Replace dh_clean -k with dh_prep.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Tue, 04 Oct 2011 19:45:31 +0300
 
diff --git a/debian/rules b/debian/rules
index a1a0b41..3dee1b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ install: install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/jss
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/java

commit 84efad7022544eb7aa322139935bac0344b53a7e
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed Jun 27 12:35:27 2012 +0300

    rules: Added build-arch and build-indep targets.

diff --git a/debian/changelog b/debian/changelog
index ef963d6..46acdd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ jss (4.3.1-4) UNRELEASED; urgency=low
   * rules: Install the library in /usr/lib/jss.
   * control: Bump standards to 3.9.3, no changes.
   * control: Update the uploaders field.
+  * rules: Added build-arch and build-indep targets.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Tue, 04 Oct 2011 19:45:31 +0300
 
diff --git a/debian/rules b/debian/rules
index 47ad94d..a1a0b41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,10 @@ export CFLAGS
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp: configure
 	dh_testdir
 	make -C $(BASEDIR)/coreconf $(USE_64)



More information about the Pkg-fedora-ds-maintainers mailing list