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/rules | |
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/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |