[SCM] GUI front-end for Debian Live. branch, master, updated. 52ac96214ccb245778c78a0f82123f424eabd90e

Chris Lamb lamby at debian.org
Sat Jan 10 03:46:25 UTC 2009


The following commit has been merged in the master branch:
commit 52ac96214ccb245778c78a0f82123f424eabd90e
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Jan 10 03:45:53 2009 +0000

    Add missing ${misc:Depends}.

diff --git a/debian/changelog b/debian/changelog
index 8ee9315..9bba585 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ live-magic (1.4) unstable; urgency=low
     - Bump Depends on live-helper to 1.0.2-2.
   * Open file manager with absolute path to the current directory as PCMan
     does not open displaying target with `cd /target && pcmanfm .`.
+  * Add missing ${misc:Depends}.
 
  -- Chris Lamb <lamby at debian.org>  Sat, 10 Jan 2009 02:54:52 +0000
 
diff --git a/debian/control b/debian/control
index a8706b9..b619bb9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=users/lamby-guest/live-magic.git
 
 Package: live-magic
 Architecture: all
-Depends: ${python:Depends}, live-helper (>= 1.0.2-2), python-glade2 (>= 2.10), python-gtk2, python-vte, gksu, xdg-utils
+Depends: ${misc:Depends}, ${python:Depends}, live-helper (>= 1.0.2-2), python-glade2 (>= 2.10), python-gtk2, python-vte, gksu, xdg-utils
 Recommends: cdebootstrap
 Description: GUI frontend to create Debian LiveCDs, netboot images, etc.
  Live-helper is a collection of programs that can be used to build Debian Live

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list