From schizo at debian.org Tue Jun 10 01:01:50 2008 From: schizo at debian.org (Clint Adams) Date: Mon, 09 Jun 2008 21:01:50 -0400 Subject: ./libogg r25: 1.1.3-4 Message-ID: ------------------------------------------------------------ revno: 25 committer: Clint Adams branch nick: libogg timestamp: Mon 2008-06-09 21:01:50 -0400 message: 1.1.3-4 added: debian/patches/doc_links.diff modified: debian/changelog debian/control debian/copyright debian/patches/external_rfc_links.diff debian/patches/series -------------- next part -------------- === modified file 'debian/changelog' --- a/debian/changelog 2007-12-27 12:23:35 +0000 +++ b/debian/changelog 2008-06-10 01:01:50 +0000 @@ -1,3 +1,12 @@ +libogg (1.1.3-4) unstable; urgency=low + + * Bump to Standards-Version 3.8.0. + * Refresh external_rfc_links.diff to -p ab. closes: #485255. + * Add doc_links.diff from Martin Pitt to fix HTML link to ogg/ subdir. + closes: #463164. + + -- Clint Adams Mon, 09 Jun 2008 20:38:54 -0400 + libogg (1.1.3-3) unstable; urgency=low * Use dpkg-gensymbols, generating symbol files from packages in === modified file 'debian/control' --- a/debian/control 2007-12-27 12:14:15 +0000 +++ b/debian/control 2008-06-10 01:01:50 +0000 @@ -2,9 +2,9 @@ Section: libs Priority: optional Maintainer: Debian Xiph.org Maintainers -Uploaders: Adeodato Sim? +Uploaders: Adeodato Sim? , Clint Adams Build-Depends: autotools-dev, debhelper, quilt -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Vcs-Bzr: http://bzr.debian.org/bzr/pkg-xiph/libogg Package: libogg0 === modified file 'debian/copyright' --- a/debian/copyright 2006-01-18 02:14:55 +0000 +++ b/debian/copyright 2008-06-10 01:01:50 +0000 @@ -5,7 +5,7 @@ URL: -Upstream Author(s): Christopher Montgomery +Upstream Author: Christopher Montgomery Copyright: Copyright (c) 2002-2004, Xiph.org Foundation === added file 'debian/patches/doc_links.diff' --- a/debian/patches/doc_links.diff 1970-01-01 00:00:00 +0000 +++ b/debian/patches/doc_links.diff 2008-06-10 01:01:50 +0000 @@ -0,0 +1,11 @@ +--- a/doc/index.html ++++ b/doc/index.html +@@ -75,7 +75,7 @@ +

Ogg programming documentation

+ + + +

Ogg bitsream documentation

=== modified file 'debian/patches/external_rfc_links.diff' --- a/debian/patches/external_rfc_links.diff 2006-01-18 03:08:30 +0000 +++ b/debian/patches/external_rfc_links.diff 2008-06-10 01:01:50 +0000 @@ -1,5 +1,5 @@ ---- doc/Makefile.am.orig -+++ doc/Makefile.am +--- a/doc/Makefile.am ++++ b/doc/Makefile.am @@ -5,7 +5,6 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) @@ -9,8 +9,8 @@ + stream.png vorbisword2.png white-ogg.png white-xifish.png EXTRA_DIST = $(doc_DATA) ---- doc/Makefile.in.orig -+++ doc/Makefile.in +--- a/doc/Makefile.in ++++ b/doc/Makefile.in @@ -180,8 +180,7 @@ SUBDIRS = libogg docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) @@ -21,8 +21,8 @@ EXTRA_DIST = $(doc_DATA) all: all-recursive ---- doc/index.html.orig -+++ doc/index.html +--- a/doc/index.html ++++ b/doc/index.html @@ -89,8 +89,8 @@

RFC documentation

=== modified file 'debian/patches/series' --- a/debian/patches/series 2006-01-18 03:08:30 +0000 +++ b/debian/patches/series 2008-06-10 01:01:50 +0000 @@ -1,1 +1,2 @@ -external_rfc_links.diff -p0 +external_rfc_links.diff +doc_links.diff