diff --git a/debian/changelog b/debian/changelog index 3aaf5cbd18..1f8cffa6ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gtk+2.0 (2.12.10-3) UNRELEASED; urgency=low + + * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups + is transitioning to that new name. + + -- Emilio Pozuelo Monfort Fri, 13 Jun 2008 15:53:49 +0200 + gtk+2.0 (2.12.10-2) unstable; urgency=low * debian/patches/092_openoffice-menus.patch: diff --git a/debian/control b/debian/control index d20467996f..557a0e781b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gtk+2.0 Section: libs Priority: optional Maintainer: Sebastien Bacher -Uploaders: Debian GNOME Maintainers , Loic Minier , Sebastian Dröge , Josselin Mouette +Uploaders: Debian GNOME Maintainers , Loic Minier , Sebastian Dröge Build-Depends: debhelper (>= 5.0.22), gettext, pkg-config, @@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 5.0.22), dpkg-dev (>= 1.13.19), x11proto-xext-dev, libdirectfb-dev (>= 0.9.24), - libcupsys2-dev (>= 1.2), + cupsys2-dev (>= 1.2), quilt Build-Depends-Indep: gtk-doc-tools (>= 1.6), docbook-xml diff --git a/debian/control.in b/debian/control.in index 50914cb1c4..8ed16cc0e9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 5.0.22), dpkg-dev (>= 1.13.19), x11proto-xext-dev, libdirectfb-dev (>= 0.9.24), - libcupsys2-dev (>= 1.2), + cupsys2-dev (>= 1.2), quilt Build-Depends-Indep: gtk-doc-tools (>= 1.6), docbook-xml