-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
martin f krafft wrote:
> The patch you attached appears to have been mixed up. For the
> afterworld, could you please send the right one to the BTS?
I'm very sorry. Patch attached.
Cheers
Luk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCeehF5UTeB5t8Mo0RAiH1AJ9/6up7AFBiz4iN4HNUtH4boTPVlQCfWZxO
13f96z+b1cyvSQA7l8fZ37c=
=ROC4
-----END PGP SIGNATURE-----
diff -Nru davfs2/davfs2-0.2.3/debian/changelog davfs2-0.2.3/debian/changelog
--- davfs2/davfs2-0.2.3/debian/changelog 2005-05-04 22:09:10.540970128
+0200
+++ davfs2-0.2.3/debian/changelog 2005-05-04 22:02:18.651586832 +0200
@@ -1,3 +1,12 @@
+davfs2 (0.2.3-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Urgency high due RC bug fix.
+ * debian/rules: clean target: remove config.status, use clean instead of
+ distclean, thanks Guido Guenther (closes: Bug#307085).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Wed, 4 May 2005 21:59:08 +0200
+
davfs2 (0.2.3-1) unstable; urgency=low
* Initial release (closes: Bug#127502).
diff -Nru davfs2/davfs2-0.2.3/debian/rules davfs2-0.2.3/debian/rules
--- davfs2/davfs2-0.2.3/debian/rules 2005-05-04 22:09:10.538970432 +0200
+++ davfs2-0.2.3/debian/rules 2005-05-04 22:06:17.791232080 +0200
@@ -33,9 +33,10 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp
+ rm -f config.status config.log
- -$(MAKE) distclean
+ -$(MAKE) clean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif