r26793 - in /desktop/experimental/libgweather: ./ debian/

fpeters at users.alioth.debian.org fpeters at users.alioth.debian.org
Mon Mar 7 08:19:49 UTC 2011


Author: fpeters
Date: Mon Mar  7 08:19:43 2011
New Revision: 26793

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26793
Log:
Preparing a libgweather 2.91 package

Added:
    desktop/experimental/libgweather/
      - copied from r26792, desktop/unstable/libgweather/
    desktop/experimental/libgweather/debian/gir1.2-gweather-3.0.install
    desktop/experimental/libgweather/debian/libgweather-3-0.install
    desktop/experimental/libgweather/debian/libgweather-3-dev.install
Removed:
    desktop/experimental/libgweather/debian/libgweather-dev.install
    desktop/experimental/libgweather/debian/libgweather1.install
    desktop/experimental/libgweather/debian/python-gweather.install
Modified:
    desktop/experimental/libgweather/debian/changelog
    desktop/experimental/libgweather/debian/control
    desktop/experimental/libgweather/debian/control.in
    desktop/experimental/libgweather/debian/rules

Modified: desktop/experimental/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/changelog?rev=26793&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/changelog [utf-8] (original)
+++ desktop/experimental/libgweather/debian/changelog [utf-8] Mon Mar  7 08:19:43 2011
@@ -1,3 +1,12 @@
+libgweather (2.91.6-1) UNRELEASED; urgency=low
+
+  * New upstream development release.
+  * debian/control.in:
+    * Update package names and build dependencies for GTK+ 3
+    * Add a package for GObject introspection data
+
+ -- Frederic Peters <fpeters at debian.org>  Mon, 07 Mar 2011 08:42:56 +0100
+
 libgweather (2.30.3-1) unstable; urgency=low
 
   * New upstream stable release (translation updates only).

Modified: desktop/experimental/libgweather/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/control?rev=26793&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/control [utf-8] (original)
+++ desktop/experimental/libgweather/debian/control [utf-8] Mon Mar  7 08:19:43 2011
@@ -7,37 +7,37 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Frederic Peters <fpeters at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                autotools-dev,
                cdbs (>= 0.4.73),
                gnome-pkg-tools,
                libxml2-dev (>= 2.6.0),
                libglib2.0-dev (>= 2.13.0),
-               libgtk2.0-dev (>= 2.11.0),
+               libgtk-3-dev (>= 3.0.0),
                libsoup-gnome2.4-dev (>= 2.25.1),
                libgconf2-dev (>= 2.8.0),
                gconf2,
                intltool (>= 0.40.3),
                pkg-config (>= 0.19),
                libxml2-utils,
-               python-support,
-               python-all-dev,
-               python-gobject-dev,
-               python-gtk2-dev,
                libglib2.0-doc,
-               libgtk2.0-doc
+               libgtk-3-doc,
+               libgirepository1.0-dev (>= 0.9.5),
+               gobject-introspection (>= 0.9.12-4~),
+               gir1.2-glib-2.0,
+               gir1.2-gtk-3.0,
 Standards-Version: 3.9.1
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgweather/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/libgweather/
 
-Package: libgweather-dev
+Package: libgweather-3-dev
 Section: libdevel
 Architecture: any
-Depends: libgweather1 (= ${binary:Version}),
+Depends: libgweather-3-0 (= ${binary:Version}),
          libxml2-dev (>= 2.6.0),
          libglib2.0-dev (>= 2.13.0),
-         libgtk2.0-dev (>= 2.11.0),
+         libgtk-3-dev (>= 3.0.0),
          libsoup-gnome2.4-dev (>= 2.25.1),
          libgconf2-dev (>= 2.8.0),
          ${misc:Depends}
@@ -48,12 +48,11 @@
  .
  This package contains the include files and static library.
 
-Package: libgweather1
+Package: libgweather-3-0
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgweather-common (>= 2.24.0)
-Replaces: gnome-applets (<< 2.21.3)
 Description: GWeather shared library
  libgweather is a library to access weather information from online
  services for numerous locations.
@@ -64,7 +63,6 @@
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Replaces: gnome-applets-data (<< 2.21.3)
 Conflicts: libgweather1 (<< 2.22.2-2)
 Description: GWeather common files
  libgweather is a library to access weather information from online
@@ -72,14 +70,18 @@
  .
  This package contains the weather locations.
 
-Package: python-gweather
+Package: gir1.2-gweather-3.0
+Section: libs
 Architecture: any
-Section: python
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends}
-Description: Python bindings for GWeather
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the GWeather library
  libgweather is a library to access weather information from online
  services for numerous locations.
  .
- This package contains the Python bindings.
+ This package contains introspection data for the libsoup HTTP library.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
+

