From: Brian Warner Date: Mon, 14 Jul 2008 19:55:34 +0000 (-0700) Subject: debian/sid: add more docs to package, including munin plugins X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=7eaead0fcc73fec1f98fc660facdb9ecd393e34d;p=tahoe-lafs%2Ftahoe-lafs.git debian/sid: add more docs to package, including munin plugins --- diff --git a/misc/sid/debian/allmydata-tahoe.docs b/misc/sid/debian/allmydata-tahoe.docs index 41b9dfa3..5dacb6ef 100644 --- a/misc/sid/debian/allmydata-tahoe.docs +++ b/misc/sid/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/sid/debian/rules b/misc/sid/debian/rules index 0966bf75..ad928a7d 100644 --- a/misc/sid/debian/rules +++ b/misc/sid/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