summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-03-06 19:53:29 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-03-06 19:53:29 +0100
commitbcb4122a951cd93a9d6f7d7f6314a5c1c0966d75 (patch)
tree0e812cfc382fe638d23ca8930f6a56708ca6d8ab /debian/rules
parent76e6042107de23790f0532e3bf3c396cba27e5aa (diff)
src: remove debian/ directory
This patch removes the debian directory. According to the debian policy, this directory should not be in source tree. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 20fe030..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ')
-UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
-DEB_TARBALL := libnetfilter_conntrack-$(UPSTREAM_VERSION).tar.bz2
-DEB_TAR_SRCDIR := libnetfilter_conntrack-$(UPSTREAM_VERSION)
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/tarball.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp