r26903 - in /packages/unstable/libchamplain-0.8/debian: changelog control control.in libchamplain-doc.doc-base libchamplain-doc.install libchamplain-gtk-doc.doc-base libchamplain-gtk-doc.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Mar 16 00:29:47 UTC 2011


Author: bigon
Date: Wed Mar 16 00:29:46 2011
New Revision: 26903

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26903
Log:
* Rename source package to libchamplain-0.8
* debian/rules:
  - Drop --enable-vala, vala bindings are built by default
  - Always bump shlibs files, we are using .symbols files anyway
  - Rely on cdbs >= 0.4.90 to call dh_girepository
  - Add GNOME_MODULE = libchamplain
* debian/control.in:
  - Drop -doc packages
  - Move packages to oldlibs Section
  - Adjust Vcs- fields to new svn repository location

Removed:
    packages/unstable/libchamplain-0.8/debian/libchamplain-doc.doc-base
    packages/unstable/libchamplain-0.8/debian/libchamplain-doc.install
    packages/unstable/libchamplain-0.8/debian/libchamplain-gtk-doc.doc-base
    packages/unstable/libchamplain-0.8/debian/libchamplain-gtk-doc.install
Modified:
    packages/unstable/libchamplain-0.8/debian/changelog
    packages/unstable/libchamplain-0.8/debian/control
    packages/unstable/libchamplain-0.8/debian/control.in
    packages/unstable/libchamplain-0.8/debian/rules

Modified: packages/unstable/libchamplain-0.8/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain-0.8/debian/changelog?rev=26903&op=diff
==============================================================================
--- packages/unstable/libchamplain-0.8/debian/changelog [utf-8] (original)
+++ packages/unstable/libchamplain-0.8/debian/changelog [utf-8] Wed Mar 16 00:29:46 2011
@@ -1,3 +1,18 @@
+libchamplain-0.8 (0.8.1-2) UNRELEASED; urgency=low
+
+  * Rename source package to libchamplain-0.8
+  * debian/rules:
+    - Drop --enable-vala, vala bindings are built by default
+    - Always bump shlibs files, we are using .symbols files anyway
+    - Rely on cdbs >= 0.4.90 to call dh_girepository
+    - Add GNOME_MODULE = libchamplain
+  * debian/control.in:
+    - Drop -doc packages
+    - Move packages to oldlibs Section
+    - Adjust Vcs- fields to new svn repository location
+
+ -- Laurent Bigonville <bigon at debian.org>  Wed, 16 Mar 2011 01:27:26 +0100
+
 libchamplain (0.8.1-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/unstable/libchamplain-0.8/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain-0.8/debian/control?rev=26903&op=diff
==============================================================================
--- packages/unstable/libchamplain-0.8/debian/control [utf-8] (original)
+++ packages/unstable/libchamplain-0.8/debian/control [utf-8] Wed Mar 16 00:29:46 2011
@@ -3,15 +3,14 @@
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
 
-Source: libchamplain
+Source: libchamplain-0.8
 Section: libs
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>
 Build-Depends: debhelper (>= 7),
-               cdbs (>= 0.4.75~),
+               cdbs (>= 0.4.90~),
                gnome-pkg-tools,
-               gtk-doc-tools,
                libgtk2.0-dev (>= 2.12),
                libglib2.0-dev (>= 2.16),
                libsoup-gnome2.4-dev,
@@ -27,8 +26,8 @@
                valac
 Standards-Version: 3.9.1
 Homepage: http://projects.gnome.org/libchamplain/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain-0.8
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain-0.8/
 
 Package: libchamplain-0.8-1
 Architecture: any
@@ -40,20 +39,6 @@
  .
  It supports numerous free map sources such as
  OpenStreetMap (default), OpenArialMap and Maps for free.
-
-Package: libchamplain-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: libclutter-1.0-doc
-Description: C library providing ClutterActor to display maps (documentation)
- Libchamplain is a C library providing a ClutterActor to
- display maps.
- .
- It supports numerous free map sources such as
- OpenStreetMap (default), OpenArialMap and Maps for free.
- .
- This package contains the documentary for this package.
 
 Package: libchamplain-0.8-dev
 Section: libdevel
@@ -137,20 +122,6 @@
  .
  This package contains development files for libchamplain-gtk.
 
-Package: libchamplain-gtk-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: libclutter-gtk-0.10-doc, libchamplain-doc (= ${source:Version})
-Description: A Gtk+ widget to display maps (documentation)
- Libchamplain-gtk is a C library aimed to provide a Gtk+ widget
- to display rasterized maps and markers.
- .
- It supports numerous free map sources such as
- OpenStreetMap (default), OpenArialMap and Maps for free.
- .
- This package contains documentation for libchamplain-gtk.
-
 Package: libchamplain-gtk-0.8-dbg
 Architecture: any
 Priority: extra

Modified: packages/unstable/libchamplain-0.8/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain-0.8/debian/control.in?rev=26903&op=diff
==============================================================================
--- packages/unstable/libchamplain-0.8/debian/control.in [utf-8] (original)
+++ packages/unstable/libchamplain-0.8/debian/control.in [utf-8] Wed Mar 16 00:29:46 2011
@@ -1,12 +1,11 @@
-Source: libchamplain
+Source: libchamplain-0.8
 Section: libs
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 7),
-               cdbs (>= 0.4.75~),
+               cdbs (>= 0.4.90~),
                gnome-pkg-tools,
