Fix Debian dependecies, make rules executable - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0f59cdbc1772b76d522be19d5b74e5ef0c4bc63b
 (DIR) parent 3413a3920539964bf04a472beaefdb2bb1b79250
 (HTM) Author: Michal Suchanek <hramrach@centrum.cz>
       Date:   Sat, 13 Mar 2010 23:54:05 +0100
       
       Fix Debian dependecies, make rules executable
       
       Diffstat:
         M debian/control                      |      12 ++++++------
         M debian/rules                        |       0 
       
       2 files changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/debian/control b/debian/control
       @@ -3,13 +3,13 @@ Section: otherosfs
        Priority: optional
        Build-Depends:
         debhelper,
       - dpkg-dev,
       - quilt,
       - libfuse-dev (>> 2.6),
       - libsmbclient-dev (>> 3 ),
       - libxml2-dev,
       - pkg-config,
       + autoconf (>= 2.63),
       + devscripts,
       + libfuse-dev (>= 2.6),
         libglib2.0-dev,
       + libsmbclient-dev (>= 3),
       + libxml2-dev,
       + pkg-config
        Standards-Version: 3.8.4
        Maintainer: Michal Suchanek <hramrach@centrum.cz>
        Homepage: http://repo.or.cz/w/usmb.git
 (DIR) diff --git a/debian/rules b/debian/rules