diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 21:14:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 21:14:47 +0200 |
commit | 11a15d08c1a4de18625efa74ef5badbb28ca080a (patch) | |
tree | 42d4949b1cae236982eff4add64ac282725b08ef /debian | |
parent | 88ac10891b3163be0bd748a3abbd66252d45ecc1 (diff) |
Remove debian/ChangeLog on clean
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 60cf200a..3e508457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ hurd (20100701-1) UNRELEASED; urgency=low * debian/control: Update Vcs fields to point to the new git repositories. * debian/patches/console_ignore_bdf_err.patch: New patch to ignore erroneous number of glyphs in bdf files. + * debian/rules: Remove debian/ChangeLog on clean. [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. diff --git a/debian/rules b/debian/rules index 430c4268..fdf4a26f 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,9 @@ DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb" HAVE_PARTED = yes export HAVE_PARTED +clean:: + rm -f $(CURDIR)/debian/ChangeLog + build/hurd:: cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi |