[Debootloaders-devel] r231 - in /trunk/silo/debian: changelog control
jurij at alioth.debian.org
jurij at alioth.debian.org
Sat Jan 30 14:13:48 UTC 2010
Author: jurij
Date: Sat Jan 30 14:13:40 2010
New Revision: 231
URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=231
Log:
Add ${misc:Depends} to dependencies (lintian warning).
Modified:
trunk/silo/debian/changelog
trunk/silo/debian/control
Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=231&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Sat Jan 30 14:13:40 2010
@@ -13,6 +13,7 @@
* Build with default GCC, remove build-dep on gcc-4.3.
(Closes: #533811)
* Fix bashism in debian/rules. (Closes: #535419)
+ * Add ${misc:Depends} to dependencies (lintian warning).
-- Jurij Smakov <jurij at debian.org> Sat, 30 Jan 2010 13:37:25 +0000
Modified: trunk/silo/debian/control
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/control?rev=231&op=diff
==============================================================================
--- trunk/silo/debian/control (original)
+++ trunk/silo/debian/control Sat Jan 30 14:13:40 2010
@@ -11,7 +11,7 @@
Package: silo
Architecture: sparc
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: sparc-utils (<< 1.8-1)
Description: Sparc Improved LOader
Like LILO or MILO, but for SPARC.
More information about the Debootloaders-devel
mailing list