summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/hurd-dev.install4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a4eac8da..377dbdfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hurd (20050119-2) unstable; urgency=low
+
+ [ Michael Banck ]
+ * debian/hurd-dev.install: Install development libraries into /lib,
+ not /usr/lib.
+
+ -- Michael Banck <mbanck@debian.org> Thu, 24 Mar 2005 19:06:59 +0100
+
hurd (20050119-1) unstable; urgency=low
* New snapshot from CVS.
diff --git a/debian/hurd-dev.install b/debian/hurd-dev.install
index 68e9982f..7bd68e9f 100644
--- a/debian/hurd-dev.install
+++ b/debian/hurd-dev.install
@@ -1,3 +1,3 @@
-debian/tmp/lib/*.a usr/lib
+debian/tmp/lib/*.a lib
debian/tmp/include/* usr/include
-debian/tmp/lib/*.so usr/lib
+debian/tmp/lib/*.so lib