diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-31 15:58:37 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-31 15:58:37 -0700 |
commit | 0b70ed7e20439bc0be44633a45c0e2b2992db9f2 (patch) | |
tree | 99b5fa2c780550c90734e1e457ba9586be0fb817 /debian/rules | |
parent | ca7743fdedead2693fa70ba46ce90684ac529dda (diff) | |
download | conntrack-tools-0b70ed7e20439bc0be44633a45c0e2b2992db9f2.tar.gz conntrack-tools-0b70ed7e20439bc0be44633a45c0e2b2992db9f2.zip |
remove debian patching from build
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/debian/rules b/debian/rules index 6449f46..80d328a 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ endif CFLAGS += -DYY_NO_INPUT build: debian/stamp-build -debian/stamp-build: patch +debian/stamp-build: dh_testdir # ./configure @@ -32,7 +32,7 @@ debian/stamp-build: patch touch $@ -clean: clean1 unpatch +clean: clean1 clean1: dh_testdir dh_testroot @@ -53,20 +53,6 @@ debian/stamp-install: debian/stamp-build touch $@ -# And now the simple things for dpatch. Here we only apply/unapply the patches. -# You can do more things with dpatch, like having patches only applied on -# a special architecture - see the non-dh version of the sample for this! -patch: patch-stamp -patch-stamp: - dpatch apply-all - dpatch cat-all >patch-stamp - touch patch-stamp - -unpatch: - dpatch deapply-all - rm -rf patch-stamp debian/patched - - # Build architecture-independent files here. binary-indep: @@ -98,5 +84,5 @@ source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install patch unpatch \ +.PHONY: build clean binary-indep binary-arch binary install \ clean1 |