[SCM] vdr packaging repository branch, e-tobi, updated. debian/1.7.21-1_ctvdr3-19-g0495185

etobi git at e-tobi.net
Mon Dec 12 21:27:27 UTC 2011


The following commit has been merged in the e-tobi branch:
commit 41bcae635ebacf00b34b01a4ec524e17e8706a1e
Author: etobi <git at e-tobi.net>
Date:   Sun Dec 11 03:19:19 2011 +0100

    Added build-arch, build-indep targets

diff --git a/debian/changelog b/debian/changelog
index b873a15..d1a08db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ vdr (1.7.22-1) unstable; urgency=low
   * Dropped dpatch and use quilt for the patches - no PATCHVARIANT support
     anymore! To build VDR with a different set of patches, grab the
     appropriate branch from the Git.
+  * Added build-arch, build-indep targets
 
  -- Tobias Grimm <etobi at debian.org>  Sat, 10 Dec 2011 21:51:31 +0100
 
diff --git a/debian/rules b/debian/rules
index 4bbce9f..a1b6f61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,10 @@ configure-stamp: check-patches
 	dh_testdir
 	touch configure-stamp
 
-build: build-stamp $(MANPAGES) $(TXT2MANPAGES)
-build-stamp: configure-stamp
+build: build-arch build-indep
+
+build-arch: build-arch-stamp $(MANPAGES) $(TXT2MANPAGES)
+build-arch-stamp: configure-stamp
 	dh_testdir
 
 	# Backup po files
@@ -65,7 +67,11 @@ build-stamp: configure-stamp
 
 	gcc -o debian/vdr-shutdown.wrapper debian/vdr-shutdown-wrapper.c
 
-	touch build-stamp
+	touch $@
+
+build-indep: build-indep-stamp
+build-indep-stamp: configure-stamp
+	touch $@
 
 patchinfo:
 	sh debian/extract-patchinfo >debian/patchinfo

-- 
vdr packaging repository



More information about the pkg-vdr-dvb-changes mailing list