[debian-edu-commits] debian-edu/ 215/437: Add ${misc:Depends} to debian/control so that debhelper can add appropriate dependencies if needed.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit 7fe01541075909f1c97b93a32a0dc3a6cabf0e38
Author: Vagrant Cascadian <vagrant at freegeek.org>
Date:   Tue Mar 24 02:04:02 2009 +0000

    Add ${misc:Depends} to debian/control so that debhelper can add appropriate
    dependencies if needed.
---
 debian/changelog | 4 +++-
 debian/control   | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 46bba01..938d519 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ debian-edu-artwork (0.0.29~svn57322) lenny-test; urgency=low
 
   [ Vagrant Cascadian ]
   * Updated LDM theme to work with ldm in lenny (Closes: #507997).
+  * Add ${misc:Depends} to debian/control so that debhelper can add
+    appropriate dependencies if needed.
 
- -- Ronny Aasen <ronny at skolelinux.org>  Mon, 16 Mar 2009 20:41:12 +0100
+ -- Vagrant Cascadian <vagrant at freegeek.org>  Mon, 23 Mar 2009 19:02:43 -0700
 
 debian-edu-artwork (0.0.28) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8895e5d..f95d1f3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0
 
 Package: debian-edu-artwork
 Architecture: all
-Depends: libconfig-inifiles-perl
+Depends: ${misc:Depends}, libconfig-inifiles-perl
 Suggests: grub (>= 0.95+cvs20040624-10), kdm, debian-edu-artwork-usplash
 Conflicts: grub (<< 0.97-39)
 Description: Debian Edu themes and artwork
@@ -16,7 +16,7 @@ Description: Debian Edu themes and artwork
 
 Package: debian-edu-artwork-usplash
 Architecture: i386 amd64 powerpc sparc
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: usplash
 Provides: usplash-theme
 Conflicts: usplash (<< 0.5)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list