Author: aurel32 Date: 2007-11-27 00:17:43 +0000 (Tue, 27 Nov 2007) New Revision: 2708
Modified: glibc-doc-reference/trunk/debian/changelog glibc-doc-reference/trunk/debian/control glibc-doc-reference/trunk/debian/glibc-doc-reference.install glibc-doc-reference/trunk/debian/rules Log: * Also build the PDF manual. Modified: glibc-doc-reference/trunk/debian/changelog =================================================================== --- glibc-doc-reference/trunk/debian/changelog 2007-11-27 00:05:44 UTC (rev 2707) +++ glibc-doc-reference/trunk/debian/changelog 2007-11-27 00:17:43 UTC (rev 2708) @@ -1,8 +1,10 @@ glibc-doc-reference (2.7-1) unstable; urgency=low - * New upstream version. + * New upstream version. + * Update texinfo.tex (closes: bug#452256). + * Also build the PDF manual. - -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 27 Nov 2007 01:05:16 +0100 + -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 27 Nov 2007 01:16:50 +0100 glibc-doc-reference (2.6.1-1) unstable; urgency=low Modified: glibc-doc-reference/trunk/debian/control =================================================================== --- glibc-doc-reference/trunk/debian/control 2007-11-27 00:05:44 UTC (rev 2707) +++ glibc-doc-reference/trunk/debian/control 2007-11-27 00:17:43 UTC (rev 2708) @@ -2,7 +2,7 @@ Section: non-free/doc Priority: optional Build-Depends: debhelper (>= 4.0.0) -Build-Depends-Indep: texinfo, texi2html, gawk +Build-Depends-Indep: texinfo, texi2html, gawk, texlive-base-bin Maintainer: GNU Libc Maintainers <[email protected]> Uploaders: Ben Collins <[EMAIL PROTECTED]>, GOTO Masanori <[EMAIL PROTECTED]>, Philip Blundell <[EMAIL PROTECTED]>, Jeff Bailey <[EMAIL PROTECTED]>, Daniel Jacobowitz <[EMAIL PROTECTED]>, Clint Adams <[EMAIL PROTECTED]>, Aurelien Jarno <[EMAIL PROTECTED]> Standards-Version: 3.7.2 @@ -13,4 +13,4 @@ Priority: optional Conflicts: glibc-doc (<< 2.4) Description: GNU C Library: Documentation - Contains The GNU C Library Reference manual in info and html format. + Contains The GNU C Library Reference manual in info, pdf and html format. Modified: glibc-doc-reference/trunk/debian/glibc-doc-reference.install =================================================================== --- glibc-doc-reference/trunk/debian/glibc-doc-reference.install 2007-11-27 00:05:44 UTC (rev 2707) +++ glibc-doc-reference/trunk/debian/glibc-doc-reference.install 2007-11-27 00:17:43 UTC (rev 2708) @@ -1 +1,2 @@ manual/libc/*.html usr/share/doc/glibc-doc-reference/html +manual/libc.pdf usr/share/doc/glibc-doc-reference Modified: glibc-doc-reference/trunk/debian/rules =================================================================== --- glibc-doc-reference/trunk/debian/rules 2007-11-27 00:05:44 UTC (rev 2707) +++ glibc-doc-reference/trunk/debian/rules 2007-11-27 00:17:43 UTC (rev 2708) @@ -11,7 +11,7 @@ chmod a+x manual/move-if-change # libm-err.texi cannot be generated outside of glibc sources cd manual && touch stamp-libm-err - $(MAKE) -C manual info html + $(MAKE) -C manual info html pdf touch $@ clean: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

