[Pkg-utopia-commits] r3823 - in /packages/unstable/gnome-mount/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 31 18:00:49 UTC 2011


Author: biebl
Date: Sun Jul 31 18:00:48 2011
New Revision: 3823

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3823
Log:
Disable nautilus extension in preparation of the upcoming nautilus
transition.

Modified:
    packages/unstable/gnome-mount/debian/changelog
    packages/unstable/gnome-mount/debian/control
    packages/unstable/gnome-mount/debian/rules

Modified: packages/unstable/gnome-mount/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-mount/debian/changelog?rev=3823&op=diff
==============================================================================
--- packages/unstable/gnome-mount/debian/changelog (original)
+++ packages/unstable/gnome-mount/debian/changelog Sun Jul 31 18:00:48 2011
@@ -4,6 +4,8 @@
     for libnotify 0.7.
   * Bump Build-Depends on libnotify-dev to (>= 0.7.0).
   * Add Build-Depends on intltool.
+  * Disable nautilus extension in preparation of the upcoming nautilus
+    transition.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 31 Jul 2011 19:35:21 +0200
 

Modified: packages/unstable/gnome-mount/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-mount/debian/control?rev=3823&op=diff
==============================================================================
--- packages/unstable/gnome-mount/debian/control (original)
+++ packages/unstable/gnome-mount/debian/control Sun Jul 31 18:00:48 2011
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Michael Biebl <biebl at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), autotools-dev, pkg-config, libgnome-keyring-dev (>= 0.4), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libhal-storage-dev (>= 0.5.8.1), libgtk2.0-dev (>= 2.8.0), libglade2-dev, libxml-parser-perl, libnautilus-extension-dev (>= 2.21.2), libnotify-dev (>= 0.7.0), libglib2.0-dev (>= 2.15.0), libgconf2-dev, intltool
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev, pkg-config, libgnome-keyring-dev (>= 0.4), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libhal-storage-dev (>= 0.5.8.1), libgtk2.0-dev (>= 2.8.0), libglade2-dev, libxml-parser-perl, libnotify-dev (>= 0.7.0), libglib2.0-dev (>= 2.15.0), libgconf2-dev, intltool
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/gnome-mount/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-mount/
@@ -12,7 +12,6 @@
 Architecture: kfreebsd-any hurd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}, hal, eject
 Suggests: cryptsetup, ntfs-3g
-Enhances: nautilus
 Description: wrapper for (un)mounting and ejecting storage devices
  The gnome-mount package contains programs for mounting, unmounting and 
  ejecting storage devices. The goal for gnome-mount is to get the appropriate
@@ -22,7 +21,3 @@
  All the gnome-mount programs utilize the methods on HAL and as such run
  unprivileged. The rationale for gnome-mount is to have a centralized place (in
  GConf) where settings (e.g. mount options and mount locations) are maintained.
- .
- A nautilus extension allows to easily change the mount options which can be 
- user, drive or volume specific.
-

Modified: packages/unstable/gnome-mount/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-mount/debian/rules?rev=3823&op=diff
==============================================================================
--- packages/unstable/gnome-mount/debian/rules (original)
+++ packages/unstable/gnome-mount/debian/rules Sun Jul 31 18:00:48 2011
@@ -4,11 +4,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-nautilus-extension
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-nautilus-extension
 DEB_DH_MAKESHLIBS_ARGS_ALL := -Xlibgnome-mount
 DEB_INSTALL_DOCS_ALL := AUTHORS NEWS README
 LDFLAGS += -Wl,--as-needed
-
-binary-install/gnome-mount::
-	rm -f debian/gnome-mount/usr/lib/nautilus/extensions-*/libgnome-mount.la
-	rm -f debian/gnome-mount/usr/lib/nautilus/extensions-*/libgnome-mount.a




More information about the Pkg-utopia-commits mailing list