r25866 - in /desktop/experimental/nautilus/debian: changelog control control.in

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Dec 11 14:56:34 UTC 2010


Author: sjoerd
Date: Sat Dec 11 14:56:27 2010
New Revision: 25866

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25866
Log:
debian/control.in: Add gobject-introspection to the build-depends

Modified:
    desktop/experimental/nautilus/debian/changelog
    desktop/experimental/nautilus/debian/control
    desktop/experimental/nautilus/debian/control.in

Modified: desktop/experimental/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/nautilus/debian/changelog?rev=25866&op=diff
==============================================================================
--- desktop/experimental/nautilus/debian/changelog [utf-8] (original)
+++ desktop/experimental/nautilus/debian/changelog [utf-8] Sat Dec 11 14:56:27 2010
@@ -26,8 +26,9 @@
     - Removed as we use dh_autoreconf now
   * debian/patches/90_relibtoolize.patch
     - Removed as we use dh_autoreconf now
-
- -- Sjoerd Simons <sjoerd at debian.org>  Sat, 11 Dec 2010 13:31:50 +0000
+  * debian/control.in: Add gobject-introspection to the build-depends
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 11 Dec 2010 14:55:31 +0000
 
 nautilus (2.30.1-2) unstable; urgency=low
 

Modified: desktop/experimental/nautilus/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/nautilus/debian/control?rev=25866&op=diff
==============================================================================
--- desktop/experimental/nautilus/debian/control [utf-8] (original)
+++ desktop/experimental/nautilus/debian/control [utf-8] Sat Dec 11 14:56:27 2010
@@ -10,7 +10,8 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5),
                dh-autoreconf,
-               autotools-dev,
+               gobject-introspection,
+               libtool,
                cdbs (>= 0.4.41),
                quilt,
                gnome-pkg-tools (>= 0.13),

Modified: desktop/experimental/nautilus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/nautilus/debian/control.in?rev=25866&op=diff
==============================================================================
--- desktop/experimental/nautilus/debian/control.in [utf-8] (original)
+++ desktop/experimental/nautilus/debian/control.in [utf-8] Sat Dec 11 14:56:27 2010
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
                dh-autoreconf,
-               autotools-dev,
+               gobject-introspection,
                cdbs (>= 0.4.41),
                quilt,
                gnome-pkg-tools (>= 0.13),




More information about the pkg-gnome-commits mailing list