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

Bug#987863: unblock: debian-reference/2.78



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

Please unblock package debian-reference

[ Reason ]
Need to be unblocked since this is a key package

[ Impact ]
1. Miss translation updates (es, zh_CN, nb, it, po)
2. Miss updates for CUPS 1.6 #941801
3. Miss updates for copyright. #979863

[ Tests ]
This is documentation package.

[ Risks ]
None.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach diff against the source package in testing (excluding PO)

[ Other info ]

unblock debian-reference/2.78
diff -Nru debian-reference-2.77/debian/changelog debian-reference-2.78/debian/changelog
--- debian-reference-2.77/debian/changelog	2021-01-10 15:36:06.000000000 +0900
+++ debian-reference-2.78/debian/changelog	2021-04-10 22:44:39.000000000 +0900
@@ -1,3 +1,14 @@
+debian-reference (2.78) unstable; urgency=medium
+
+  [ xiao sheng wen (肖盛文) ]
+  * Update the copyright to 2021. Closes: #979863
+  * Update printing for post-CUPS 1.6. Closes: #941801 (reopened)
+
+  [ Osamu Aoki ]
+  * Many translation updates (es, zh_CN, nb, it, po)
+
+ -- Osamu Aoki <osamu@debian.org>  Sat, 10 Apr 2021 22:44:39 +0900
+
 debian-reference (2.77) unstable; urgency=medium
 
   [ Holger Wansing ]
diff -Nru debian-reference-2.77/debian/rules debian-reference-2.78/debian/rules
--- debian-reference-2.77/debian/rules	2021-01-10 15:36:06.000000000 +0900
+++ debian-reference-2.78/debian/rules	2021-01-16 21:32:57.000000000 +0900
@@ -81,4 +81,3 @@
 	-rm -f $(addsuffix .doc-base, $(addprefix  debian/$(MANUAL)-, $(LANGALL)))
 	-rm -f $(addsuffix .install,  $(addprefix  debian/$(MANUAL)-, $(LANGALL)))
 	$(MAKE) "LANGALL=$(LANGALL)" "LANGPO=$(LANGPO)"  clean
-
diff -Nru debian-reference-2.77/Makefile debian-reference-2.78/Makefile
--- debian-reference-2.77/Makefile	2021-01-10 15:36:06.000000000 +0900
+++ debian-reference-2.78/Makefile	2021-01-16 21:32:57.000000000 +0900
@@ -66,7 +66,7 @@
 #DEBM	:=	http://ftp.jp.debian.org/debian/dists
 DEBM	:=	http://deb.debian.org/debian/dists
 # Debian popcon data source URL
-UPOPC	:=	http://popcon.debian.org/all-popcon-results.txt.gz
+UPOPC	:=	https://popcon.debian.org/all-popcon-results.txt.gz
 # Debian release name and arch used
 CODE	:=	sid
 ARCH	:=	amd64
diff -Nru debian-reference-2.77/po/es.po debian-reference-2.78/po/es.po
diff -Nru debian-reference-2.77/po/it.po debian-reference-2.78/po/it.po
diff -Nru debian-reference-2.77/po/nb.po debian-reference-2.78/po/nb.po
diff -Nru debian-reference-2.77/po/pt.po debian-reference-2.78/po/pt.po
diff -Nru debian-reference-2.77/po/zh-cn.po debian-reference-2.78/po/zh-cn.po
diff -Nru debian-reference-2.77/rawxml/00_bookinfo.rawxml debian-reference-2.78/rawxml/00_bookinfo.rawxml
--- debian-reference-2.77/rawxml/00_bookinfo.rawxml	2021-01-10 15:36:06.000000000 +0900
+++ debian-reference-2.78/rawxml/00_bookinfo.rawxml	2021-04-10 22:31:38.000000000 +0900
@@ -9,7 +9,7 @@
       <para>This book is free; you may redistribute it and/or modify it under the terms of the GNU General Public License of any version compliant to the Debian Free Software Guidelines (DFSG).</para>
     </abstract>
     <copyright>
-      <year>2013-2018</year>
+      <year>2013-2021</year>
       <holder>Osamu Aoki</holder>
     </copyright>
     <legalnotice>
diff -Nru debian-reference-2.77/rawxml/06_network_applications.rawxml debian-reference-2.78/rawxml/06_network_applications.rawxml
--- debian-reference-2.77/rawxml/06_network_applications.rawxml	2021-01-10 15:36:06.000000000 +0900
+++ debian-reference-2.78/rawxml/06_network_applications.rawxml	2021-04-10 22:31:38.000000000 +0900
@@ -1853,9 +1853,10 @@
     </section>
     <section id="_the_print_server_and_utilities">
       <title>The print server and utilities</title>
-      <para>In the old Unix-like system, the BSD <ulink url="https://en.wikipedia.org/wiki/Line_Printer_Daemon_protocol";>Line printer daemon</ulink> was the standard.  Since the standard print out format of the free software is PostScript on the Unix like system, some filter system was used along with <ulink url="https://en.wikipedia.org/wiki/Ghostscript";>Ghostscript</ulink> to enable printing to the non-PostScript printer.</para>
-      <para>Recently, <ulink url="https://en.wikipedia.org/wiki/Common_Unix_Printing_System";>Common UNIX Printing System</ulink> (CUPS) is the new de facto standard.  The CUPS uses <ulink url="https://en.wikipedia.org/wiki/Internet_Printing_Protocol";>Internet Printing Protocol</ulink> (IPP). The IPP is now supported by other OSs such as Windows XP and Mac OS X and has became new cross-platform de facto standard for remote printing with bi-directional communication capability.</para>
-      <para>The standard printable data format for the application on the Debian system is the <ulink url="https://en.wikipedia.org/wiki/PostScript";>PostScript (PS)</ulink> which is a page description language.  The data in PS format is fed into the Ghostscript PostScript interpreter to produce the printable data specific to the printer.  See <xref linkend="_ghostscript"/>.</para>
+      <para>In the old Unix-like system, the BSD <ulink url="https://en.wikipedia.org/wiki/Line_Printer_Daemon_protocol";>Line printer daemon (lpd)</ulink> was the standard and the standard print out format of the classic free software was <ulink url="https://en.wikipedia.org/wiki/PostScript";>PostScript (PS)</ulink>.  Some filter system was used along with <ulink url="https://en.wikipedia.org/wiki/Ghostscript";>Ghostscript</ulink> to enable printing to the non-PostScript printer.  See <xref linkend="_ghostscript"/>.</para>
+      <para>In the modern Debian system, the <ulink url="https://en.wikipedia.org/wiki/Common_Unix_Printing_System";>Common UNIX Printing System</ulink> (CUPS) is the de facto standard and
+the standard print out format of the modern free software is <ulink url="https://en.wikipedia.org/wiki/PDF";>Portable Document Format (PDF)</ulink>.</para>
+      <para>The CUPS uses <ulink url="https://en.wikipedia.org/wiki/Internet_Printing_Protocol";>Internet Printing Protocol</ulink> (IPP). The IPP is now supported by other OSs such as Windows XP and Mac OS X and has became new cross-platform de facto standard for remote printing with bi-directional communication capability.</para>
       <para>Thanks to the file format dependent auto-conversion feature of the CUPS system, simply feeding any data to the <literal>lpr</literal> command should generate the expected print output. (In CUPS, <literal>lpr</literal> can be enabled by installing the <literal>cups-bsd</literal> package.)</para>
       <para>The Debian system has some notable packages for the print servers and utilities.</para>
       <table pgwide="0" frame="topbot" rowsep="1" colsep="1">

Reply to: