summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-03-10 14:27:16 +0000
committerMax Kellermann <max@duempel.org>2008-03-10 14:27:16 +0000
commit8aa017a263a5b490e1c6dacf1a85c44ae2801d04 (patch)
treee0b68ab35ae5a6a1bc07c31de64268d6018107a3 /debian
parentec2c07ec5ffa186d6496a75b2c56a8924e1548b3 (diff)
downloadconntrack-tools-8aa017a263a5b490e1c6dacf1a85c44ae2801d04.tar.gz
conntrack-tools-8aa017a263a5b490e1c6dacf1a85c44ae2801d04.zip
call dh_install with -X.svn because upstream accidently distributed the .svn directories
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a61510..806fa0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ conntrack (1:0.9.6-1) UNRELEASED; urgency=low
* bumped Standards-Version to 3.7.3
* install upstream changelog
* added Homepage header to debian/control
+ * call dh_install with -X.svn because upstream accidently distributed
+ the .svn directories
-- Max Kellermann <max@duempel.org> Sat, 8 Mar 2008 14:33:30 +0100
diff --git a/debian/rules b/debian/rules
index 52d1506..d226e6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ binary-arch: build install
dh_installchangelogs -a ChangeLog
dh_installlogrotate -a
dh_installinit -a
- dh_install -a
+ dh_install -a -X.svn
dh_link -a
dh_strip -a
dh_compress -a