From d95912269c03c4f5f15bc5907396a8863984c04c Mon Sep 17 00:00:00 2001 From: wookey Date: Tue, 30 Mar 2010 14:23:20 +0000 Subject: [PATCH] Fix missing realpath dependency git-svn-id: http://emdebian.org/svn/current@6905 563faec7-e20c-0410-992a-a66f704d0ccd --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5ff4c58..ab5a01e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +emdebian-rootfs (2.0.8) unstable; urgency=low + + * Add missing realpath dependency + + -- Wookey Tue, 30 Mar 2010 15:16:53 +0100 + emdebian-rootfs (2.0.7) unstable; urgency=low * [INTL:pt] Updated Portuguese program output translation diff --git a/debian/control b/debian/control index d350d27..75af596 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: emdebian root filesystem support Package: multistrap Section: admin Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, apt, +Depends: ${perl:Depends}, ${misc:Depends}, apt, realpath libconfig-auto-perl, libparse-debian-packages-perl Replaces: emdebian-rootfs (<= 1.6.0) Description: multiple repository bootstrap based on apt