~ubuntu-branches/ubuntu/wily/crosshurd/wily

« back to all changes in this revision

Viewing changes to makehurddir.sh

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault, Guillem Jover
  • Date: 2014-08-19 19:40:28 UTC
  • Revision ID: package-import@ubuntu.com-20140819194028-my2t0xkpd6rrxt08
Tags: 1.7.47
[ Guillem Jover ]
* Switch from libparted0debian1 to libparted2 (Closes: Bug#757014).
* Use dpkg-deb instead of manually extracting packages and information
  (Closes: Bug#757013).

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
fi
34
34
 
35
35
extract `(cd $TARGET/var/cache/apt/archives && \
36
 
        for i in *.deb; do dpkg --info $i | grep ^\ Priority:.required \
 
36
        for i in *.deb; do dpkg-deb --field $i Priority | grep ^required \
37
37
        && echo $i; done) | cut -d _ -f 1`
38
38
 
39
39
if [ -e $TARGET/var/cache/apt/archives/gnumach-image-1.4-486_* ] ; then
48
48
        extract libbz2-1.0
49
49
fi
50
50
 
51
 
if [ -e $TARGET/var/cache/apt/archives/libparted0debian1_* ] ; then
52
 
        extract libparted0debian1
 
51
if [ -e $TARGET/var/cache/apt/archives/libparted2_* ] ; then
 
52
        extract libparted2
53
53
fi
54
54
 
55
55
x_feign_install dpkg