summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba46071)
raw | patch | inline | side by side (parent: ba46071)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 14 Oct 2006 12:36:34 +0000 (12:36 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 14 Oct 2006 12:36:34 +0000 (12:36 +0000) |
Removed some unnecessary whitespaces.
debian/control | patch | blob | history | |
debian/copyright | patch | blob | history | |
debian/fusedav.1 | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index 905eecb4ee449152825eeee880c2eecb275eac0e..cd1b9b5cdf7f24c4772e8b4dc6e9289fc3f3dbc2 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: utils
Priority: optional
Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), autotools-dev, libneon26-gnutls-dev,
+Build-Depends: debhelper (>= 5), autotools-dev, libneon26-gnutls-dev,
libfuse-dev (>= 2.5), libattr1-dev, lynx
Standards-Version: 3.7.2
Architecture: any
Depends: fuse-utils, ${shlibs:Depends}
Description: mount WebDAV shares
- fusedav is a userspace filesystem driver that allows you to mount WebDAV
+ fusedav is a userspace filesystem driver that allows you to mount WebDAV
shares. This way you can transparently edit and manage files on a remote
server.
.
diff --git a/debian/copyright b/debian/copyright
index de9195cb0235a3199ef1ffb389469e32b16caab1..7b6d5dea02694320da024d472b4f9c9646ba8c53 100644 (file)
--- a/debian/copyright
+++ b/debian/copyright
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA.
-On Debian systems, the complete text of the GNU General Public License
+On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.
The Debian packaging is (C) 2006, Sebastian Harl <sh@tokkee.org> and
diff --git a/debian/fusedav.1 b/debian/fusedav.1
index f8cbc49ae39392810ca6cac9b2dbe61625860906..5aa5c685a5679f22aecfa7ba2bedf62422a56b33 100644 (file)
--- a/debian/fusedav.1
+++ b/debian/fusedav.1
server. As long as the \fBfusedav\fR process is running, the WebDAV share
located at \fIURL\fR is accessible under \fImountpoint\fR.
-If username and password are required and you did not specify them on the
+If username and password are required and you did not specify them on the
command line you will be prompted as soon as you are trying to access the
mounted share.
diff --git a/debian/rules b/debian/rules
index bbbe4db939b694516e720716572ffc2b017cf18a..274855d83e93b3d66c5831a07e4114b117037584 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp
rm -rf $(BUILDDIR)
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
$(MAKE) -C $(BUILDDIR) install DESTDIR=$(CURDIR)/debian/fusedav
binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs
+ dh_installchangelogs
dh_installdocs README
dh_installman debian/fusedav.1
dh_link
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install