From ff1266a9a837ed4914315be9e00f48c062925dd1 Mon Sep 17 00:00:00 2001 From: taffit-guest Date: Sun, 21 Nov 2010 16:40:45 +0000 Subject: [PATCH] Activate Japanese package. git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@7772 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/changelog | 10 ++++------ debian/control | 19 +++++++++++++++++-- debian/rules | 8 +++++++- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f9cc3a..785b11a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -developers-reference (3.4.4) UNRELEASED; urgency=low +developers-reference (3.4.4) unstable; urgency=low [ Lucas Nussbaum ] - * NOT RELEASED YET + * Document the new derivatives-bugs PTS keyword. * Removed hp.debian.or.jp reference. Closes: 561597 [ Raphaël Hertzog ] @@ -56,11 +56,9 @@ developers-reference (3.4.4) UNRELEASED; urgency=low * French translation updated from the 2006 debiandoc version. * Apply updated patch from Nicolas François. Closes: #257150 * dinstall run happens four times a day. Closes: #585161 + * Activate Japanese package. - [ Lucas Nussbaum ] - * Document the new derivatives-bugs PTS keyword. - - -- Lucas Nussbaum Sun, 08 Aug 2010 18:00:30 -0400 + -- Lucas Nussbaum Sun, 21 Nov 2010 11:52:06 -0400 developers-reference (3.4.3) unstable; urgency=low diff --git a/debian/control b/debian/control index 6e72665..14792d4 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,8 @@ Description: guidelines and information for Debian developers ${TOC:en} . This package contains the English version of the Developer's - Reference. The French translation is available in - developers-reference-fr. + Reference. The French and Japanese translations are available in + developers-reference-fr and developers-reference-ja. Package: developers-reference-fr Architecture: all @@ -41,3 +41,18 @@ 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 240e3b4..9d3752e 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ docbasedir := $(prefix)$(docbaserel) # list of language packages, in the form pkg-LANG; must jibe # with debian/control langs := fr +langs_nopdf := ja # tool abstraction install_file := install -o root -g root -m 644 -p @@ -30,7 +31,7 @@ PUBDATE := $(shell LC_ALL=C date --date="$(DEB_DATE)" -I) build: $(checkdir) rm -f version.ent - $(MAKE) VERSION=$(DEB_VERSION) PUBDATE=$(PUBDATE) LANGS="$(langs)" + $(MAKE) VERSION=$(DEB_VERSION) PUBDATE=$(PUBDATE) LANGS="$(langs) $(langs_nopdf)" touch build .PHONY: clean @@ -62,6 +63,11 @@ install: build $$lang/developers-reference.pdf; \ done + set -e; for lang in $(langs_nopdf); do \ + dh_installdocs -p$(package)-$$lang README-contrib \ + $$lang/*.html \ + $$lang/developers-reference.txt; \ + done .PHONY: binary-indep binary-indep: test install -- 2.30.2