r45479 - in /desktop/unstable/gnome-maps/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Jul 4 13:22:05 UTC 2015


Author: biebl
Date: Sat Jul  4 13:22:05 2015
New Revision: 45479

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45479
Log:
Enable the gir dh addon since gnome-maps builds a private typelib now.

Modified:
    desktop/unstable/gnome-maps/debian/changelog
    desktop/unstable/gnome-maps/debian/control
    desktop/unstable/gnome-maps/debian/control.in
    desktop/unstable/gnome-maps/debian/rules

Modified: desktop/unstable/gnome-maps/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/changelog?rev=45479&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/changelog	[utf-8] Sat Jul  4 13:22:05 2015
@@ -5,6 +5,7 @@
   * Update debian/copyright to make it compliant with version 1.0 of the spec.
   * Exclude the package private libgnome-maps.so library from dh_makeshlibs
     and remove the unnecessary .a and .la files.
+  * Enable the gir dh addon since gnome-maps builds a private typelib now.
 
   [ Jackson Doak ]
   * Update Build-depends:

Modified: desktop/unstable/gnome-maps/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/control?rev=45479&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/control	[utf-8] Sat Jul  4 13:22:05 2015
@@ -41,7 +41,8 @@
          gir1.2-gtkclutter-1.0,
          gjs (>= 1.41),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ${gir:Depends}
 Description: map application for GNOME
  Maps is a map application for GNOME that allows you to view maps in different
  zoom levels, search for places, etc.

Modified: desktop/unstable/gnome-maps/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/control.in?rev=45479&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/control.in	[utf-8] Sat Jul  4 13:22:05 2015
@@ -37,7 +37,8 @@
          gir1.2-gtkclutter-1.0,
          gjs (>= 1.41),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ${gir:Depends}
 Description: map application for GNOME
  Maps is a map application for GNOME that allows you to view maps in different
  zoom levels, search for places, etc.

Modified: desktop/unstable/gnome-maps/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/rules?rev=45479&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/rules	[utf-8] Sat Jul  4 13:22:05 2015
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf,gir
 
 override_dh_auto_install:
 	dh_auto_install
@@ -13,3 +13,8 @@
 
 override_dh_makeshlibs:
 	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-maps
+
+override_dh_girepository:
+	dh_girepository -ldebian/gnome-maps/usr/share/gir-1.0 \
+	/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-maps/ \
+	/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-maps/girepository-1.0/




More information about the pkg-gnome-commits mailing list