tags 424203 + patch

thank you

Hi,

Here is an NMU to fix this issue.

Thank you,

Barry deFreese


diff -u ttmkfdir-3.0.9/debian/changelog ttmkfdir-3.0.9/debian/changelog
--- ttmkfdir-3.0.9/debian/changelog
+++ ttmkfdir-3.0.9/debian/changelog
@@ -1,3 +1,10 @@
+ttmkfdir (3.0.9-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix clean to build twice in a row. (Closes: #424203).
+
+ -- Barry deFreese <[EMAIL PROTECTED]>  Fri, 04 Apr 2008 14:14:19 -0400
+
 ttmkfdir (3.0.9-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u ttmkfdir-3.0.9/debian/rules ttmkfdir-3.0.9/debian/rules
--- ttmkfdir-3.0.9/debian/rules
+++ ttmkfdir-3.0.9/debian/rules
@@ -10,6 +10,9 @@
 
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR)
 
+clean::
+	rm -rf .libs
+
 common-install-arch::
 	dh_installdirs usr/share/man/man1
 	install -m 644 debian/ttmkfdir.1 $(DEB_DESTDIR)/usr/share/man/man1

Reply via email to