]> git.sesse.net Git - vlc/commitdiff
* ./debian/rules: mouahaha, cutting off the branch I was sitting on.
authorSam Hocevar <sam@videolan.org>
Wed, 9 Apr 2003 12:33:14 +0000 (12:33 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 9 Apr 2003 12:33:14 +0000 (12:33 +0000)
debian/changelog
debian/rules

index d2868e9b705828a5008b4ba3fc89b333f9a9a8cb..d06776e30a6b94d7f43ace5b82055fc5dd2de083 100644 (file)
@@ -2,7 +2,6 @@ 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 cf3a08c4667b30f297a662e2ee91d3d030ab94df..44bd5fdc67d8006b94e4e6065459c64a524a76e6 100755 (executable)
@@ -126,9 +126,6 @@ clean:
        # 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