diff options
author | Samuel Thibault <sthibault@debian.org> | 2008-07-08 11:52:05 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2008-07-08 11:52:05 +0000 |
commit | 87c0e02cea4725d054cbce852a895af518b5f482 (patch) | |
tree | 5a8e9dc0cc48c052151715fdd3c5592489da7781 | |
parent | cb2a465260f1bc6566bac89564246ee8d0821f9c (diff) |
* Clean debian/tmp-dbg.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 10b3aeb..445b36f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ gnumach (2:1.3.99.dfsg.cvs20070809-2) UNRELEASED; urgency=low * New patch from CVS to fix initialization of RTL8139. (Closes: #469566) - debian/patches/80_rtl8139_open.patch + * Clean debian/tmp-dbg. [ Guillem Jover ] * Add Homepage field. diff --git a/debian/rules b/debian/rules index 2e35a43..2ee84f2 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,7 @@ clean: unpatch dh_testdir rm -f machine - rm -rf build build-dbg + rm -rf build build-dbg $(D_DBG) dh_clean |