Don't patch the documentation directly.

Don't patch the documentation directly, to avoid one extra patch
in divergence from upstream.

Use the BUILDROOT variable instead of setting BINDIR etc during
installation.
This commit is contained in:
Rogério Brito
2009-12-09 23:42:23 -02:00
parent 237207698a
commit 00e19688b4
2 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
01-docdir.patch #01-docdir.patch
02-encryption.patch 02-encryption.patch
03-dvdrom.patch 03-dvdrom.patch
04-manpage.patch 04-manpage.patch

6
debian/rules vendored
View File

@@ -39,11 +39,7 @@ install: build
dh_prep dh_prep
$(MAKE) \ $(MAKE) \
BINDIR=$(CURDIR)/debian/tmp/usr/bin \ BUILDROOT=$(CURDIR)/debian/tmp \
DOCDIR=$(CURDIR)/debian/tmp/usr/share/doc \
DOCSUBDIR=$(CURDIR)/debian/tmp/usr/share/doc/dvdisaster-doc/html \
LOCALEDIR=$(CURDIR)/debian/tmp/usr/share/locale \
MANDIR=$(CURDIR)/debian/tmp/usr/share/man \
install install
# Installing desktop file # Installing desktop file