Update build-depends and prepare for upload
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
26
debian/control
vendored
@ -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
6
debian/control.in
vendored
@ -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),
|
||||
|
Reference in New Issue
Block a user