From: Andreas Metzler <[email protected]>
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a11c244..76adb52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ wmaker (0.92.0-9) unstable; urgency=low
(substvar-source-version-is-deprecated).
* Invoke ./configure mit correct --build argument, as per
/usr/share/doc/autotools-dev/README.Debian.gz.
+ * Remove ./libtool on clean, otherwise it is not possible build twice from
+ the same unpacked sourcetree.
-- Andreas Metzler <[email protected]> Sat, 07 Aug 2010 10:56:00 +0200
diff --git a/debian/rules b/debian/rules
index 0a01834..b7eea9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,7 +189,7 @@ clean:
debian/shlibs.local \
debian/conffiles
debian/rules unpatch-wmaker
- dh_clean
+ dh_clean libtool
binary-indep: build
# dh_testdir -i
--
1.7.1
--
To unsubscribe, send mail to [email protected].