commit-hurd
[Top][All Lists]
Advanced

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

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


From: mbanck
Subject: r777 - in /crosshurd/trunk: debian/changelog makehurddir.sh
Date: Sun, 10 Oct 2010 11:12:52 -0000

Author: mbanck
Date: Sun Oct 10 11:12:48 2010
New Revision: 777

URL: http://svn.debian.org/wsvn/pkg-hurd/crosshurd/?sc=1&rev=777
Log:
  * makehurddir.sh: Extract libparted0debian1 package if available
    (Closes: #599565)

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=777&op=diff
==============================================================================
--- crosshurd/trunk/debian/changelog (original)
+++ crosshurd/trunk/debian/changelog Sun Oct 10 11:12:48 2010
@@ -1,6 +1,8 @@
 crosshurd (1.7.42) UNRELEASED; urgency=low
 
   * packages/gnu: Added libparted0debian1 and libuuid1
+  * makehurddir.sh: Extract libparted0debian1 package if available 
+    (Closes: #599565)
 
  -- Michael Banck <address@hidden>  Thu, 30 Sep 2010 18:07:57 +0200
 

Modified: crosshurd/trunk/makehurddir.sh
URL: 
http://svn.debian.org/wsvn/pkg-hurd/crosshurd/crosshurd/trunk/makehurddir.sh?rev=777&op=diff
==============================================================================
--- crosshurd/trunk/makehurddir.sh (original)
+++ crosshurd/trunk/makehurddir.sh Sun Oct 10 11:12:48 2010
@@ -46,6 +46,10 @@
 
 if [ -e $TARGET/var/cache/apt/archives/libbz2-1.0_* ] ; then
         extract libbz2-1.0
+fi
+
+if [ -e $TARGET/var/cache/apt/archives/libparted0debian1_* ] ; then
+        extract libparted0debian1
 fi
 
 x_feign_install dpkg




reply via email to

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