chiark / gitweb /
Activate Japanese package.
authortaffit-guest <taffit-guest@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 21 Nov 2010 16:40:45 +0000 (16:40 +0000)
committertaffit-guest <taffit-guest@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 21 Nov 2010 16:40:45 +0000 (16:40 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@7772 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
debian/control
debian/rules

index 1f9cc3ae774d2524fe40b4d95802956407534ecb..785b11a74609bcfd462d84c2993fe8eed72d9035 100644 (file)
@@ -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 <lucas@lucas-nussbaum.net>  Sun, 08 Aug 2010 18:00:30 -0400
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sun, 21 Nov 2010 11:52:06 -0400
 
 developers-reference (3.4.3) unstable; urgency=low
 
index 6e726651a2d2d55d622d10390759875af1571c9d..14792d4d6f0175d9c746b76645be1c2078292fda 100644 (file)
@@ -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}
index 240e3b4900ee85c02723d53e7497056f254dfa0c..9d3752e8944d69d825194260a7b377c5ef51719d 100755 (executable)
@@ -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