From: taffit-guest Date: Thu, 21 Apr 2011 02:20:30 +0000 (+0000) Subject: Activate German package. Closes: #623489 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2aee52fadb821e74118eded23a83619a5c2831e0;p=developers-reference.git Activate German package. Closes: #623489 git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@8700 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/Makefile b/Makefile index 6aed88f..860e219 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SOURCES := $(wildcard *.dbk) common.ent version.ent FORMATS := html txt pdf -LANGS := fr ja +LANGS := de fr ja TARGETS := $(foreach fmt,$(FORMATS),developers-reference.$(fmt)) \ $(foreach lng,$(LANGS), \ $(foreach fmt,$(FORMATS), \ diff --git a/debian/changelog b/debian/changelog index 4774b05..2a74dc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,13 @@ developers-reference (3.4.5) UNRELEASED; urgency=low needed. Closes: #619990 Thanks to Charles Plessy for the patch. - -- Raphaël Hertzog Wed, 24 Nov 2010 23:54:39 +0100 + [ Chris Leick ] + * Initial German translation. + + [ David Prévot ] + * Activate German package. Closes: #623489 + + -- David Prévot Wed, 20 Apr 2011 21:32:29 -0400 developers-reference (3.4.4) unstable; urgency=low diff --git a/debian/control b/debian/control index 4df3512..8cfd90c 100644 --- a/debian/control +++ b/debian/control @@ -25,8 +25,25 @@ Description: guidelines and information for Debian developers ${TOC:en} . This package contains the English version of the Developer's - Reference. The French and Japanese translations are available in - developers-reference-fr and developers-reference-ja. + Reference. The French, German and Japanese translations are available + in developers-reference-fr, developers-reference-de and + developers-reference-ja. + +Package: developers-reference-de +Architecture: all +Depends: ${misc:Depends} +Recommends: debian-policy +Suggests: doc-base +Description: guidelines and information for Debian developers, in German + This package contains the German 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} Package: developers-reference-fr Architecture: all diff --git a/debian/rules b/debian/rules index 9d3752e..7a73511 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 -langs := fr +langs := fr de langs_nopdf := ja # tool abstraction