aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2008-02-26 23:52:45 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:46 -0500
commit0a30aeda1391e07bb2cf789432358e2a571fde7b (patch)
treee39b35c827b49933a8ca15506cb7bcda23e5d2e4
parentc35d7b49d224c9b029fb6e28f7a175c5c968efba (diff)
Import Debian changes 0.4.2.3-3
hardinfo (0.4.2.3-3) unstable; urgency=low * changed modules install dir for amd64 (thanks to ucko@d.o). (Closes: #468105)
-rwxr-xr-xconfigure3
-rw-r--r--debian/changelog9
2 files changed, 9 insertions, 3 deletions
diff --git a/configure b/configure
index ef2ed8ba..187567a1 100755
--- a/configure
+++ b/configure
@@ -55,8 +55,7 @@ case $PROC in
ARCH="ARCH_PPC" ;;
x86_64)
ln -sf linux/x86_64 arch/this
- ARCH="ARCH_x86_64"
- LIBDIR="/usr/lib64" ;;
+ ARCH="ARCH_x86_64" ;;
mips*)
ln -sf linux/mips arch/this
ARCH="ARCH_MIPS" ;;
diff --git a/debian/changelog b/debian/changelog
index f5a9b801..f69b2fa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
-hardinfo (0.4.2.3-2) unstable; urgency=low
+hardinfo (0.4.2.3-3) unstable; urgency=low
+
+ * changed modules install dir for amd64
+ (thanks to ucko@d.o). (Closes: #468105)
+
+ -- Agney Lopes Roth Ferraz <agney@debian.org> Tue, 26 Feb 2008 23:52:45 -0300
+
+hardinfo (0.4.2.3-2) unstable; urgency=low
* fixed desktop file, thanks to Kjell Braden. (Closes: #466587)