r20374 - /packages/unstable/libchamplain/debian/

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Jun 16 14:22:08 UTC 2009


Author: bigon
Date: Tue Jun 16 14:22:06 2009
New Revision: 20374

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20374
Log:
* New upstream release
  - Bump soname and adjust .symbols files of booth libraries
* debian/control:
  - Add ${misc:Depends} to libchamplain-gtk-doc to please lintian
  - Build depend against libsoup-gnome2.4-dev instead of libsoup-2.4-dev
  - Add myself as an Uploaders
  - Remove duplicate section field for libchamplain-0.3-1
    and libchamplain-gtk-0.3-1 to please lintian
  - Versionize libclutter-0.8-dev build-dep
* debian/watch: Fix URL
* debian/copyright: Cleanup copyright file

Added:
    packages/unstable/libchamplain/debian/libchamplain-0.3-1.install   (props changed)
      - copied unchanged from r20371, packages/unstable/libchamplain/debian/libchamplain-0.3-0.install
    packages/unstable/libchamplain/debian/libchamplain-0.3-1.symbols   (contents, props changed)
      - copied, changed from r20371, packages/unstable/libchamplain/debian/libchamplain-0.3-0.symbols
    packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.install   (props changed)
      - copied unchanged from r20371, packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-0.install
    packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.symbols   (contents, props changed)
      - copied, changed from r20371, packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-0.symbols
Removed:
    packages/unstable/libchamplain/debian/libchamplain-0.3-0.install
    packages/unstable/libchamplain/debian/libchamplain-0.3-0.symbols
    packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-0.install
    packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-0.symbols
Modified:
    packages/unstable/libchamplain/debian/changelog
    packages/unstable/libchamplain/debian/control
    packages/unstable/libchamplain/debian/control.in
    packages/unstable/libchamplain/debian/copyright
    packages/unstable/libchamplain/debian/watch

