[Pkg-utopia-commits] r2530 - in /packages/experimental/gnome-volume-manager/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Dec 5 18:49:38 UTC 2008


Author: biebl
Date: Fri Dec  5 18:49:37 2008
New Revision: 2530

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2530
Log:
* debian/rules
  - Disable automounting. This is done by nautilus now. Closes: #507736

Modified:
    packages/experimental/gnome-volume-manager/debian/changelog
    packages/experimental/gnome-volume-manager/debian/rules

Modified: packages/experimental/gnome-volume-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/gnome-volume-manager/debian/changelog?rev=2530&op=diff
==============================================================================
--- packages/experimental/gnome-volume-manager/debian/changelog (original)
+++ packages/experimental/gnome-volume-manager/debian/changelog Fri Dec  5 18:49:37 2008
@@ -11,7 +11,11 @@
   * New upstream release. Closes: #473808.
   * Launch serpentine with parameters telling it which CD recorder to use.
 
- -- Michael Biebl <biebl at debian.org>  Sat, 12 Jul 2008 03:40:36 +0200
+  [ Michael Biebl ]
+  * debian/rules
+    - Disable automounting. This is done by nautilus now. Closes: #507736
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 05 Dec 2008 19:48:25 +0100
 
 gnome-volume-manager (2.22.1-1) unstable; urgency=low
 

Modified: packages/experimental/gnome-volume-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/gnome-volume-manager/debian/rules?rev=2530&op=diff
==============================================================================
--- packages/experimental/gnome-volume-manager/debian/rules (original)
+++ packages/experimental/gnome-volume-manager/debian/rules Fri Dec  5 18:49:37 2008
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-multiuser
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-multiuser --disable-automount
 
 common-install-impl::
 	install -m 755 debian/gnome-volume-manager-gthumb \




More information about the Pkg-utopia-commits mailing list