tags 424240 + patch thank you
Hi, Here is an NMU that resolves this issue. Thanks, Barry deFreese
diff -u sphinx2-0.6/debian/rules sphinx2-0.6/debian/rules --- sphinx2-0.6/debian/rules +++ sphinx2-0.6/debian/rules @@ -10,0 +11,3 @@ + +clean:: + rm -f patches/patches diff -u sphinx2-0.6/debian/changelog sphinx2-0.6/debian/changelog --- sphinx2-0.6/debian/changelog +++ sphinx2-0.6/debian/changelog @@ -1,3 +1,10 @@ +sphinx2 (0.6-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix clean for double-builds. (Closes: #424240). + + -- Barry deFreese <[EMAIL PROTECTED]> Mon, 07 Apr 2008 21:37:59 -0400 + sphinx2 (0.6-2) unstable; urgency=low * Fix crash when displaying usage hint, closes: #345092