r23991 - in /desktop/experimental/glib2.0/debian: changelog control control.in libglib2.0-0.symbols libglib2.0-dev.install rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Apr 24 04:22:53 UTC 2010


Author: slomo
Date: Sat Apr 24 04:22:46 2010
New Revision: 23991

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23991
Log:
* New upstream development release:
  + debian/rules,
    debian/libglib2.0-0.symbols:
    - Update for API additions.
  + debian/libglib2.0-dev.install:
    - gschema-compile was renamed to glib-compile-schemas.
  + debian/control.in,
    debian/rules:
    - Manpages are now properly shipped with the tarballs,
      drop xsltproc, etc. build dependencies.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    desktop/experimental/glib2.0/debian/control.in
    desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
    desktop/experimental/glib2.0/debian/libglib2.0-dev.install
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=23991&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Sat Apr 24 04:22:46 2010
@@ -1,3 +1,18 @@
+glib2.0 (2.25.3-1) experimental; urgency=low
+
+  * New upstream development release:
+    + debian/rules,
+      debian/libglib2.0-0.symbols:
+      - Update for API additions.
+    + debian/libglib2.0-dev.install:
+      - gschema-compile was renamed to glib-compile-schemas.
+    + debian/control.in,
+      debian/rules:
+      - Manpages are now properly shipped with the tarballs,
+        drop xsltproc, etc. build dependencies.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 24 Apr 2010 06:16:59 +0200
+
 glib2.0 (2.25.2-1) experimental; urgency=low
 
   * New upstream development release:

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=23991&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control [utf-8] Sat Apr 24 04:22:46 2010
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>> 5.0.22),
                pkg-config (>= 0.14.0),
                gettext,
@@ -17,11 +17,7 @@
                libselinux1-dev | not+linux-gnu,
                linux-libc-dev | not+linux-gnu,
                libgamin-dev | libfam-dev | linux-gnu,
-               zlib1g-dev,
-               xsltproc,
-               docbook-xsl,
-               docbook-xml,
-               libxml2-utils
+               zlib1g-dev
 Standards-Version: 3.8.4
 Homepage: http://www.gtk.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/

Modified: desktop/experimental/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control.in?rev=23991&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control.in [utf-8] Sat Apr 24 04:22:46 2010
@@ -17,11 +17,7 @@
                libselinux1-dev | not+linux-gnu,
                linux-libc-dev | not+linux-gnu,
                libgamin-dev | libfam-dev | linux-gnu,
-               zlib1g-dev,
-               xsltproc,
-               docbook-xsl,
-               docbook-xml,
-               libxml2-utils
+               zlib1g-dev
 Standards-Version: 3.8.4
 Homepage: http://www.gtk.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/

Modified: desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/libglib2.0-0.symbols?rev=23991&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] Sat Apr 24 04:22:46 2010
@@ -748,6 +748,7 @@
  g_socket_get_protocol at Base 2.22.0
  g_socket_get_remote_address at Base 2.22.0
  g_socket_get_socket_type at Base 2.22.0
+ g_socket_get_timeout at Base 2.25.3
  g_socket_get_type at Base 2.22.0
  g_socket_is_closed at Base 2.22.0
  g_socket_is_connected at Base 2.22.0
@@ -784,6 +785,7 @@
  g_socket_set_blocking at Base 2.22.0
  g_socket_set_keepalive at Base 2.22.0
  g_socket_set_listen_backlog at Base 2.22.0
+ g_socket_set_timeout at Base 2.25.3
  g_socket_shutdown at Base 2.22.0
  g_socket_speaks_ipv4 at Base 2.22.0
  g_socket_type_get_type at Base 2.22.0

Modified: desktop/experimental/glib2.0/debian/libglib2.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/libglib2.0-dev.install?rev=23991&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/libglib2.0-dev.install [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/libglib2.0-dev.install [utf-8] Sat Apr 24 04:22:46 2010
@@ -10,13 +10,13 @@
 debian/install/deb/usr/share/man/man1/glib-mkenums.1* usr/share/man/man1
 debian/install/deb/usr/share/man/man1/gobject-query.1* usr/share/man/man1
 debian/install/deb/usr/share/man/man1/glib-gettextize.1* usr/share/man/man1
-debian/install/deb/usr/share/man/man1/gschema-compile.1* usr/share/man/man1
+debian/install/deb/usr/share/man/man1/glib-compile-schemas.1* usr/share/man/man1
 debian/install/deb/usr/share/man/man1/gsettings-schema-convert.1* usr/share/man/man1
 debian/install/deb/usr/bin/glib-genmarshal usr/bin
 debian/install/deb/usr/bin/gobject-query usr/bin
 debian/install/deb/usr/bin/glib-mkenums usr/bin
 debian/install/deb/usr/bin/gtester-report usr/bin
 debian/install/deb/usr/bin/glib-gettextize usr/bin
-debian/install/deb/usr/bin/gschema-compile usr/bin
+debian/install/deb/usr/bin/glib-compile-schemas usr/bin
 debian/install/deb/usr/bin/gsettings-schema-convert usr/bin
 debian/install/deb/usr/bin/gtester usr/bin

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=23991&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Sat Apr 24 04:22:46 2010
@@ -43,7 +43,7 @@
 
 APIVER := 2.0
 SONAME := 0
-SHVER := 2.25.2
+SHVER := 2.25.3
 
 # package names
 SHARED_PKG := libglib$(APIVER)-$(SONAME)
@@ -87,8 +87,7 @@
 			--mandir=\$${prefix}/share/man \
 			--infodir=\$${prefix}/share/info \
 			--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG) \
-			--with-pcre=system \
-			--enable-man
+			--with-pcre=system
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
 else




More information about the pkg-gnome-commits mailing list