diff options
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 |