Code

Minor style enhancements.
authorSebastian Harl <sh@tokkee.org>
Sat, 14 Oct 2006 12:36:34 +0000 (12:36 +0000)
committerSebastian Harl <sh@tokkee.org>
Sat, 14 Oct 2006 12:36:34 +0000 (12:36 +0000)
Removed some unnecessary whitespaces.

debian/control
debian/copyright
debian/fusedav.1
debian/rules

index 905eecb4ee449152825eeee880c2eecb275eac0e..cd1b9b5cdf7f24c4772e8b4dc6e9289fc3f3dbc2 100644 (file)
@@ -2,7 +2,7 @@ Source: fusedav
 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
 
@@ -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.
  .
index de9195cb0235a3199ef1ffb389469e32b16caab1..7b6d5dea02694320da024d472b4f9c9646ba8c53 100644 (file)
@@ -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 <sh@tokkee.org> and
index f8cbc49ae39392810ca6cac9b2dbe61625860906..5aa5c685a5679f22aecfa7ba2bedf62422a56b33 100644 (file)
@@ -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.
 
index bbbe4db939b694516e720716572ffc2b017cf18a..274855d83e93b3d66c5831a07e4114b117037584 100755 (executable)
@@ -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