diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/00list | 0 | ||||
-rwxr-xr-x | debian/rules | 20 |
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 |