r28872 - in /desktop/unstable/vinagre/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 10:46:11 UTC 2011


Author: biebl
Date: Fri Jul 15 10:46:11 2011
New Revision: 28872

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28872
Log:
* debian/vinagre.install:
  - Install .js plugin files.
* debian/control:
  - Add gir:Depends to vinagre.
* debian/rules:
  - Set DEB_DH_GIREPOSITORY_ARGS_ALL so dh_girepository can find the
    dependencies in the private /usr/lib/vinagre-3.0/girepository-1.0/
    directory.

Modified:
    desktop/unstable/vinagre/debian/changelog
    desktop/unstable/vinagre/debian/control
    desktop/unstable/vinagre/debian/control.in
    desktop/unstable/vinagre/debian/rules

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=28872&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog [utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog [utf-8] Fri Jul 15 10:46:11 2011
@@ -8,7 +8,14 @@
   * Stop using dh-autoreconf, no longer necessary:
     - Remove autoreconf.mk include from debian/rules.
     - Remove Build-Depends on dh-autoreconf and gnome-common.
-  * debian/vinagre.install: Install .js plugin files.
+  * debian/vinagre.install:
+    - Install .js plugin files.
+  * debian/control:
+    - Add gir:Depends to vinagre.
+  * debian/rules:
+    - Set DEB_DH_GIREPOSITORY_ARGS_ALL so dh_girepository can find the
+      dependencies in the private /usr/lib/vinagre-3.0/girepository-1.0/
+      directory.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 15 Jul 2011 10:28:32 +0200
 

Modified: desktop/unstable/vinagre/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control?rev=28872&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control [utf-8] (original)
+++ desktop/unstable/vinagre/debian/control [utf-8] Fri Jul 15 10:46:11 2011
@@ -36,7 +36,8 @@
 Package: vinagre
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${gir:Depends}
 Recommends: gnome-icon-theme
 Description: remote desktop client for the GNOME Desktop
  Vinagre is a remote desktop client integrated into the GNOME Desktop.

Modified: desktop/unstable/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control.in?rev=28872&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control.in [utf-8] (original)
+++ desktop/unstable/vinagre/debian/control.in [utf-8] Fri Jul 15 10:46:11 2011
@@ -31,7 +31,8 @@
 Package: vinagre
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${gir:Depends}
 Recommends: gnome-icon-theme
 Description: remote desktop client for the GNOME Desktop
  Vinagre is a remote desktop client integrated into the GNOME Desktop.

Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=28872&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules [utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules [utf-8] Fri Jul 15 10:46:11 2011
@@ -8,6 +8,8 @@
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
+DEB_DH_GIREPOSITORY_ARGS_ALL := -l . /usr/lib/vinagre-3.0/girepository-1.0/
+
 DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi \
                              --enable-ssh \
                              --with-telepathy \




More information about the pkg-gnome-commits mailing list