From: Brian Warner Date: Thu, 11 Oct 2007 21:37:29 +0000 (-0700) Subject: deb: add docs/* to the debian package X-Git-Tag: allmydata-tahoe-0.6.1~35 X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/something?a=commitdiff_plain;h=1c7f52265f0e7a38ca501161e4aa36b22752e8fd;p=tahoe-lafs%2Ftahoe-lafs.git deb: add docs/* to the debian package --- diff --git a/.darcs-boringfile b/.darcs-boringfile index f3952a58..6e345948 100644 --- a/.darcs-boringfile +++ b/.darcs-boringfile @@ -42,14 +42,10 @@ ^dist($|/) ^debian($|/) -^misc/(dapper|sid|feisty)/debian/allmydata +^misc/(dapper|sid|feisty)/debian/allmydata-tahoe($|/) +^misc/(dapper|sid|feisty)/debian/allmydata-tahoe\.\w+\.debhelper$ +^misc/(dapper|sid|feisty)/debian/allmydata-tahoe\.substvars$ ^misc/(dapper|sid|feisty)/debian/files$ -^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap($|/) -^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap\.postinst\.debhelper$ -^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap\.prerm\.debhelper$ -^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap\.substvars$ -^src/foolscap/misc/(dapper|sid|feisty)/debian/files$ -^src/foolscap/python-build-stamp ^build($|/) ^build-stamp$ diff --git a/Makefile b/Makefile index b28f8d02..5e016d76 100644 --- a/Makefile +++ b/Makefile @@ -323,8 +323,8 @@ setup-deb: is-known-debian-arch deb-ARCH: is-known-debian-arch setup-deb fakeroot debian/rules binary - echo - echo "The newly built .deb packages are in the parent directory from here." + @echo + @echo "The newly built .deb packages are in the parent directory from here." .PHONY: increment-deb-version .PHONY: deb-sid-head deb-edgy-head deb-feisty-head diff --git a/misc/feisty/debian/allmydata-tahoe.docs b/misc/feisty/debian/allmydata-tahoe.docs new file mode 100644 index 00000000..1dea555a --- /dev/null +++ b/misc/feisty/debian/allmydata-tahoe.docs @@ -0,0 +1,2 @@ +docs/*.txt +docs/*.svg diff --git a/misc/sid/debian/allmydata-tahoe.docs b/misc/sid/debian/allmydata-tahoe.docs new file mode 100644 index 00000000..1dea555a --- /dev/null +++ b/misc/sid/debian/allmydata-tahoe.docs @@ -0,0 +1,2 @@ +docs/*.txt +docs/*.svg