[Pkg-tcltk-commits] r1144 - tcl8.6/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Jul 20 18:26:01 UTC 2011
Author: sgolovan
Date: 2011-07-20 18:26:01 +0000 (Wed, 20 Jul 2011)
New Revision: 1144
Added:
tcl8.6/trunk/debian/README.source
Modified:
tcl8.6/trunk/debian/changelog
tcl8.6/trunk/debian/control
Log:
[tcl8.6]
* Added ${misc:Depends} to debian/control.
* Added README.source which explains how to apply quilt patches.
Added: tcl8.6/trunk/debian/README.source
===================================================================
--- tcl8.6/trunk/debian/README.source (rev 0)
+++ tcl8.6/trunk/debian/README.source 2011-07-20 18:26:01 UTC (rev 1144)
@@ -0,0 +1,8 @@
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get detailed instructions on how to apply the series of patches
+and modify them, please read /usr/share/doc/quilt/README.source
+
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 20 Jul 2011 22:23:20 +0400
Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog 2011-07-20 17:54:26 UTC (rev 1143)
+++ tcl8.6/trunk/debian/changelog 2011-07-20 18:26:01 UTC (rev 1144)
@@ -3,9 +3,11 @@
* New upstream release.
* Moved /usr/share/tcltk/tcl8.6/tclConfig.sh back to the /usr/lib/tcl8.6
directory because it is architecture dependent.
+ * Added ${misc:Depends} to debian/control.
+ * Added README.source which explains how to apply quilt patches.
* Bumped standards version to 3.9.2.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 20 Jul 2011 14:27:26 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 20 Jul 2011 22:25:38 +0400
tcl8.6 (8.6.0~b1-4) experimental; urgency=low
Modified: tcl8.6/trunk/debian/control
===================================================================
--- tcl8.6/trunk/debian/control 2011-07-20 17:54:26 UTC (rev 1143)
+++ tcl8.6/trunk/debian/control 2011-07-20 18:26:01 UTC (rev 1144)
@@ -11,7 +11,7 @@
Section: interpreters
Priority: optional
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tcl74 (<= 7.4p3-2)
Provides: tclsh
Suggests: tclreadline
@@ -24,6 +24,7 @@
Section: doc
Priority: optional
Architecture: all
+Depends: ${misc:Depends}
Suggests: tcl8.6
Conflicts: tcldoc
Provides: tcldoc
@@ -35,7 +36,7 @@
Section: devel
Priority: optional
Architecture: any
-Depends: tcl8.6 (= ${binary:Version})
+Depends: tcl8.6 (= ${binary:Version}), ${misc:Depends}
Suggests: tcl8.6-doc
Description: Tcl (the Tool Command Language) v8.6 - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
More information about the Pkg-tcltk-commits
mailing list