[nemiver: 43/70] Use $(QUILT_STAMPFN) target instead of patch to avoid double configuration
- From: Luca Bruno <lucab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver: 43/70] Use $(QUILT_STAMPFN) target instead of patch to avoid double configuration
- Date: Tue, 15 Mar 2011 11:02:08 +0000 (UTC)
commit 7c902a3ae16a98ffe3d1763036e1ca7c1ef73389
Author: Luca Bruno <lucab debian org>
Date: Sat Nov 29 23:11:19 2008 +0100
Use $(QUILT_STAMPFN) target instead of patch to avoid double configuration
debian/rules | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/debian/rules b/debian/rules
index bec1f65..ce95390 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,7 @@ else
endif
-config.status: patch
-
+config.status: $(QUILT_STAMPFN)
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
@@ -38,11 +37,9 @@ build: build-stamp
build-stamp: config.status
dh_testdir
$(MAKE)
-
touch $@
clean: unpatch
-
dh_testdir
dh_testroot
rm -f build-stamp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]