]> git.sesse.net Git - vlc/commitdiff
* ./debian/rules: we now remove spurious woody build files in the clean rule.
authorSam Hocevar <sam@videolan.org>
Wed, 9 Apr 2003 10:34:05 +0000 (10:34 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 9 Apr 2003 10:34:05 +0000 (10:34 +0000)
debian/changelog
debian/rules

index d06776e30a6b94d7f43ace5b82055fc5dd2de083..d2868e9b705828a5008b4ba3fc89b333f9a9a8cb 100644 (file)
@@ -2,6 +2,7 @@ vlc (0.5.3-1) unstable; urgency=low
 
   * New upstream release.
   * 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
 
index 3a034bd03e8534d367237d8debb7b31013735da5..cf3a08c4667b30f297a662e2ee91d3d030ab94df 100755 (executable)
@@ -123,6 +123,12 @@ clean:
        test -d extras/faad
        -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
 
        dh_clean