r10122 - in /desktop/unstable/gucharmap/debian: changelog control
patches/01_docs-maintainer.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Wed Apr 18 14:06:03 UTC 2007
Author: slomo
Date: Wed Apr 18 14:06:02 2007
New Revision: 10122
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10122
Log:
* New patch, 01_docs-maintainer.patch, add maintainer role to publisher to
fix the build with new gnome-doc-utils. Patch from upstream SVN.
Added:
desktop/unstable/gucharmap/debian/patches/01_docs-maintainer.patch
Modified:
desktop/unstable/gucharmap/debian/changelog
desktop/unstable/gucharmap/debian/control
Modified: desktop/unstable/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/changelog?rev=10122&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog (original)
+++ desktop/unstable/gucharmap/debian/changelog Wed Apr 18 14:06:02 2007
@@ -1,8 +1,14 @@
-gucharmap (1:1.8.0-2) UNRELEASED; urgency=low
-
+gucharmap (1:1.8.0-2) unstable; urgency=low
+
+ [ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.
- -- Loic Minier <lool at dooz.org> Tue, 9 Jan 2007 14:33:01 +0100
+ [ Sebastian Dröge ]
+ * Upload to unstable.
+ * New patch, 01_docs-maintainer.patch, add maintainer role to publisher to
+ fix the build with new gnome-doc-utils. Patch from upstream SVN.
+
+ -- Sebastian Dröge <slomo at debian.org> Wed, 18 Apr 2007 15:46:30 +0200
gucharmap (1:1.8.0-1) experimental; urgency=low
Modified: desktop/unstable/gucharmap/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/control?rev=10122&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/control (original)
+++ desktop/unstable/gucharmap/debian/control Wed Apr 18 14:06:02 2007
@@ -2,13 +2,13 @@
Section: x11
Priority: optional
Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Akira TAGOH <tagoh at debian.org>, Andreas Rottmann <rotty at debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Ed Boraas <ed at debian.org>, Emil Soleyman-Zomalan <emil at nishra.com>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Joe Drew <drew at debian.org>, Johannes Rohr <jr.debian at rohr.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, OndÅej Surý <ondrej at debian.org>, Rob Bradford <rob at debianplanet.org>, Robert McQueen <robot101 at debian.org>, Ross Burton <ross at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Takuo KITAME <kitame at debian.org>
-Build-Depends: cdbs (>= 0.2.6), debhelper (>= 4.1.0), libgtk2.0-dev (>= 2.2.0), libgnomeui-dev (>= 2.2.0), libpopt-dev, gnome-pkg-tools, scrollkeeper, libxml-parser-perl, gnome-doc-utils (>= 0.3.2)
-Standards-Version: 3.6.2
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: cdbs (>= 0.2.6), debhelper (>= 4.1.0), libgtk2.0-dev (>= 2.2.0), libgnomeui-dev (>= 2.2.0), libpopt-dev, gnome-pkg-tools, scrollkeeper, libxml-parser-perl, gnome-doc-utils (>= 0.3.2), intltool (>= 0.3.5)
+Standards-Version: 3.7.2
Package: gucharmap
Architecture: any
-Depends: ${shlibs:Depends}, scrollkeeper, libgucharmap4 (= ${Source-Version}), libgtk2.0-bin
+Depends: ${shlibs:Depends}, scrollkeeper, libgucharmap5 (= ${Source-Version}), libgtk2.0-bin
Recommends: yelp
Conflicts: charmap
Replaces: gnome-utils
@@ -18,12 +18,12 @@
their detailed properties. It is an easy way to find the character
you might only know by its Unicode name or code point.
-Package: libgucharmap4-dev
+Package: libgucharmap5-dev
Section: libdevel
Architecture: any
-Depends: libgucharmap4 (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0)
-Replaces: libgucharmap0-dev (= 1:1.0.0-1), libgucharmap3-dev
-Conflicts: libgucharmap0-dev (= 1:1.0.0-1), libgucharmap3-dev
+Depends: libgucharmap5 (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0)
+Replaces: libgucharmap0-dev (= 1:1.0.0-1), libgucharmap3-dev, libgucharmap4-dev
+Conflicts: libgucharmap0-dev (= 1:1.0.0-1), libgucharmap3-dev, libgucharmap4-dev
Description: Unicode browser widget library (development headers)
The libgucharmap library contains a Unicode browser widget; it is
most prominently used by the "gucharmap" program. See the package of
@@ -31,7 +31,7 @@
.
This package contains the development headers.
-Package: libgucharmap4
+Package: libgucharmap5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Added: desktop/unstable/gucharmap/debian/patches/01_docs-maintainer.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/patches/01_docs-maintainer.patch?rev=10122&op=file
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/01_docs-maintainer.patch (added)
+++ desktop/unstable/gucharmap/debian/patches/01_docs-maintainer.patch Wed Apr 18 14:06:02 2007
@@ -1,0 +1,21 @@
+--- help/C/gucharmap.xml.old 2007-04-18 15:58:32.000000000 +0200
++++ help/C/gucharmap.xml 2007-04-18 15:59:08.000000000 +0200
+@@ -44,7 +44,7 @@
+ </copyright>
+ -->
+
+- <publisher>
++ <publisher role="maintainer">
+ <publishername>GNOME Documentation Project</publishername>
+ </publisher>
+
+@@ -92,6 +92,9 @@
+ </othercredit>
+ -->
+ </authorgroup>
++ <publisher role="maintainer">
++ <publishername>GNOME Documentation Project</publishername>
++ </publisher>
+
+
+ <revhistory>
More information about the pkg-gnome-commits
mailing list