Modified: packages/unstable/libchamplain/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/changelog?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/changelog (original)
+++ packages/unstable/libchamplain/debian/changelog Tue Jun 16 14:22:06 2009
@@ -1,3 +1,19 @@
+libchamplain (0.3.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - Bump soname and adjust .symbols files of booth libraries
+  * debian/control:
+    - Add ${misc:Depends} to libchamplain-gtk-doc to please lintian
+    - Build depend against libsoup-gnome2.4-dev instead of libsoup-2.4-dev
+    - Add myself as an Uploaders
+    - Remove duplicate section field for libchamplain-0.3-1
+      and libchamplain-gtk-0.3-1 to please lintian
+    - Versionize libclutter-0.8-dev build-dep
+  * debian/watch: Fix URL
+  * debian/copyright: Cleanup copyright file
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 16 Jun 2009 16:20:47 +0200
+
 libchamplain (0.3.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #529853)

Modified: packages/unstable/libchamplain/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control (original)
+++ packages/unstable/libchamplain/debian/control Tue Jun 16 14:22:06 2009
@@ -2,24 +2,24 @@
 Section: libs
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>,
+           Laurent Bigonville <bigon at debian.org>
 Build-Depends: debhelper (>= 7),
                cdbs,
                gnome-pkg-tools,
                gtk-doc-tools,
                libgtk2.0-dev (>= 2.12),
                libglib2.0-dev (>= 2.16),
-               libsoup2.4-dev,
-               libclutter-0.8-dev,
+               libsoup-gnome2.4-dev,
+               libclutter-0.8-dev (>= 0.8.4),
                libclutter-cairo-0.8-dev,
                libclutter-gtk-0.8-dev,
                libsqlite3-dev
 Standards-Version: 3.8.1
 Homepage: http://projects.gnome.org/libchamplain/
 
-Package: libchamplain-0.3-0
+Package: libchamplain-0.3-1
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: C library providing ClutterActor to display maps
@@ -48,7 +48,7 @@
 Package: libchamplain-0.3-dev
 Section: libdevel
 Architecture: any
-Depends: libchamplain-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-0.3-1 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libchamplain-doc
 Description: C library providing ClutterActor to display maps
@@ -65,7 +65,7 @@
 Architecture: any
 Priority: extra
 Section: debug
-Depends: libchamplain-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-0.3-1 (= ${binary:Version}),
          ${misc:Depends}
 Description: A ClutterActor to display maps
  A C library aimed to provide a ClutterActor
@@ -73,9 +73,8 @@
  .
  This package contains debugging symbols for libchamplain
 
-Package: libchamplain-gtk-0.3-0
+Package: libchamplain-gtk-0.3-1
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: A Gtk+ widget to display maps
@@ -85,7 +84,7 @@
 Package: libchamplain-gtk-0.3-dev
 Architecture: any
 Section: libdevel
-Depends: libchamplain-gtk-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-gtk-0.3-1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: A Gtk+ widget to display maps
@@ -97,6 +96,7 @@
 Package: libchamplain-gtk-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Description: A Gtk+ widget to display maps
  A C library aimed to provide a Gtk+ widget
  to display rasterized maps and markers.
@@ -107,7 +107,7 @@
 Architecture: any
 Priority: extra
 Section: debug
-Depends: libchamplain-gtk-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-gtk-0.3-1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: A Gtk+ widget to display maps

Modified: packages/unstable/libchamplain/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control.in?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control.in (original)
+++ packages/unstable/libchamplain/debian/control.in Tue Jun 16 14:22:06 2009
@@ -2,24 +2,24 @@
 Section: libs
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
-Uploaders: @GNOME_TEAM@
+Uploaders: @GNOME_TEAM@,
+           Laurent Bigonville <bigon at debian.org>
 Build-Depends: debhelper (>= 7),
                cdbs,
                gnome-pkg-tools,
                gtk-doc-tools,
                libgtk2.0-dev (>= 2.12),
                libglib2.0-dev (>= 2.16),
-               libsoup2.4-dev,
-               libclutter-0.8-dev,
+               libsoup-gnome2.4-dev,
+               libclutter-0.8-dev (>= 0.8.4),
                libclutter-cairo-0.8-dev,
                libclutter-gtk-0.8-dev,
                libsqlite3-dev
 Standards-Version: 3.8.1
 Homepage: http://projects.gnome.org/libchamplain/
 
-Package: libchamplain-0.3-0
+Package: libchamplain-0.3-1
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: C library providing ClutterActor to display maps
@@ -48,7 +48,7 @@
 Package: libchamplain-0.3-dev
 Section: libdevel
 Architecture: any
-Depends: libchamplain-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-0.3-1 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libchamplain-doc
 Description: C library providing ClutterActor to display maps
@@ -65,7 +65,7 @@
 Architecture: any
 Priority: extra
 Section: debug
-Depends: libchamplain-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-0.3-1 (= ${binary:Version}),
          ${misc:Depends}
 Description: A ClutterActor to display maps
  A C library aimed to provide a ClutterActor
@@ -73,9 +73,8 @@
  .
  This package contains debugging symbols for libchamplain
 
-Package: libchamplain-gtk-0.3-0
+Package: libchamplain-gtk-0.3-1
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: A Gtk+ widget to display maps
@@ -85,7 +84,7 @@
 Package: libchamplain-gtk-0.3-dev
 Architecture: any
 Section: libdevel
-Depends: libchamplain-gtk-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-gtk-0.3-1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: A Gtk+ widget to display maps
@@ -97,6 +96,7 @@
 Package: libchamplain-gtk-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Description: A Gtk+ widget to display maps
  A C library aimed to provide a Gtk+ widget
  to display rasterized maps and markers.
@@ -107,7 +107,7 @@
 Architecture: any
 Priority: extra
 Section: debug
-Depends: libchamplain-gtk-0.3-0 (= ${binary:Version}),
+Depends: libchamplain-gtk-0.3-1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: A Gtk+ widget to display maps

Modified: packages/unstable/libchamplain/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/copyright?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/copyright (original)
+++ packages/unstable/libchamplain/debian/copyright Tue Jun 16 14:22:06 2009
@@ -9,24 +9,24 @@
 
 Files: *
 Copyright:
-    Copyright (C) 2008, 2009 Pierre-Luc Beaudoin
+    Copyright © 2008, 2009 Pierre-Luc Beaudoin
 License: LGPL-2.1+
  On Debian systems, the complete text of the LGPL-2.1 can be found in
  /usr/share/common-licenses/LGPL-2.1.
 
 Files: tidy/*
 Copyright:
-  Copyright (C) 2007, 2008 OpenedHand
+  Copyright © 2007, 2008 OpenedHand
 License: LGPL-2+
  On Debian systems, the complete text of the LGPL 2 can be found in
  /usr/share/common-licenses/LGPL-2.
 
 Files: docs/reference/html/*
 Copyright:
-    Copyright (C) 2008, 2009 Pierre-Luc Beaudoin
+    Copyright © 2008, 2009 Pierre-Luc Beaudoin
 License: GFDL-1.1+ 
  Permission is granted to copy, distribute and/or modify this document under
- the terms of the <em class="citetitle">GNU Free Documentation License</em>,
+ the terms of the GNU Free Documentation License,
  Version 1.1 or any later version published by the Free Software Foundation
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 
@@ -35,5 +35,5 @@
 
  These files contain no unmodifiable sections.
 
-The Debian packaging is (C) 2008, Laurent Bigonville <bigon at bigon.be> and
+The Debian packaging is © 2008, Laurent Bigonville <bigon at bigon.be> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Propchange: packages/unstable/libchamplain/debian/libchamplain-0.3-1.install
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: packages/unstable/libchamplain/debian/libchamplain-0.3-1.symbols (from r20371, packages/unstable/libchamplain/debian/libchamplain-0.3-0.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/libchamplain-0.3-1.symbols?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/libchamplain-0.3-0.symbols (original)
+++ packages/unstable/libchamplain/debian/libchamplain-0.3-1.symbols Tue Jun 16 14:22:06 2009
@@ -1,7 +1,8 @@
-libchamplain-0.3.so.0 libchamplain-0.3-0 #MINVER#
+libchamplain-0.3.so.1 libchamplain-0.3-1 #MINVER#
  champlain_base_marker_get_type at Base 0.3.0
  champlain_base_marker_new at Base 0.3.0
  champlain_base_marker_set_position at Base 0.3.0
+ champlain_cache_dup_default at Base 0.3.3
  champlain_cache_fill_tile at Base 0.3.0
  champlain_cache_get_default at Base 0.3.0
  champlain_cache_get_size_limit at Base 0.3.0
@@ -17,7 +18,13 @@
  champlain_layer_get_type at Base 0.3.0
  champlain_layer_new at Base 0.3.0
  champlain_map_projection_get_type at Base 0.3.0
+ champlain_map_source_desc_copy at Base 0.3.3
+ champlain_map_source_desc_free at Base 0.3.3
+ champlain_map_source_desc_get_type at Base 0.3.3
+ champlain_map_source_desc_new at Base 0.3.3
  champlain_map_source_factory_create at Base 0.3.0
+ champlain_map_source_factory_dup_default at Base 0.3.3
+ champlain_map_source_factory_dup_list at Base 0.3.3
  champlain_map_source_factory_get_default at Base 0.3.0
  champlain_map_source_factory_get_list at Base 0.3.0
  champlain_map_source_factory_get_type at Base 0.3.0
@@ -80,6 +87,28 @@
  champlain_network_map_source_get_type at Base 0.3.0
  champlain_network_map_source_new_full at Base 0.3.0
  champlain_network_map_source_set_uri_format at Base 0.3.0
+ champlain_point_copy at Base 0.3.3
+ champlain_point_free at Base 0.3.3
+ champlain_point_get_type at Base 0.3.3
+ champlain_point_new at Base 0.3.3
+ champlain_polygon_append_point at Base 0.3.3
+ champlain_polygon_clear_points at Base 0.3.3
+ champlain_polygon_get_fill at Base 0.3.3
+ champlain_polygon_get_fill_color at Base 0.3.3
+ champlain_polygon_get_points at Base 0.3.3
+ champlain_polygon_get_stroke at Base 0.3.3
+ champlain_polygon_get_stroke_color at Base 0.3.3
+ champlain_polygon_get_stroke_width at Base 0.3.3
+ champlain_polygon_get_type at Base 0.3.3
+ champlain_polygon_hide at Base 0.3.3
+ champlain_polygon_insert_point at Base 0.3.3
+ champlain_polygon_new at Base 0.3.3
+ champlain_polygon_set_fill at Base 0.3.3
+ champlain_polygon_set_fill_color at Base 0.3.3
+ champlain_polygon_set_stroke at Base 0.3.3
+ champlain_polygon_set_stroke_color at Base 0.3.3
+ champlain_polygon_set_stroke_width at Base 0.3.3
+ champlain_polygon_show at Base 0.3.3
  champlain_scroll_mode_get_type at Base 0.3.0
  champlain_state_get_type at Base 0.3.0
  champlain_tile_get_actor at Base 0.3.0
@@ -108,14 +137,25 @@
  champlain_tile_set_y at Base 0.3.0
  champlain_tile_set_zoom_level at Base 0.3.0
  champlain_view_add_layer at Base 0.3.0
+ champlain_view_add_polygon at Base 0.3.3
  champlain_view_center_on at Base 0.3.0
  champlain_view_ensure_markers_visible at Base 0.3.0
  champlain_view_ensure_visible at Base 0.3.0
  champlain_view_get_coords_at at Base 0.3.0
  champlain_view_get_coords_from_event at Base 0.3.0
+ champlain_view_get_decel_rate at Base 0.3.3
+ champlain_view_get_keep_center_on_resize at Base 0.3.3
+ champlain_view_get_map_source at Base 0.3.3
+ champlain_view_get_max_zoom_level at Base 0.3.3
+ champlain_view_get_min_zoom_level at Base 0.3.3
+ champlain_view_get_scroll_mode at Base 0.3.3
+ champlain_view_get_show_license at Base 0.3.3
  champlain_view_get_type at Base 0.3.0
+ champlain_view_get_zoom_level at Base 0.3.3
+ champlain_view_get_zoom_on_double_click at Base 0.3.3
  champlain_view_go_to at Base 0.3.0
  champlain_view_new at Base 0.3.0
+ champlain_view_remove_polygon at Base 0.3.3
  champlain_view_set_decel_rate at Base 0.3.0
  champlain_view_set_keep_center_on_resize at Base 0.3.0
  champlain_view_set_map_source at Base 0.3.0

Propchange: packages/unstable/libchamplain/debian/libchamplain-0.3-1.symbols
------------------------------------------------------------------------------
    svn:mergeinfo = 

Propchange: packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.install
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.symbols (from r20371, packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-0.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.symbols?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-0.symbols (original)
+++ packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.symbols Tue Jun 16 14:22:06 2009
@@ -1,4 +1,5 @@
-libchamplain-gtk-0.3.so.0 libchamplain-gtk-0.3-0 #MINVER#
- champlain_view_embed_get_type at Base 0.3.0
- champlain_view_embed_get_view at Base 0.3.0
- champlain_view_embed_new at Base 0.3.0
+libchamplain-gtk-0.3.so.1 libchamplain-gtk-0.3-1 #MINVER#
+ gtk_champlain_embed_get_type at Base 0.3.3
+ gtk_champlain_embed_get_view at Base 0.3.3
+ gtk_champlain_embed_new at Base 0.3.3
+ set_view at Base 0.3.3

Propchange: packages/unstable/libchamplain/debian/libchamplain-gtk-0.3-1.symbols
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: packages/unstable/libchamplain/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/watch?rev=20374&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/watch (original)
+++ packages/unstable/libchamplain/debian/watch Tue Jun 16 14:22:06 2009
@@ -1,2 +1,2 @@
 version=3
-http://projects.gnome.org/libchamplain/download.html http://libchamplain.pierlux.com/release/[\d\.]+/libchamplain-([\d\.]+)\.tar\.gz
+http://ftp.gnome.org/pub/GNOME/sources/libchamplain/([\d\.]+)/libchamplain-([\d\.]+)\.tar\.gz




More information about the pkg-gnome-commits mailing list