Commit 94c73763 authored by Sam Hocevar's avatar Sam Hocevar

* ./debian/rules: we now remove spurious woody build files in the clean rule.

parent 0523e96b
...@@ -2,6 +2,7 @@ vlc (0.5.3-1) unstable; urgency=low ...@@ -2,6 +2,7 @@ vlc (0.5.3-1) unstable; urgency=low
* New upstream release. * New upstream release.
* Fixed a clock skew issue in debian/rules. * Fixed a clock skew issue in debian/rules.
* We now remove spurious woody build files in the clean rule.
-- Samuel Hocevar <sam@zoy.org> Tue, 8 Apr 2003 15:20:20 +0100 -- Samuel Hocevar <sam@zoy.org> Tue, 8 Apr 2003 15:20:20 +0100
......
...@@ -123,6 +123,12 @@ clean: ...@@ -123,6 +123,12 @@ clean:
test -d extras/faad test -d extras/faad
-if test ! -d CVS; then cd extras/faad && make distclean; fi -if test ! -d CVS; then cd extras/faad && make distclean; fi
# Remove spurious autotools stuff
rm -f config.log confdefs.h
# Remove spurious Debian files
rm -f debian/changelog.woody debian/control.woody debian/rules.woody
-$(MAKE) distclean -$(MAKE) distclean
dh_clean dh_clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment