diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-09-17 15:51:12 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:44 -0500 |
commit | 3eae6bf97fc67b00ba9852a9f5f67cbab9bda264 (patch) | |
tree | 5434f6f747b154fd00e48f810f5a36468126c002 /debian | |
parent | 99a9c2a16af89bceed1f90c58faefd555a3268c3 (diff) |
Import Debian changes 0.4.2.2-2
hardinfo (0.4.2.2-2) unstable; urgency=low
* Fixed FTBFS. (Closes: #442594)
Diffstat (limited to 'debian')
-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 |