From: Brian Warner Date: Mon, 14 Jul 2008 19:56:38 +0000 (-0700) Subject: copy debian/sid changes to debian/feisty X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d14d6d09857e589e55fbafeacc349f0c1e979815;p=tahoe-lafs%2Ftahoe-lafs.git copy debian/sid changes to debian/feisty --- diff --git a/misc/feisty/debian/allmydata-tahoe.docs b/misc/feisty/debian/allmydata-tahoe.docs index 41b9dfa3..5dacb6ef 100644 --- a/misc/feisty/debian/allmydata-tahoe.docs +++ b/misc/feisty/debian/allmydata-tahoe.docs @@ -1,3 +1,8 @@ -docs/*.txt -docs/*.svg -docs/testgrid +COPYING.GPL +COPYING.TGPPL.html +CREDITS +NEWS +README +relnotes.txt +misc/munin +docs diff --git a/misc/feisty/debian/rules b/misc/feisty/debian/rules index 0966bf75..ad928a7d 100644 --- a/misc/feisty/debian/rules +++ b/misc/feisty/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/class/python-distutils.mk STAGING_DIR=$(CURDIR)/debian/allmydata-tahoe +# to add files to /usr/share/doc/, edit ./allmydata-tahoe.docs +DEB_COMPRESS_EXCLUDE := "munin/" + # we overwrite the setuptools-generated /usr/bin/tahoe (located in # support/bin/tahoe after a 'make build') with a different version, because # the setuptools form (using "entry points") insists upon .egg-info -visible