-               gtk-doc-tools,
                libgtk2.0-dev (>= 2.12),
                libglib2.0-dev (>= 2.16),
                libsoup-gnome2.4-dev,
@@ -22,8 +21,8 @@
                valac
 Standards-Version: 3.9.1
 Homepage: http://projects.gnome.org/libchamplain/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain-0.8
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain-0.8/
 
 Package: libchamplain-0.8-1
 Architecture: any
@@ -35,20 +34,6 @@
  .
  It supports numerous free map sources such as
  OpenStreetMap (default), OpenArialMap and Maps for free.
-
-Package: libchamplain-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: libclutter-1.0-doc
-Description: C library providing ClutterActor to display maps (documentation)
- Libchamplain is a C library providing a ClutterActor to
- display maps.
- .
- It supports numerous free map sources such as
- OpenStreetMap (default), OpenArialMap and Maps for free.
- .
- This package contains the documentary for this package.
 
 Package: libchamplain-0.8-dev
 Section: libdevel
@@ -132,20 +117,6 @@
  .
  This package contains development files for libchamplain-gtk.
 
-Package: libchamplain-gtk-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: libclutter-gtk-0.10-doc, libchamplain-doc (= ${source:Version})
-Description: A Gtk+ widget to display maps (documentation)
- Libchamplain-gtk is a C library aimed to provide a Gtk+ widget
- to display rasterized maps and markers.
- .
- It supports numerous free map sources such as
- OpenStreetMap (default), OpenArialMap and Maps for free.
- .
- This package contains documentation for libchamplain-gtk.
-
 Package: libchamplain-gtk-0.8-dbg
 Architecture: any
 Priority: extra

Modified: packages/unstable/libchamplain-0.8/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain-0.8/debian/rules?rev=26903&op=diff
==============================================================================
--- packages/unstable/libchamplain-0.8/debian/rules [utf-8] (original)
+++ packages/unstable/libchamplain-0.8/debian/rules [utf-8] Wed Mar 16 00:29:46 2011
@@ -6,14 +6,14 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc \
-                             --enable-introspection \
-			     --enable-vala
+GNOME_MODULE = libchamplain
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-introspection
 
 common-binary-predeb-arch:: list-missing
 
+DEB_DH_MAKESHLIBS_ARGS_libchamplain-0.8-1 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libchamplain-gtk-0.8-1 += -V -- -c4
+
 DEB_DBG_PACKAGE_libchamplain-0.8-1 = libchamplain-0.8-dbg
 DEB_DBG_PACKAGE_libchamplain-gtk-0.8-1 = libchamplain-gtk-0.8-dbg
-
-$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES))::
-	dh_girepository -p$(cdbs_curpkg)




More information about the pkg-gnome-commits mailing list