[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#924238: unblock: maint-guide/1.2.43



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package maint-guide

This is only updating document content and its translation (adding
Vietnamese).

$ debdiff --exclude=po maint-guide_1.2.42.dsc maint-guide_1.2.43.dsc 
diff -Nru --exclude po maint-guide-1.2.42/common.ent maint-guide-1.2.43/common.ent
--- maint-guide-1.2.42/common.ent	2018-07-01 01:07:45.000000000 +0900
+++ maint-guide-1.2.43/common.ent	2019-03-04 22:48:46.000000000 +0900
@@ -85,8 +85,8 @@
 <!ENTITY dfsg "http://www.debian.org/social_contract#guidelines";>
 <!ENTITY doc-base "/usr/share/doc/doc-base/doc-base.html/index.html">
 <!ENTITY elf "http://en.wikipedia.org/wiki/Executable_and_Linkable_Format";>
-<!ENTITY fhs "http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html";>
-<!ENTITY fhs-pdf "/usr/share/doc/debian-policy/fhs/fhs-2.3.pdf.gz">
+<!ENTITY fhs "http://www.debian.org/doc/packaging-manuals/fhs/fhs-3.0.html";>
+<!ENTITY fhs-pdf "/usr/share/doc/debian-policy/fhs/fhs-3.0.pdf.gz">
 <!ENTITY gentoo "http://www.obsession.se/gentoo/";>
 <!ENTITY gentoo-package "http://packages.qa.debian.org/g/gentoo.html";>
 <!ENTITY gettext "http://en.wikipedia.org/wiki/GNU_gettext";>
diff -Nru --exclude po maint-guide-1.2.42/Credits maint-guide-1.2.43/Credits
--- maint-guide-1.2.42/Credits	2018-07-01 01:07:45.000000000 +0900
+++ maint-guide-1.2.43/Credits	2019-03-04 22:48:46.000000000 +0900
@@ -94,6 +94,9 @@
 @ Михаил Соболев <mss@transas.com>
 ! Алексей Выскубов <alexey@pepper.spb.ru>
 
+* Vietnamese:
+@ Giap Tran <txgvnn@gmail.com>, 2018 **
+
 * Chinese (zh_CN): 
 @ Aron Xu <happyaron.xu@gmail.com>
 - Boyuan Yang <073plan@gmail.com>
diff -Nru --exclude po maint-guide-1.2.42/debian/changelog maint-guide-1.2.43/debian/changelog
--- maint-guide-1.2.42/debian/changelog	2018-07-23 23:54:13.000000000 +0900
+++ maint-guide-1.2.43/debian/changelog	2019-03-04 23:33:39.000000000 +0900
@@ -1,6 +1,21 @@
+maint-guide (1.2.43) unstable; urgency=medium
+
+  [ Holger Wansing ]
+  * Add Vietnamese translation by Giap Tran.
+  * Update FHS links from version 2.3 to 3.0. Thanks to Sylvain Viart for hint
+    and patch origin.
+
+  [ Ondřej Nový ]
+  * d/changelog: Remove trailing whitespaces
+
+  [ Osamu Aoki ]
+  * Add vi to build.
+ 
+ -- Osamu Aoki <osamu@debian.org>  Mon, 04 Mar 2019 23:33:39 +0900
+
 maint-guide (1.2.42) unstable; urgency=medium
 
-  * Update translation: de, ja, it, zh-cn 
+  * Update translation: de, ja, it, zh-cn
 
  -- Osamu Aoki <osamu@debian.org>  Mon, 23 Jul 2018 23:54:13 +0900
 
diff -Nru --exclude po maint-guide-1.2.42/debian/control maint-guide-1.2.43/debian/control
--- maint-guide-1.2.42/debian/control	2018-07-01 01:07:45.000000000 +0900
+++ maint-guide-1.2.43/debian/control	2019-03-04 23:33:39.000000000 +0900
@@ -24,6 +24,7 @@
  texlive-lang-german,
  texlive-lang-italian,
  texlive-lang-japanese,
+ texlive-lang-other,
  texlive-lang-spanish,
  texlive-xetex,
  w3m,
@@ -320,6 +321,42 @@
  .
  This is Russian translation.
 
+Package: maint-guide-vi
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Suggests:
+ debian-policy,
+ developers-reference,
+ devscripts,
+ dh-make,
+ doc-base,
+ dupload | dput,
+ fakeroot,
+ lintian,
+ pbuilder,
+ quilt,
+Description: Debian New Maintainers' Guide (Vietnamese)
+ This package contains the Debian New Maintainers' Guide.
+ .
+ This document tries to describe the building of a Debian package to ordinary
+ Debian users and prospective developers. It uses fairly non-technical
+ language, and it's well covered with working examples.
+ .
+ The document contains these chapters:
+     * 1 Getting started The Right Way
+     * 2 First steps
+     * 3 Modifying the source
+     * 4 Required files under debian directory
+     * 5 Other files under debian directory
+     * 6 Building the package
+     * 7 Checking the package for errors
+     * 8 Uploading the package
+     * 9 Updating the package
+ .
+ This is Vietnamese translation.
+
 Package: maint-guide-zh-cn
 Architecture: all
 Multi-Arch: foreign
diff -Nru --exclude po maint-guide-1.2.42/debian/language maint-guide-1.2.43/debian/language
--- maint-guide-1.2.42/debian/language	2018-07-01 01:07:45.000000000 +0900
+++ maint-guide-1.2.43/debian/language	2019-03-04 23:30:56.000000000 +0900
@@ -37,6 +37,9 @@
     ru)
       echo -n "Russian"
       ;;
