[Pkg-jed-commit] r1168 - slang-slirp/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Dec 11 09:43:28 UTC 2008


Author: rafael
Date: 2008-12-11 09:43:28 +0000 (Thu, 11 Dec 2008)
New Revision: 1168

Modified:
   slang-slirp/trunk/debian/changelog
   slang-slirp/trunk/debian/control
Log:
Add ${misc:Depends} to Depends and avoid Lintian warning

Modified: slang-slirp/trunk/debian/changelog
===================================================================
--- slang-slirp/trunk/debian/changelog	2008-12-11 09:40:00 UTC (rev 1167)
+++ slang-slirp/trunk/debian/changelog	2008-12-11 09:43:28 UTC (rev 1168)
@@ -4,6 +4,7 @@
   * debian/control:
     - Bump Standards-Version to 3.8.0 (no changes needed)
     - Drop quilt from Build-Depends
+    - Add ${misc:Depends} to Depends and avoid Lintian warning
   * debian/watch:
     - Use passive FTP
     - Fix regular expression for upstream version number

Modified: slang-slirp/trunk/debian/control
===================================================================
--- slang-slirp/trunk/debian/control	2008-12-11 09:40:00 UTC (rev 1167)
+++ slang-slirp/trunk/debian/control	2008-12-11 09:43:28 UTC (rev 1168)
@@ -11,7 +11,7 @@
 
 Package: slang-slirp
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
 Description: C code generator for the S-Lang scripting language
  SLIRP is a C code generator, aimed at simplifying the process of




More information about the Pkg-jed-commit mailing list