Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package debian-reference (explain the reason for the unblock here) Document and translation update to ready for the release. This upload should update all release references to match the release of Stretch as stable release. There have been update of translation since the last upload. They are included. This translation updates also happened for spanish. In order to keep the package consistent with previous packages, a new debian-reference-es_2.65_all.deb was generated by addiung "es" to the debian/rules and adding extra entry in debian/control. Release name change was enabled by changing to RELEASE_STATE := stable. The changelog entries are: * Update Chinese and other translations. * Add Spanish as an additional translation. * Update build script to RELEASE_STATE := stable. Since the debian-reference-es is in NEW, you may not see this yet in unstable. If I need to take any action to get this moved to unstable, let me know. (include/attach the debdiff against the package in testing) debdiff after removing changes in po directories is attached. (If the diff for po files are included, diff size expands from 2.8KB to 655KB.) unblock debian-reference/2.65 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (98, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.10.0-rc6-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru debian-reference-2.64/debian/changelog debian-reference-2.65/debian/changelog --- debian-reference-2.64/debian/changelog 2017-01-23 23:37:09.000000000 +0900 +++ debian-reference-2.65/debian/changelog 2017-02-26 12:28:29.000000000 +0900 @@ -1,3 +1,11 @@ +debian-reference (2.65) unstable; urgency=medium + + * Update Chinese and other translations. + * Add Spanish as an additional translation. + * Update build script to RELEASE_STATE := stable. + + -- Osamu Aoki <[email protected]> Sun, 26 Feb 2017 12:28:29 +0900 + debian-reference (2.64) unstable; urgency=medium * Update Portuguese and other translations. Closes: #852217 diff -Nru debian-reference-2.64/debian/control debian-reference-2.65/debian/control --- debian-reference-2.64/debian/control 2016-12-05 01:32:22.000000000 +0900 +++ debian-reference-2.65/debian/control 2017-02-26 11:51:50.000000000 +0900 @@ -131,3 +131,14 @@ administration through shell-command examples for non-developers. . The Chinese (Traditional) translation. + +Package: debian-reference-es +Architecture: all +Depends: ${misc:Depends}, debian-reference-common (>= 2.51) +Suggests: debian-reference-en, doc-base +Description: Debian system administration guide, Spanish translation + This Debian Reference is intended to provide a broad overview of the Debian + system as a post-installation user's guide. It covers many aspects of system + administration through shell-command examples for non-developers. + . + The Spanish translation. diff -Nru debian-reference-2.64/debian/rules debian-reference-2.65/debian/rules --- debian-reference-2.64/debian/rules 2016-10-01 07:39:58.000000000 +0900 +++ debian-reference-2.65/debian/rules 2017-02-26 11:38:43.000000000 +0900 @@ -15,8 +15,8 @@ # (This should be updated with the maintainer approval) # MANUAL := debian-reference -LANGALL := en ja fr it pt de zh-cn zh-tw -LANGPO := ja fr it pt de zh-cn zh-tw +LANGALL := en ja fr it pt de zh-cn zh-tw es +LANGPO := ja fr it pt de zh-cn zh-tw es ## ---------------------------------------------------------------------- ## Targets diff -Nru debian-reference-2.64/Makefile debian-reference-2.65/Makefile --- debian-reference-2.64/Makefile 2017-01-15 00:23:27.000000000 +0900 +++ debian-reference-2.65/Makefile 2017-02-26 12:27:07.000000000 +0900 @@ -15,8 +15,8 @@ LANGALL = en $(LANGPO) # Chenge at the last moment (this package is part of web page) -RELEASE_STATE = testing -#RELEASE_STATE = stable +#RELEASE_STATE := testing +RELEASE_STATE := stable ifndef TMPDIR TMPDIR := $(CURDIR)/tmp diff -Nru debian-reference-2.64/po/es.po debian-reference-2.65/po/es.po diff -Nru debian-reference-2.64/po/fr.po debian-reference-2.65/po/fr.po diff -Nru debian-reference-2.64/po/it.po debian-reference-2.65/po/it.po diff -Nru debian-reference-2.64/po/zh-cn.po debian-reference-2.65/po/zh-cn.po

