Fix Debian dependecies, make rules executable - susmb - mounting of SMB/CIFS sh… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0f59cdbc1772b76d522be19d5b74e5ef0c4bc63b | |
parent 3413a3920539964bf04a472beaefdb2bb1b79250 | |
Author: Michal Suchanek <[email protected]> | |
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(-) | |
--- | |
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 <[email protected]> | |
Homepage: http://repo.or.cz/w/usmb.git | |
diff --git a/debian/rules b/debian/rules |