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

Bug#652044: marked as done (developers-reference: Let's add epub support)



Your message dated Thu, 16 May 2013 23:18:13 +0000
with message-id <E1Ud7R7-0007Fb-Hb@franck.debian.org>
and subject line Bug#652044: fixed in developers-reference 3.4.10
has caused the Debian Bug report #652044,
regarding developers-reference: Let's add epub support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
652044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652044
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: developers-reference
Version: 3.4.6
Severity: wishlist
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear Maintainer,

 Recently, I bought kindle and read DDR pdf with it. It's nice.
 But some new lines are not correct showed, though. So, I would suggest
 you to add "epub" format to DDR for ebook readers like me.

 It's easy, please check attached patch.
 Thanks.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJO6JsAAAoJEF0yjQgqqrFA5bMP/31Gj+UEUUTcfp0MLd0e0fuj
Q4G+V5atdeDlQq9cQVkeXk/3sNAUTTao5R+ajtTOFlpNUPPF+vspPZnheeh1OftZ
IQbGwnN1nmP9PfaRP/KMXB+jVpU7zO1Uhzb6s4zf0PmEmFdfrW/Wnz8iwpQ6D/hL
dvpREyp0LBiCXxpHoJdITzmNKo6eFOCNIlDmGCefK3SAs+rmE9bVbxpOjeKPVbO2
uPC7sO80pCHCCP3Ey0bI4UCOBPZ7ry11kWeR7i38GrwbTzE+poHVeVrrkZXATWM0
Fg4oZN28K/j/4t16z+a/tihMKoE2PY8aEzcqOjaV9g4tM6eYIVT+6Maiy+cN4C6Z
xYCjL9bLbBAUoEjAZztRo8ctLh5AcUO4gSU2w1t2Q6vA/rWjpvTwdyVmzBRJO8fP
wIl2cJHVcy6ZhrzCbMWH7DLnp+V6ijV7M2PCKmRf4iJG8iH7FRsuRPBXNnkHUna5
oVXLckLNlpuXiThtwsnX7I7ukmNltM2wTu2bpbZVcvGJ2P3TFz5CyyGWzeSm01jL
gtK9TPjJ/3JQ2rX3ZqsVHg52fwsdp2i4J8jMykWfW6J8feEzlArqO2Cds2f3cH1Z
1ULAXWMX7OKkDRZPs9iz5Z5x8fnX0Hr7qAhIJ5rYG4FJr2VDTnfT2eB9e4/7i3IX
c7OLUQ0DM5emnZE/oiqX
=usO1
-----END PGP SIGNATURE-----
diff -urN developers-reference-3.4.6.orig/Makefile developers-reference-3.4.6/Makefile
--- developers-reference-3.4.6.orig/Makefile	2011-07-30 22:51:06.000000000 +0900
+++ developers-reference-3.4.6/Makefile	2011-12-14 21:37:28.174292434 +0900
@@ -4,7 +4,7 @@
 
 SOURCES		:= $(wildcard *.dbk) common.ent version.ent
 
