Update build-depends and prepare for upload

This commit is contained in:
Sjoerd Simons
2010-11-27 17:03:14 +00:00
parent 980e8dc410
commit 2d3198c279
3 changed files with 33 additions and 7 deletions

8
debian/changelog vendored
View File

@ -1,4 +1,4 @@
gtk+3.0 (2.91.4-2) UNRELEASED; urgency=low
gtk+3.0 (2.91.4-2) experimental; urgency=low
[ Laurent Bigonville ]
* debian/watch: Bump version to 3
@ -10,7 +10,11 @@ gtk+3.0 (2.91.4-2) UNRELEASED; urgency=low
* debian/patches/070_mandatory-relibtoolize.patch:
+ Updated.
-- Laurent Bigonville <bigon@debian.org> Sun, 21 Nov 2010 22:14:03 +0100
[ Sjoerd Simons ]
* Update build-depends to properly depend on -dev packages with .gir
* Target experimental
-- Sjoerd Simons <sjoerd@debian.org> Sat, 27 Nov 2010 17:01:51 +0000
gtk+3.0 (2.91.4-1) experimental; urgency=low

26
debian/control vendored
View File

@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
libglib2.0-dev (>= 2.27.3),
libgdk-pixbuf2.0-dev (>= 2.21.0),
libpango1.0-dev (>= 1.20),
libatk1.0-dev (>= 1.29.2),
libpango1.0-dev (>= 1.28.3-2),
libatk1.0-dev (>= 1.32.0),
libx11-dev (>= 2:1.3.3-2),
libxext-dev (>= 2:1.1.1-3),
libxi-dev (>= 2:1.3-4),
@ -30,6 +30,13 @@ Build-Depends: debhelper (>= 7.0.50~),
dpkg-dev (>= 1.13.19),
x11proto-xext-dev,
libcups2-dev (>= 1.2),
gobject-introspection (>= 0.9.3),
libgirepository1.0-dev (>= 0.9.3),
gir1.0-glib-2.0,
gir1.0-freedesktop,
gir1.0-atk-1.0,
gir1.0-pango-1.0,
gir1.0-gdkpixbuf-2.0,
quilt,
gawk,
xsltproc,
@ -212,6 +219,21 @@ Description: Pixbuf-based theme for GTK+ 3.x
.
This package contains the pixbuf theme engine.
Package: gir1.0-gtk-3.0
Architecture: any
Depends: libgtk3.0-common,
${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Description: The GTK+ graphical user interface library -- gir bindings
The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: libgail3.0-0
Architecture: any
Depends: ${misc:Depends},

6
debian/control.in vendored
View File

@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 7.0.50~),
pkg-config,
autotools-dev,
libglib2.0-dev (>= 2.27.3),
libgdk-pixbuf2.0-dev (>= 2.21.0),
libpango1.0-dev (>= 1.20),
libatk1.0-dev (>= 1.29.2),
libgdk-pixbuf2.0-dev (>= 2.22.1),
libpango1.0-dev (>= 1.28.3-2),
libatk1.0-dev (>= 1.32.0),
libx11-dev (>= 2:1.3.3-2),
libxext-dev (>= 2:1.1.1-3),
libxi-dev (>= 2:1.3-4),