[Pkg-tcltk-commits] r1467 - tclex/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Tue Aug 20 12:44:32 UTC 2013


Author: sgolovan
Date: 2013-08-20 12:44:32 +0000 (Tue, 20 Aug 2013)
New Revision: 1467

Modified:
   tclex/trunk/debian/changelog
   tclex/trunk/debian/control
Log:
[tclex]
  * Added ${misc:Depends} substitution variable to debian/control


Modified: tclex/trunk/debian/changelog
===================================================================
--- tclex/trunk/debian/changelog	2013-08-20 12:36:58 UTC (rev 1466)
+++ tclex/trunk/debian/changelog	2013-08-20 12:44:32 UTC (rev 1467)
@@ -6,8 +6,9 @@
   * Bumped debhelper compatibility version to 8.
   * Bumped standards version to 3.9.4.
   * Put examples into the binary package.
+  * Added ${misc:Depends} substitution variable to debian/control
 
- -- Sergei Golovan <sgolovan at debian.org>  Tue, 20 Aug 2013 16:17:59 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Tue, 20 Aug 2013 16:42:27 +0400
 
 tclex (1.2a1-15) unstable; urgency=low
 

Modified: tclex/trunk/debian/control
===================================================================
--- tclex/trunk/debian/control	2013-08-20 12:36:58 UTC (rev 1466)
+++ tclex/trunk/debian/control	2013-08-20 12:44:32 UTC (rev 1467)
@@ -8,7 +8,7 @@
 
 Package: tcl-tclex
 Architecture: any
-Depends: ${shlibs:Depends}, ${tcl:Depends}
+Depends: ${shlibs:Depends}, ${tcl:Depends}, ${misc:Depends}
 Conflicts: tclex
 Replaces: tclex
 Provides: tclex




More information about the Pkg-tcltk-commits mailing list