diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d6d6aefa..5bf41225 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.2.2-2) unstable; urgency=low + + * Fixed FTBFS. (Closes: #442594) + + -- Agney Lopes Roth Ferraz <agney@debian.org> Mon, 17 Sep 2007 15:51:12 -0300 + hardinfo (0.4.2.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index f39c5e1e..6a418d06 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ clean: # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean - + rm -f arch/this dh_clean install: build |