From bf68cbe6f09f4d8f3ad122a3bf70ab1480aa4765 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 14 Oct 2006 12:36:34 +0000 Subject: [PATCH] Minor style enhancements. Removed some unnecessary whitespaces. --- debian/control | 4 ++-- debian/copyright | 4 ++-- debian/fusedav.1 | 2 +- debian/rules | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 905eecb..cd1b9b5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fusedav Section: utils Priority: optional Maintainer: Sebastian Harl -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 @@ -10,7 +10,7 @@ Package: fusedav 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 de9195c..7b6d5de 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,7 +20,7 @@ License: 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 @@ -28,7 +28,7 @@ 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 and diff --git a/debian/fusedav.1 b/debian/fusedav.1 index f8cbc49..5aa5c68 100644 --- a/debian/fusedav.1 +++ b/debian/fusedav.1 @@ -16,7 +16,7 @@ shares. This way you can transparently edit and manage files on a remote 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 bbbe4db..274855d 100755 --- a/debian/rules +++ b/debian/rules @@ -41,16 +41,16 @@ build-stamp: $(BUILDDIR)/config.status 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 @@ -60,7 +60,7 @@ binary-indep: binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs README dh_installman debian/fusedav.1 dh_link @@ -74,5 +74,5 @@ binary-arch: build install 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 -- 2.30.2