[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [squeeze] permission to upload thunar-volman



On ven., 2011-02-18 at 23:13 +0100, Yves-Alexis Perez wrote:
> On ven., 2011-02-18 at 22:13 +0100, Yves-Alexis Perez wrote:
> > would it be possible to make a stable upload, targeted at 6.0.1 or
> > 6.0.2, to disable default automount/autobrowse in thunar-volman?
> > 
> > It's only a matter of shipping a config file, so the following diff
> > should do the trick:
> 
> I hold that back, it'll require just a little more testing.


Ok, the config file in squeeze has not the same format, so here's the
correct diff:

Differences in thunar-volman between 0.3.80-4 and 0.3.80-5
diff -u thunar-volman-0.3.80/debian/rules thunar-volman-0.3.80/debian/rules
--- thunar-volman-0.3.80/debian/rules
+++ thunar-volman-0.3.80/debian/rules
@@ -10,4 +10,5 @@
 install/thunar-volman::
 	chrpath -d -k $(CURDIR)/debian/thunar-volman/usr/bin/thunar-volman
+	dh_install debian/volmanrc /etc/xdg/Thunar/
 
 DEB_INSTALL_MANPAGES_thunar-volman := debian/thunar-volman.1
diff -u thunar-volman-0.3.80/debian/changelog thunar-volman-0.3.80/debian/changelog
--- thunar-volman-0.3.80/debian/changelog
+++ thunar-volman-0.3.80/debian/changelog
@@ -1,3 +1,12 @@
+thunar-volman (0.3.80-5) stable; urgency=low
+
+  * debian/volmanrc:
+    - disable device automount/autorun/autobrowse by default
+  * debian/rules:
+    - install volmanrc
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Fri, 18 Feb 2011 08:34:05 +0100
+
 thunar-volman (0.3.80-4) unstable; urgency=low
 
   [ Stefan Ott ]
only in patch2:
unchanged:
--- thunar-volman-0.3.80.orig/debian/volmanrc
+++ thunar-volman-0.3.80/debian/volmanrc
@@ -0,0 +1,5 @@
+[Configuration]
+AutomountDrives=FALSE
+AutomountMedia=FALSE
+Autorun=FALSE
+Autoopen=FALSE

Regards,
-- 
Yves-Alexis

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: