From: aba Date: Sat, 27 Nov 2004 12:57:50 +0000 (+0000) Subject: catching up with the uploaded package X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=commitdiff_plain;h=4b8b8d6c3bc6e36a54e483cf916ab81190dfcd63;hp=bbf0f17087219b30cf50b00d9049439876455ceb catching up with the uploaded package git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2639 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/debian/changelog b/debian/changelog index 1115b43..72b06a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,7 +38,7 @@ developers-reference (3.3.5) unstable; urgency=low * Frédéric Bothamy - French translation updated to version 3.3.5 - -- Andreas Barth Sun, 7 Oct 2004 14:02:11 -0600 + -- Andreas Barth Mon, 22 Nov 2004 19:07:26 +0100 developers-reference (3.3.4) unstable; urgency=low diff --git a/debian/control b/debian/control index cc26a90..a9285e7 100644 --- a/debian/control +++ b/debian/control @@ -39,18 +39,3 @@ Description: guidelines and information for Debian developers, in French Table of Contents (in English): . ${TOC:en} - -Package: developers-reference-ja -Architecture: all -Recommends: debian-policy -Suggests: doc-base -Description: guidelines and information for Debian developers, in Japanese - This package contains the Japanese translation of Debian Developer's - Reference (package: developers-reference), a set of guidelines and - best practices which has been established by and for the community of - Debian developers. If you are not a Debian developer, you probably - do not need this package. - . - Table of Contents (in English): - . - ${TOC:en} diff --git a/debian/rules b/debian/rules index c104c90..c37eb99 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ docbasedir := $(prefix)$(docbaserel) # list of language packages, in the form pkg-LANG; must jibe # with debian/control, see also DATE_uc(LANG) below -langs := fr ja +langs := fr # tool abstraction install_file := install -o root -g root -m 644 -p @@ -61,13 +61,10 @@ install: build dh_installdocs -p$(package) README-contrib developers-reference.txt \ developers-reference.pdf developers-reference.html/* -# we can't make PDFs for japanese, so special handling for that - touch developers-reference.ja.pdf set -e; for lang in $(langs); do \ dh_installdocs -p$(package)-$$lang README-contrib developers-reference.$$lang.txt \ developers-reference.$$lang.html/* ;\ done - rm debian/$(package)-ja/usr/share/doc/$(package)-ja/developers-reference.ja.pdf .PHONY: binary-indep