Import patches-unapplied version 0.47 to ubuntu/hardy

Imported using git-ubuntu import.

Changelog parent: f5912fb434

New changelog entries:
  * Fix versioned dependency to squashfs-tools. "." != "-", silly me.
impish 0.47
Martin Pitt 17 years ago committed by usd-importer
parent f5912fb434
commit 74dfcbfe8b

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.47) hardy; urgency=low
* Fix versioned dependency to squashfs-tools. "." != "-", silly me.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 20 Dec 2007 14:17:47 +0100
livecd-rootfs (0.46) hardy; urgency=low
* Use -nolzma option of mksquashfs, since our current kernel squashfs module

2
debian/control vendored

@ -8,7 +8,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
Package: livecd-rootfs
Architecture: all
Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3.1), grep-dctrl, fdupes
Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3-1), grep-dctrl, fdupes
Suggests: partimage
Description: construction script for the livecd rootfs
livecd-rootfs provides the script used to create the root filesystem

Loading…
Cancel
Save