+    vi)
+      echo -n "Vietnamese"
+      ;;
     zh-cn)
       echo -n "Chinese(cn)"
       ;;
diff -Nru --exclude po maint-guide-1.2.42/debian/rules maint-guide-1.2.43/debian/rules
--- maint-guide-1.2.42/debian/rules	2018-07-01 01:07:45.000000000 +0900
+++ maint-guide-1.2.43/debian/rules	2019-03-04 23:33:01.000000000 +0900
@@ -6,7 +6,7 @@
 
 # Languages which generate DocBook XML files from PO files
 # (More conservative than the ones in Makefile)
-LANGPO		:= ca de es fr it ja ru zh-cn zh-tw
+LANGPO		:= ca de es fr it ja ru vi zh-cn zh-tw
 
 # Override main Makefile to build CJK under sid
 # No PDF build for these languages
diff -Nru --exclude po maint-guide-1.2.42/fuzzy.log maint-guide-1.2.43/fuzzy.log
--- maint-guide-1.2.42/fuzzy.log	1970-01-01 09:00:00.000000000 +0900
+++ maint-guide-1.2.43/fuzzy.log	2019-03-04 23:29:18.000000000 +0900
@@ -0,0 +1,40 @@
+no-obsolete  ca  1169
+untranslated ca  4
+fuzzy        ca  109
+
+no-obsolete  de  1169
+untranslated de  0
+fuzzy        de  0
+
+no-obsolete  es  1169
+untranslated es  4
+fuzzy        es  110
+
+no-obsolete  fr  1169
+untranslated fr  1
+fuzzy        fr  4
+
+no-obsolete  it  1169
+untranslated it  1
+fuzzy        it  5
+
+no-obsolete  ja  1169
+untranslated ja  0
+fuzzy        ja  0
+
+no-obsolete  ru  1169
+untranslated ru  4
+fuzzy        ru  111
+
+no-obsolete  vi  1169
+untranslated vi  0
+fuzzy        vi  0
+
+no-obsolete  zh-cn  1169
+untranslated zh-cn  0
+fuzzy        zh-cn  0
+
+no-obsolete  zh-tw  1169
+untranslated zh-tw  3
+fuzzy        zh-tw  109
+
diff -Nru --exclude po maint-guide-1.2.42/Makefile maint-guide-1.2.43/Makefile
--- maint-guide-1.2.42/Makefile	2018-07-01 01:07:45.000000000 +0900
+++ maint-guide-1.2.43/Makefile	2019-03-04 22:48:46.000000000 +0900
@@ -7,7 +7,7 @@
 # base file name excluding file extension
 MANUAL	:=	maint-guide
 # languages translated with PO files
-LANGPO	:=	ca de es fr it ja ru zh-cn zh-tw
+LANGPO	:=	ca de es fr it ja ru vi zh-cn zh-tw
 # languages to skip generation of PDF files
 NOPDF	:=	
 # languages to build document

unblock maint-guide/1.2.43

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (10, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Reply to: