r27833 - in /packages/unstable/emerillon/debian: changelog control control.in emerillon-dev.install emerillon.install gir1.2-emerillon-0.1.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun May 1 22:16:45 UTC 2011


Author: bigon
Date: Sun May  1 22:16:43 2011
New Revision: 27833

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27833
Log:
* debian/control.in, debian/emerillon.install, debian/emerillon-dev.install
  debian/gir1.2-emerillon-0.1.install: Split development files out of main
  package and add gir package
* debian/control.in: Add libgirepository1.0-dev as build-dependency

Added:
    packages/unstable/emerillon/debian/emerillon-dev.install
    packages/unstable/emerillon/debian/emerillon.install
    packages/unstable/emerillon/debian/gir1.2-emerillon-0.1.install
Modified:
    packages/unstable/emerillon/debian/changelog
    packages/unstable/emerillon/debian/control
    packages/unstable/emerillon/debian/control.in
    packages/unstable/emerillon/debian/rules

Modified: packages/unstable/emerillon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/changelog?rev=27833&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/changelog [utf-8] (original)
+++ packages/unstable/emerillon/debian/changelog [utf-8] Sun May  1 22:16:43 2011
@@ -1,3 +1,12 @@
+emerillon (0.1.2-2) UNRELEASED; urgency=low
+
+  * debian/control.in, debian/emerillon.install, debian/emerillon-dev.install
+    debian/gir1.2-emerillon-0.1.install: Split development files out of main
+    package and add gir package
+  * debian/control.in: Add libgirepository1.0-dev as build-dependency
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 02 May 2011 00:07:03 +0200
+
 emerillon (0.1.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/unstable/emerillon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/control?rev=27833&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/control [utf-8] (original)
+++ packages/unstable/emerillon/debian/control [utf-8] Sun May  1 22:16:43 2011
@@ -11,7 +11,7 @@
 Build-Depends: debhelper (>= 7.3.15),
                dh-autoreconf,
                gnome-pkg-tools,
-               cdbs,
+               cdbs (>= 0.4.90~),
                gnome-common,
                libgconf2-dev (>= 2.5.90),
                libdbus-1-dev,
@@ -29,11 +29,12 @@
                libethos-ui-dev (>= 0.2),
                libgeoclue-dev (>= 0.11.1),
                valac,
+               gobject-introspection (>= 0.9.12-4~),
+               libgirepository1.0-dev (>= 0.9.3),
 # Added for autotools file regeneration
                gtk-doc-tools (>= 1.14),
-               gnome-doc-utils,
-               gobject-introspection
-Standards-Version: 3.9.1
+               gnome-doc-utils
+Standards-Version: 3.9.2
 Homepage: http://projects.gnome.org/emerillon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/
@@ -51,3 +52,45 @@
  .
  Emerillon takes its name from one of the three vessels commanded by Jacques
  Cartier for his trip to New France in 1535.
+
+Package: emerillon-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         emerillon (>= ${source:Version}),
+         libclutter-1.0-dev,
+         libgtk2.0-dev (>= 2.20),
+         libgconf2-dev (>= 2.5.90),
+         libchamplain-0.8-dev (>= 0.7.1),
+         gir1.2-emerillon-0.1
+Breaks: emerillon (<< 0.1.2-2~)
+Replaces: emerillon (<< 0.1.2-2~)
+Section: devel
+Description: map viewer for the GNOME desktop (development files)
+ Emerillon is a map viewer. Aiming at simple user interface, Emerillon is
+ a powerful, extensible application. It features OpenStreetMap based
+ maps.  Use it to browse maps, search the map for places, placemark
+ places for later quick access and more!
+ .
+ Emerillon takes its name from one of the three vessels commanded by Jacques
+ Cartier for his trip to New France in 1535.
+ .
+ This package contains development files used to create emerillon plugins.
+
+Package: gir1.2-emerillon-0.1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${gir:Depends}
+Section: libs
+Description: map viewer for the GNOME desktop (GObject introspection)
+ Emerillon is a map viewer. Aiming at simple user interface, Emerillon is
+ a powerful, extensible application. It features OpenStreetMap based
+ maps.  Use it to browse maps, search the map for places, placemark
+ places for later quick access and more!
+ .
+ Emerillon takes its name from one of the three vessels commanded by Jacques
+ Cartier for his trip to New France in 1535.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings.

Modified: packages/unstable/emerillon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/control.in?rev=27833&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/control.in [utf-8] (original)
+++ packages/unstable/emerillon/debian/control.in [utf-8] Sun May  1 22:16:43 2011
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7.3.15),
                dh-autoreconf,
                gnome-pkg-tools,
