From 40698eacd312893cc9feba2b6b93d81d47245f74 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 6 Mar 2009 19:50:43 +0100 Subject: 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 --- debian/rules | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 debian/rules (limited to 'debian/rules') 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 -- cgit v1.2.3