summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-08-31 15:58:37 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-08-31 15:58:37 -0700
commit0b70ed7e20439bc0be44633a45c0e2b2992db9f2 (patch)
tree99b5fa2c780550c90734e1e457ba9586be0fb817 /debian
parentca7743fdedead2693fa70ba46ce90684ac529dda (diff)
downloadconntrack-tools-0b70ed7e20439bc0be44633a45c0e2b2992db9f2.tar.gz
conntrack-tools-0b70ed7e20439bc0be44633a45c0e2b2992db9f2.zip
remove debian patching from build
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/patches/00list0
-rwxr-xr-xdebian/rules20
3 files changed, 4 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index 67fa7ea..6b78fea 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Alexander Wirt <formorer@debian.org>
Homepage: http://conntrack-tools.netfilter.org/
Build-Depends: debhelper (>= 5), libnfnetlink-dev (>= 1.0.0),
- libnetfilter-conntrack-dev (>= 0.0.101), bison, flex, dpatch
+ libnetfilter-conntrack-dev (>= 0.0.101), bison, flex
Standards-Version: 3.8.4
Package: conntrack
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index e69de29..0000000
--- a/debian/patches/00list
+++ /dev/null
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