diff options
| author | Bernd Zeimetz <bzed@debian.org> | 2010-01-22 21:22:24 +0100 | 
|---|---|---|
| committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:50 -0500 | 
| commit | 64e5fb21f19ae04c411abc036f425743974a4b96 (patch) | |
| tree | 90e1c823d39cce5d8313c794098716708fb4fd75 | |
| parent | 0bd39c5982a7776caae412f93f9dd2abf0b3eaea (diff) | |
Import Debian changes 0.5.1-1.1
hardinfo (0.5.1-1.1) unstable; urgency=low
  * Non-maintainer upload.
  * [cd677eda] Move files from /usr/lib64 to /usr/lib. (Closes: #557569)
    - thanks to Kurt Roeckx
| -rw-r--r-- | binreloc.c | 2 | ||||
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | debian/changelog | 8 | 
3 files changed, 10 insertions, 2 deletions
@@ -594,7 +594,7 @@ gchar *gbr_find_lib_dir(const gchar * default_lib_dir)      }  #ifdef ARCH_x86_64 -    dir = g_build_filename(prefix, "lib64", NULL); +    dir = g_build_filename(prefix, "lib", NULL);  #else      dir = g_build_filename(prefix, "lib", NULL);  #endif @@ -56,7 +56,7 @@ case $PROC in  	x86_64)  		ln -sf linux/x86_64 arch/this  		ARCH="ARCH_x86_64" -		LIBDIR="/usr/lib64" ;; +		LIBDIR="/usr/lib" ;;  	mips*)  		ln -sf linux/mips arch/this  		ARCH="ARCH_MIPS" ;; diff --git a/debian/changelog b/debian/changelog index e8655119..f3d7fada 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hardinfo (0.5.1-1.1) unstable; urgency=low + +  * Non-maintainer upload. +  * [cd677eda] Move files from /usr/lib64 to /usr/lib. (Closes: #557569) +    - thanks to Kurt Roeckx + + -- Bernd Zeimetz <bzed@debian.org>  Fri, 22 Jan 2010 21:22:24 +0100 +  hardinfo (0.5.1-1) unstable; urgency=low    * New upstream version. (Closes: #530290, #517591)  | 
