Fix missing realpath dependency
git-svn-id: http://emdebian.org/svn/current@6905 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
97d9a829a7
commit
d95912269c
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
emdebian-rootfs (2.0.8) unstable; urgency=low
|
||||
|
||||
* Add missing realpath dependency
|
||||
|
||||
-- Wookey <wookey@debian.org> Tue, 30 Mar 2010 15:16:53 +0100
|
||||
|
||||
emdebian-rootfs (2.0.7) unstable; urgency=low
|
||||
|
||||
* [INTL:pt] Updated Portuguese program output translation
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue