[Pkg-tcltk-commits] r1267 - iwidgets4/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed May 30 04:44:19 UTC 2012
Author: sgolovan
Date: 2012-05-30 04:44:19 +0000 (Wed, 30 May 2012)
New Revision: 1267
Modified:
iwidgets4/trunk/debian/changelog
iwidgets4/trunk/debian/control
Log:
[iwidgets4]
* Added ${misc:Depends} substitution variable to debian/control because
the package uses debhelper.
Modified: iwidgets4/trunk/debian/changelog
===================================================================
--- iwidgets4/trunk/debian/changelog 2012-05-30 04:38:48 UTC (rev 1266)
+++ iwidgets4/trunk/debian/changelog 2012-05-30 04:44:19 UTC (rev 1267)
@@ -2,6 +2,8 @@
* Removed Chris Waters from the uploaders list (closes: #664110).
* Added get-orig-source target to debian/rules.
+ * Added ${misc:Depends} substitution variable to debian/control because
+ the package uses debhelper.
* Switched to 3.0 (quilt) source package format.
* Bumped debhelper compatibility version to 8.
* Bumped standards version to 3.9.3.
Modified: iwidgets4/trunk/debian/control
===================================================================
--- iwidgets4/trunk/debian/control 2012-05-30 04:38:48 UTC (rev 1266)
+++ iwidgets4/trunk/debian/control 2012-05-30 04:44:19 UTC (rev 1267)
@@ -11,7 +11,7 @@
Package: iwidgets4
Priority: optional
Architecture: all
-Depends: itk3
+Depends: itk3, ${misc:Depends}
Suggests: iwidgets4-doc
Conflicts: itcl3.0 (<< 3.0.1)
Description: [incr Widgets] Tk-based widget collection - run-time files
@@ -26,6 +26,7 @@
Section: doc
Priority: optional
Architecture: all
+Depends: ${misc:Depends}
Suggests: iwidgets4
Conflicts: iwidgets-dev, iwidgets-doc, itcl3.0-dev (<< 3.0.1)
Description: [incr Widgets] Tk-based widget collection - man pages
More information about the Pkg-tcltk-commits
mailing list