Date:2010-05-11 08:09:50 (13 years 10 months ago)
Author:Jonathan Nieder
Commit:dbe9c8ba0f9ed3361af9f6aa1bf7d14c01fcf82f
Message:debian/rules: fix clean target

.gitignore does not list any source files any more. So use it again
as a list of files to delete.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Files: debian/rules (1 diff)

Change Details

debian/rules
1111        exit 1; \
1212    }
1313    dh_auto_clean
14    #sh debian/clean.sh # COMMENT by xiangfu. don't understand why this clean.sh remove the target Makefile. look into this later
14    sh debian/clean.sh
1515
1616override_dh_auto_configure: configure
1717    dh_auto_configure -- $(opt_optimize) $(opt_quiet) \

Archive Download the corresponding diff file



interactive