-FORMATS		:= html txt pdf
+FORMATS		:= html txt pdf epub
 LANGS           := de fr ja
 TARGETS		:= $(foreach fmt,$(FORMATS),developers-reference.$(fmt)) \
 		   $(foreach lng,$(LANGS), \
@@ -100,6 +100,10 @@
 	TOP=`pwd` && cd $(@D) && $(DBLATEX) index.dbk \
 	    && mv index.dbk.pdf $(@F)
 
+developers-reference.epub:      $(CURDIR)/developers-reference.epub
+%/developers-reference.epub:     $(addprefix %/,$(SOURCES))
+	xmlto epub index.dbk && mv index.epub developers-reference.epub
+
 .PHONY: pot
 pot:				$(patsubst %.dbk,po4a/po/%.pot,$(SOURCES))
 po4a/po/%.pot:			%.dbk
diff -urN developers-reference-3.4.6.orig/debian/control developers-reference-3.4.6/debian/control
--- developers-reference-3.4.6.orig/debian/control	2011-07-30 22:51:28.000000000 +0900
+++ developers-reference-3.4.6/debian/control	2011-12-14 21:37:55.138352024 +0900
@@ -4,7 +4,7 @@
 Maintainer: Developers Reference Maintainers <debian-policy@lists.debian.org>
 Uploaders: Lucas Nussbaum <lucas@debian.org>, Marc 'HE' Brockschmidt <he@debian.org>, Raphaël Hertzog <hertzog@debian.org>
 Standards-Version: 3.9.2
-Build-Depends-Indep: docbook-xsl (>= 1.71.0), dblatex (>= 0.2), xsltproc, libxml2-utils, po4a, w3m
+Build-Depends-Indep: docbook-xsl (>= 1.71.0), dblatex (>= 0.2), xsltproc, libxml2-utils, po4a, w3m, xmlto, zip
 Build-Depends: debhelper (>= 5)
 Vcs-Svn: svn://svn.debian.org/ddp/manuals/trunk/developers-reference
 Vcs-Browser: http://svn.debian.org/wsvn/ddp/manuals/trunk/developers-reference?op=log

--- End Message ---
--- Begin Message ---
Source: developers-reference
Source-Version: 3.4.10

We believe that the bug you reported is fixed in the latest version of
developers-reference, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 652044@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <taffit@debian.org> (supplier of updated developers-reference package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 16 May 2013 18:35:23 -0400
Source: developers-reference
Binary: developers-reference developers-reference-de developers-reference-fr developers-reference-ja
Architecture: source all
Version: 3.4.10
Distribution: unstable
Urgency: low
Maintainer: Developers Reference Maintainers <debian-policy@lists.debian.org>
Changed-By: David Prévot <taffit@debian.org>
Description: 
 developers-reference - guidelines and information for Debian developers
 developers-reference-de - guidelines and information for Debian developers, in German
 developers-reference-fr - guidelines and information for Debian developers, in French
 developers-reference-ja - guidelines and information for Debian developers, in Japanese
Closes: 652044 685039 685646 708290
Changes: 
 developers-reference (3.4.10) unstable; urgency=low
 .
   * Team upload.
 .
   [ Raphaël Hertzog ]
   * Add recommendations to re-introduce packages. Thanks to Paul Wise for the
     patch. Closes: #685039
   * Drop paragraph about vanilla debian/rules files which mainly points to a
     no-longer working link.
 .
   [ Hideki Yamane ]
   * Introduce epub support. Closes: #652044
 .
   [ Thijs Kinkhorst ]
   * Update versioning advice for uploads to stable/testing. Closes: #685646
   * Advise to use codename-security instead of stable-security.
     Closes: #708290
 .
   [ Translation updates ]
   * French by David Prévot.
   * Japanese by victory.
   * German by Chris Leick.
 .
   [ David Prévot ]
   * debian/control:
     - Update Standards-Version to 3.9.4 (no change required).
     - Use canonical URL for Vcs-Svn.
Checksums-Sha1: 
 aae9f21a6b4f50d29b82738c807a18345c3e2d7e 2266 developers-reference_3.4.10.dsc
 4f6a6586394a6f6be8b0c7c956a52bf681ab93bb 449312 developers-reference_3.4.10.tar.xz
 d4265ac72f05049c118e11a46686b54eefcbadbe 854202 developers-reference_3.4.10_all.deb
 1d2afba7fc6dc1fa9e983056217a0c019ef89a9b 953644 developers-reference-de_3.4.10_all.deb
 d793ed4ba18bdfe8b5af7eabaf263ec43acc9bd6 931110 developers-reference-fr_3.4.10_all.deb
 248b4127c3739381d254810daa1b41da9c043516 1395780 developers-reference-ja_3.4.10_all.deb
Checksums-Sha256: 
 7dd1fa6bc36773df0f9ef9226dbf7a7f882f7082c511bf0658753e8dd049e744 2266 developers-reference_3.4.10.dsc
 542f2b173feddc0655a723ecd8479a68d4572f67c678f17f5b1b4315ad1fa378 449312 developers-reference_3.4.10.tar.xz
 b1b22d04f4fcf0b6e548cab80fe3ef83d3af49b2788b76b6f2449ddf912fe92f 854202 developers-reference_3.4.10_all.deb
 5edc121ed7d1010c51c529382cf38853c5de3c7c9c38042fc3b660db7861edf8 953644 developers-reference-de_3.4.10_all.deb
 dac37b1cc8e6b582e425044efe4940d7dfd69e51e8b8c7fb0737629878ba96f3 931110 developers-reference-fr_3.4.10_all.deb
 06a5cf5aff04eaa7f63f4fa4b1b844bb8588462b261b0b321b88e2e6bd5eda57 1395780 developers-reference-ja_3.4.10_all.deb
Files: 
 a70deb0ed35fec064065f2cecc7778df 2266 doc optional developers-reference_3.4.10.dsc
 785c87f4c535310314ecd62681ab319d 449312 doc optional developers-reference_3.4.10.tar.xz
 febe4afa584f6f8d5a4750b9bcf71c77 854202 doc optional developers-reference_3.4.10_all.deb
 9937cbf8a94d44dd29697bf4fec54add 953644 doc optional developers-reference-de_3.4.10_all.deb
 05d227bfa4d85bc5ced849253adf914f 931110 doc optional developers-reference-fr_3.4.10_all.deb
 0de68d9c26035c475c5db86838971d57 1395780 doc optional developers-reference-ja_3.4.10_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRlWNcAAoJELgqIXr9/gnyGK0P/054pF/uMQpcc8iNCnc1rvaP
nxE7O9Q9NGAYYOwV9QnoKWohQmSAvpwXXuTHOESz+KvErmvf8Xaei8j2rbDJ9A94
CAJMkCMh8xsznK2VZwtA0kZwee1YaDPbetdq6YyN8MN3RmTXger5Qk6uNF5988CD
qDJoZmRN+E2nZn2EOQWGHJCFm5ZpSZoaVtsIloLmVOXwBs4OOd2YbmDWsp4ILV09
xfpAD66LdSZ3q9hp2O90/LywYtSRp/mEKdCMzRmkqmIyqbZVFbNwIgglxy5AEPgN
qgZVRgPy67YI5JkNNHxOdcw70vHQZeCqDwdZUjtvEHKwShd9dEfKdIYGr1Vr/jzc
NHpD6tdAn9/3l9YnWg/6bvjtFQeGV3LfDutU4gqMS0Cz3ivofKuP8Q8+VFEkgY1H
5BER2SW441nSyUA8PjCQ2HuN/D93WXCDcHqA56vwDdQRRJrConQKFYvt5EAy1Cm3
gWGEo3k4siPkyjg9Ou+MZtiALZm1FFkKZZE71MvUjkNGdlBFlfMr3dP0U8bT91gC
9CtfjvPcVCSIcwitS5eOzsSlVJsMbLZOGi6Y9odOI5x76aeGVgKzUx92vwwKAwf/
CK31ofbiw2ukz4WEZt80noXs/6fwiLZ9D/A118O3EFJnhv8o87bGeXHVQhKV0gmG
M45UlpGUQAH0oskbUaeo
=suG3
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: