Package: davfs2
Version: 0.2.3-1
Severity: serious
Tags: patch

Hi,
davfs2 fails to build from source after the first (successfull) build,
to problems:
 - "debian/rules clean" calls distclean although the Makefile rule is
   called clean
 - config.status if uptodate so ./configure isn't run the second time
This fixes it:

--- bla/davfs2-0.2.3/debian/rules       2005-04-30 17:30:52.000000000 +0200
+++ davfs2-0.2.3/debian/rules   2005-04-30 17:29:16.000000000 +0200
@@ -34,8 +34,9 @@
        dh_testdir
        dh_testroot
        rm -f build-stamp 
+       rm -f config.status
 
-       -$(MAKE) distclean
+       -$(MAKE) clean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub
 endif

Cheers,
 -- Guido

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.11.6-agx0
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages davfs2 depends on:
ii  libc6                      2.3.2.ds1-21  GNU C Library: Shared libraries an
ii  libneon24                  0.24.7.dfsg-1 An HTTP and WebDAV client library
ii  libssl0.9.7                0.9.7e-3      SSL shared libraries
ii  libxml2                    2.6.16-7      GNOME XML library
ii  zlib1g                     1:1.2.2-4     compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to