Modified: desktop/experimental/libgweather/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/control.in?rev=26793&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/control.in [utf-8] (original)
+++ desktop/experimental/libgweather/debian/control.in [utf-8] Mon Mar  7 08:19:43 2011
@@ -9,30 +9,30 @@
                gnome-pkg-tools,
                libxml2-dev (>= 2.6.0),
                libglib2.0-dev (>= 2.13.0),
-               libgtk2.0-dev (>= 2.11.0),
+               libgtk-3-dev (>= 3.0.0),
                libsoup-gnome2.4-dev (>= 2.25.1),
                libgconf2-dev (>= 2.8.0),
                gconf2,
                intltool (>= 0.40.3),
                pkg-config (>= 0.19),
                libxml2-utils,
-               python-support,
-               python-all-dev,
-               python-gobject-dev,
-               python-gtk2-dev,
                libglib2.0-doc,
-               libgtk2.0-doc
+               libgtk-3-doc,
+               libgirepository1.0-dev (>= 0.9.5),
+               gobject-introspection (>= 0.9.12-4~),
+               gir1.2-glib-2.0,
+               gir1.2-gtk-3.0,
 Standards-Version: 3.9.1
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgweather/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/libgweather/
 
-Package: libgweather-dev
+Package: libgweather-3-dev
 Section: libdevel
 Architecture: any
-Depends: libgweather1 (= ${binary:Version}),
+Depends: libgweather-3-0 (= ${binary:Version}),
          libxml2-dev (>= 2.6.0),
          libglib2.0-dev (>= 2.13.0),
-         libgtk2.0-dev (>= 2.11.0),
+         libgtk-3-dev (>= 3.0.0),
          libsoup-gnome2.4-dev (>= 2.25.1),
          libgconf2-dev (>= 2.8.0),
          ${misc:Depends}
@@ -43,12 +43,11 @@
  .
  This package contains the include files and static library.
 
-Package: libgweather1
+Package: libgweather-3-0
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgweather-common (>= 2.24.0)
-Replaces: gnome-applets (<< 2.21.3)
 Description: GWeather shared library
  libgweather is a library to access weather information from online
  services for numerous locations.
@@ -59,7 +58,6 @@
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Replaces: gnome-applets-data (<< 2.21.3)
 Conflicts: libgweather1 (<< 2.22.2-2)
 Description: GWeather common files
  libgweather is a library to access weather information from online
@@ -67,14 +65,18 @@
  .
  This package contains the weather locations.
 
-Package: python-gweather
+Package: gir1.2-gweather-3.0
+Section: libs
 Architecture: any
-Section: python
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends}
-Description: Python bindings for GWeather
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the GWeather library
  libgweather is a library to access weather information from online
  services for numerous locations.
  .
- This package contains the Python bindings.
+ This package contains introspection data for the libsoup HTTP library.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
+

Added: desktop/experimental/libgweather/debian/gir1.2-gweather-3.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/gir1.2-gweather-3.0.install?rev=26793&op=file
==============================================================================
--- desktop/experimental/libgweather/debian/gir1.2-gweather-3.0.install (added)
+++ desktop/experimental/libgweather/debian/gir1.2-gweather-3.0.install [utf-8] Mon Mar  7 08:19:43 2011
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/girepository-1.0/

Added: desktop/experimental/libgweather/debian/libgweather-3-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/libgweather-3-0.install?rev=26793&op=file
==============================================================================
--- desktop/experimental/libgweather/debian/libgweather-3-0.install (added)
+++ desktop/experimental/libgweather/debian/libgweather-3-0.install [utf-8] Mon Mar  7 08:19:43 2011
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libgweather-3.so.*

Added: desktop/experimental/libgweather/debian/libgweather-3-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/libgweather-3-dev.install?rev=26793&op=file
==============================================================================
--- desktop/experimental/libgweather/debian/libgweather-3-dev.install (added)
+++ desktop/experimental/libgweather/debian/libgweather-3-dev.install [utf-8] Mon Mar  7 08:19:43 2011
@@ -1,0 +1,6 @@
+debian/tmp/usr/include/libgweather-3.0/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/share/gtk-doc
+debian/tmp/usr/share/gir-1.0/GWeather-3.0.gir

Modified: desktop/experimental/libgweather/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/rules?rev=26793&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/rules [utf-8] (original)
+++ desktop/experimental/libgweather/debian/rules [utf-8] Mon Mar  7 08:19:43 2011
@@ -1,17 +1,15 @@
 #!/usr/bin/make -f
 
 DEB_BUILDDIR = debian/build
-DEB_PYTHON_SYSTEM = pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_DH_MAKESHLIBS_ARGS_libgweather1 := -V 'libgweather1 (>= 2.30.0)'
+DEB_DH_MAKESHLIBS_ARGS_libgweather1 := -V 'libgweather-3-0 (>= 2.91.0)'
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression --enable-python
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression




More information about the pkg-gnome-commits mailing list