summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-03-06 19:50:43 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-03-06 19:50:43 +0100
commit40698eacd312893cc9feba2b6b93d81d47245f74 (patch)
treeaf09a9a49f7fbc9f41f6534baf4377f309da21ba /debian/rules
parent52b80d312a3297f37e09e2802a52625dab0bbbfa (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/rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 1255026..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
-DEB_TARBALL := conntrack-$(UPSTREAM_VERSION).tar.bz2
-DEB_TAR_SRCDIR := 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