commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r752 - in /crosshurd/trunk: debian/changelog makehurddir.sh


From: mbanck
Subject: r752 - in /crosshurd/trunk: debian/changelog makehurddir.sh
Date: Wed, 07 Jul 2010 23:23:59 -0000

Author: mbanck
Date: Wed Jul  7 23:23:59 2010
New Revision: 752

URL: http://svn.debian.org/wsvn/pkg-hurd/crosshurd/?sc=1&rev=752
Log:
  * makehurddir.sh: Extract libbz2-1.0 if available, as dpkg-deb now links
    with it.

Modified:
    crosshurd/trunk/debian/changelog
    crosshurd/trunk/makehurddir.sh

Modified: crosshurd/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-hurd/crosshurd/crosshurd/trunk/debian/changelog?rev=752&op=diff
==============================================================================
--- crosshurd/trunk/debian/changelog (original)
+++ crosshurd/trunk/debian/changelog Wed Jul  7 23:23:59 2010
@@ -19,6 +19,8 @@
   [ Michael Banck ]
   * README.gnu: Remove reference to Neal Walfield's installation guide and fix
     location of GNU/Hurd's sources.list file (Closes: #577992).
+  * makehurddir.sh: Extract libbz2-1.0 if available, as dpkg-deb now links
+    with it.
 
  -- Michael Banck <address@hidden>  Sun, 03 Jan 2010 23:48:18 +0100
 

Modified: crosshurd/trunk/makehurddir.sh
URL: 
http://svn.debian.org/wsvn/pkg-hurd/crosshurd/crosshurd/trunk/makehurddir.sh?rev=752&op=diff
==============================================================================
--- crosshurd/trunk/makehurddir.sh (original)
+++ crosshurd/trunk/makehurddir.sh Wed Jul  7 23:23:59 2010
@@ -42,6 +42,10 @@
 
 if [ -e $TARGET/var/cache/apt/archives/libpthread-stubs0_* ] ; then
         extract libpthread-stubs0
+fi
+
+if [ -e $TARGET/var/cache/apt/archives/libbz2-1.0_* ] ; then
+        extract libbz2-1.0
 fi
 
 x_feign_install dpkg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]