r19312 - in /packages/unstable/libchamplain/debian: control control.in

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Thu Apr 2 23:19:42 UTC 2009


Author: sjoerd
Date: Thu Apr  2 23:19:42 2009
New Revision: 19312

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19312
Log:
split control into control.in and control

Added:
    packages/unstable/libchamplain/debian/control.in
Modified:
    packages/unstable/libchamplain/debian/control

Modified: packages/unstable/libchamplain/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control?rev=19312&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control (original)
+++ packages/unstable/libchamplain/debian/control Thu Apr  2 23:19:42 2009
@@ -1,7 +1,8 @@
 Source: libchamplain
 Section: libs
 Priority: optional
-Maintainer: Laurent Bigonville <bigon at debian.org>
+Maintainer: Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper,
                gnome-pkg-tools,
                gtk-doc-tools,

Added: packages/unstable/libchamplain/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control.in?rev=19312&op=file
==============================================================================
--- packages/unstable/libchamplain/debian/control.in (added)
+++ packages/unstable/libchamplain/debian/control.in Thu Apr  2 23:19:42 2009
@@ -1,0 +1,68 @@
+Source: libchamplain
+Section: libs
+Priority: optional
+Maintainer: Sjoerd Simons <sjoerd at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper,
+               gnome-pkg-tools,
+               gtk-doc-tools,
+               libgtk2.0-dev (>= 2.12),
+               libglib2.0-dev (>= 2.16),
+               libsoup2.4-dev,
+               libclutter-0.8-dev,
+               libclutter-cairo-0.8-dev
+Standards-Version: 3.8.0
+Homepage: http://projects.gnome.org/libchamplain/
+
+Package: libchamplain-0.2-1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: C library providing ClutterActor to display maps
+ 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 header files required if you wish
+ to develop software that uses libchamplain.
+
+Package: libchamplain-doc
+Section: doc
+Architecture: all
+Description: C library providing ClutterActor to display maps
+ 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.2-dev
+Section: libdevel
+Architecture: any
+Depends: libchamplain-0.2-1 (= ${binary:Version})
+Suggests: libchamplain-doc
+Description: C library providing ClutterActor to display maps
+ 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 header files required if you wish
+ to develop software that uses libchamplain.
+
+Package: libchamplain-0.2-dbg
+Architecture: any
+Priority: extra
+Section: libdevel
+Depends: libchamplain-0.2-0 (= ${binary:Version})
+Description: A ClutterActor to display maps
+ A C library aimed to provide a ClutterActor
+ to display rasterized maps and markers.
+ .
+ This package contains debugging symbols for libchamplain




More information about the pkg-gnome-commits mailing list