-               cdbs,
+               cdbs (>= 0.4.90~),
                gnome-common,
                libgconf2-dev (>= 2.5.90),
                libdbus-1-dev,
@@ -24,11 +24,12 @@
                libethos-ui-dev (>= 0.2),
                libgeoclue-dev (>= 0.11.1),
                valac,
+               gobject-introspection (>= 0.9.12-4~),
+               libgirepository1.0-dev (>= 0.9.3),
 # Added for autotools file regeneration
                gtk-doc-tools (>= 1.14),
-               gnome-doc-utils,
-               gobject-introspection
-Standards-Version: 3.9.1
+               gnome-doc-utils
+Standards-Version: 3.9.2
 Homepage: http://projects.gnome.org/emerillon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/
@@ -46,3 +47,45 @@
  .
  Emerillon takes its name from one of the three vessels commanded by Jacques
  Cartier for his trip to New France in 1535.
+
+Package: emerillon-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         emerillon (>= ${source:Version}),
+         libclutter-1.0-dev,
+         libgtk2.0-dev (>= 2.20),
+         libgconf2-dev (>= 2.5.90),
+         libchamplain-0.8-dev (>= 0.7.1),
+         gir1.2-emerillon-0.1
+Breaks: emerillon (<< 0.1.2-2~)
+Replaces: emerillon (<< 0.1.2-2~)
+Section: devel
+Description: map viewer for the GNOME desktop (development files)
+ Emerillon is a map viewer. Aiming at simple user interface, Emerillon is
+ a powerful, extensible application. It features OpenStreetMap based
+ maps.  Use it to browse maps, search the map for places, placemark
+ places for later quick access and more!
+ .
+ Emerillon takes its name from one of the three vessels commanded by Jacques
+ Cartier for his trip to New France in 1535.
+ .
+ This package contains development files used to create emerillon plugins.
+
+Package: gir1.2-emerillon-0.1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${gir:Depends}
+Section: libs
+Description: map viewer for the GNOME desktop (GObject introspection)
+ Emerillon is a map viewer. Aiming at simple user interface, Emerillon is
+ a powerful, extensible application. It features OpenStreetMap based
+ maps.  Use it to browse maps, search the map for places, placemark
+ places for later quick access and more!
+ .
+ Emerillon takes its name from one of the three vessels commanded by Jacques
+ Cartier for his trip to New France in 1535.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings.

Added: packages/unstable/emerillon/debian/emerillon-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/emerillon-dev.install?rev=27833&op=file
==============================================================================
--- packages/unstable/emerillon/debian/emerillon-dev.install (added)
+++ packages/unstable/emerillon/debian/emerillon-dev.install [utf-8] Sun May  1 22:16:43 2011
@@ -1,0 +1,5 @@
+usr/share/gir-1.0/
+usr/lib/pkgconfig/
+usr/share/gtk-doc/
+usr/share/vala/vapi/
+usr/include/emerillon-0.1

Added: packages/unstable/emerillon/debian/emerillon.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/emerillon.install?rev=27833&op=file
==============================================================================
--- packages/unstable/emerillon/debian/emerillon.install (added)
+++ packages/unstable/emerillon/debian/emerillon.install [utf-8] Sun May  1 22:16:43 2011
@@ -1,0 +1,7 @@
+etc/gconf/schemas
+usr/bin
+usr/lib/emerillon/plugins/
+usr/share/applications
+usr/share/emerillon
+usr/share/gnome/help/emerillon
+usr/share/locale

Added: packages/unstable/emerillon/debian/gir1.2-emerillon-0.1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/gir1.2-emerillon-0.1.install?rev=27833&op=file
==============================================================================
--- packages/unstable/emerillon/debian/gir1.2-emerillon-0.1.install (added)
+++ packages/unstable/emerillon/debian/gir1.2-emerillon-0.1.install [utf-8] Sun May  1 22:16:43 2011
@@ -1,0 +1,1 @@
+usr/lib/girepository-1.0/Emerillon-0.1.typelib

Modified: packages/unstable/emerillon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/rules?rev=27833&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/rules [utf-8] (original)
+++ packages/unstable/emerillon/debian/rules [utf-8] Sun May  1 22:16:43 2011
@@ -1,11 +1,15 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+common-binary-post-install-arch:: list-missing
 
 DEB_INSTALL_DOCS_ALL := README AUTHORS
 




More information about the pkg-gnome-commits mailing list