[Pkg-tcltk-commits] r391 - itcl3/trunk

frankie at alioth.debian.org frankie at alioth.debian.org
Sun Nov 25 11:10:24 UTC 2007


Author: frankie
Date: 2007-11-25 11:10:24 +0000 (Sun, 25 Nov 2007)
New Revision: 391

Added:
   itcl3/trunk/README.Debian
   itcl3/trunk/changelog
   itcl3/trunk/compat
   itcl3/trunk/control
   itcl3/trunk/copyright
   itcl3/trunk/itcl3-dev.files
   itcl3/trunk/itcl3-doc.docs
   itcl3/trunk/itcl3-doc.files
   itcl3/trunk/itcl3.docs
   itcl3/trunk/itcl3.files
   itcl3/trunk/itk3-dev.files
   itcl3/trunk/itk3-doc.files
   itcl3/trunk/itk3.files
   itcl3/trunk/rules
   itcl3/trunk/shlibs.local
   itcl3/trunk/svn-commit.tmp
Log:
Importing current itcl3 debian stuff


Added: itcl3/trunk/README.Debian
===================================================================
--- itcl3/trunk/README.Debian	                        (rev 0)
+++ itcl3/trunk/README.Debian	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,8 @@
+Earlier packages of itcl/itk were given names like "itcl3.1", and were
+tied to specific versions of tcl/tk.  This version uses the "stubs",
+which is supposed to make it independent of the version of tcl/tk in
+use.  That's the theory.  In practice, because of the threading support
+introduced in tcl8.4, this package needs v8.4, but it should have reasonable
+forward compatibility, so I have changed the package names to itcl3 and itk3.
+
+ -- Chris Waters <xtifr at debian.org>, Sun Aug 24 14:50:10 2003

Added: itcl3/trunk/changelog
===================================================================
--- itcl3/trunk/changelog	                        (rev 0)
+++ itcl3/trunk/changelog	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,51 @@
+itcl3 (3.2.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update build-deps for xlibs-dev removal; closes: #346711.
+  * Credit and Big Thanks to Justin Pryzby
+    <justinpryzby at users.sourceforge.net> for the patch and testing.
+
+ -- Amaya Rodrigo Sastre <amaya at debian.org>  Thu, 19 Jan 2006 12:54:55 +0100
+
+itcl3 (3.2.1-3) unstable; urgency=low
+
+  * Added conflicts with old version of the insight package, which
+    included its own internal versions of the itcl3.2 libraries
+    (closes: #210199, #210200).
+  * Hack pkgIndex.tcl to load the proper shared library (closes: #21119).
+
+ -- Chris Waters <xtifr at debian.org>  Tue, 16 Sep 2003 15:26:19 -0700
+
+itcl3 (3.2.1-2) unstable; urgency=low
+
+  * Don't override CFLAGS in debian/rules - this is no longer supported
+    upstream, and (among other things), it causes the -fPIC flag to go
+    away (closes: #209153).
+  * Fix debian/rules to properly generate itkConfig.sh (closes: #209175).
+
+ -- Chris Waters <xtifr at debian.org>  Mon,  8 Sep 2003 15:57:12 -0700
+
+itcl3 (3.2.1-1) unstable; urgency=low
+
+  * Changed direct symlink to indirect one to match dependencies (keeps
+    lintian quiet).
+  * Added quick README.Debian to explain package renaming.
+  * First actual release to Debian archives.
+
+ -- Chris Waters <xtifr at debian.org>  Sun, 24 Aug 2003 15:02:03 -0700
+
+itcl3 (3.2.1-0pre2) unstable; urgency=low
+
+  * Second prerelease testing package.  Changed package name(s).  
+  * Removed provides lines for itclsh and itkwish (which no are no longer
+    provided).
+  * Although this itcl *should* work with any tcl8.x, my tests indicate
+    that it actually needs 8.4.
+
+ -- Chris Waters <xtifr at debian.org>  Wed, 20 Aug 2003 13:43:33 -0700
+
+itcl3.2 (3.2.1-0pre1) unstable; urgency=low
+
+  * New itcl package, prerelease testing package.
+
+ -- Chris Waters <xtifr at debian.org>  Mon, 21 Jul 2003 19:57:16 -0700

Added: itcl3/trunk/compat
===================================================================
--- itcl3/trunk/compat	                        (rev 0)
+++ itcl3/trunk/compat	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1 @@
+4

Added: itcl3/trunk/control
===================================================================
--- itcl3/trunk/control	                        (rev 0)
+++ itcl3/trunk/control	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,118 @@
+Source: itcl3
+Section: libs
+Priority: optional
+Maintainer: Chris Waters <xtifr at debian.org>
+Build-Depends: debhelper (>= 4), libxt-dev, tcl8.4-dev, tk8.4-dev
+Standards-Version: 3.6.0
+
+Package: itcl3
+Section: libs
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, tcl8.4
+Suggests: itcl3-doc
+Conflicts: insight (<= 5.3+cvs.2003.08.30-1)
+Description: [incr Tcl] OOP extension for Tcl - run-time files
+ [incr Tcl] (or itcl) is a popular object-oriented extension for the
+ embeddable Tcl scripting language.  The name is a play on C++, and
+ itcl has a similar object model, including multiple inheritance and
+ public and private classes and variables.  Unlike most OOP extensions
+ to Tcl, itcl is written in C for speed. 
+ .
+ This package contains everything you need to run itcl scripts and
+ itcl-enabled apps.
+ .
+ Homepage: http://incrtcl.sourceforge.net/
+
+Package: itcl3-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libc6-dev, tcl8.4-dev, itcl3 (= ${Source-Version})
+Conflicts: itcl-dev
+Recommends: itcl3-doc
+Description: [incr Tcl] OOP extension for Tcl - development files
+ [incr Tcl] (or itcl) is a popular object-oriented extension for the
+ embeddable Tcl scripting language.  The name is a play on C++, and
+ itcl has a similar object model, including multiple inheritance and
+ public and private classes and variables.  Unlike most OOP extensions
+ to Tcl, itcl is written in C for speed. 
+ .
+ This package contains the headers and libraries needed to embed or
+ add C extensions to itcl.
+ .
+ Homepage: http://incrtcl.sourceforge.net/
+
+Package: itcl3-doc
+Section: devel
+Priority: optional
+Architecture: all
+Suggests: itcl3
+Conflicts: itcl-dev, itcl-doc
+Provides: itcl-doc
+Description: [incr Tcl] OOP extension for Tcl - manual pages
+ [incr Tcl] (or itcl) is a popular object-oriented extension for the
+ embeddable Tcl scripting language.  The name is a play on C++, and
+ itcl has a similar object model, including multiple inheritance and
+ public and private classes and variables.  Unlike most OOP extensions
+ to Tcl, itcl is written in C for speed. 
+ .
+ This package contains the man pages for the new commands that itcl
+ adds to Tcl.
+ .
+ Homepage: http://incrtcl.sourceforge.net/
+
+Package: itk3
+Section: libs
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, tk8.4, itcl3 (= ${Source-Version})
+Suggests: itk3-doc
+Conflicts: insight (<= 5.3+cvs.2003.08.30-1)
+Description: [incr Tk] OOP extension for Tk - run-time files
+ [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
+ with the popular Tk graphical toolkit to create a framework for
+ creating mega-widgets.  One such set of mega-widgets is provided by
+ the iwidgets package.
+ .
+ This package contains everything you need to run itk scripts and
+ itk-enabled apps.
+ .
+ Homepage: http://incrtcl.sourceforge.net/
+
+Package: itk3-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libc6-dev, itcl3-dev, tk8.4-dev, itk3 (= ${Source-Version})
+Conflicts: itk-dev, itcl3.0-dev (<< 3.0.1)
+Recommends: itk3-doc
+Description: [incr Tk] OOP extension for Tk - development files
+ [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
+ with the popular Tk graphical toolkit to create a framework for
+ creating mega-widgets.  One such set of mega-widgets is provided by
+ the iwidgets package.
+ .
+ This package contains the headers and libraries needed to embed or
+ add C extensions to itk.
+ .
+ Homepage: http://incrtcl.sourceforge.net/
+
+Package: itk3-doc
+Section: devel
+Priority: optional
+Architecture: all
+Recommends: itcl3-doc
+Suggests: itk3
+Conflicts: itk-dev, itk-doc
+Provides: itk-doc
+Description: [incr Tk] OOP extension for Tk - manual pages
+ [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
+ with the popular Tk graphical toolkit to create a framework for
+ creating mega-widgets.  One such set of mega-widgets is provided by
+ the iwidgets package.
+ .
+ This package contains the man pages for the classes provided by itk.
+ .
+ Homepage: http://incrtcl.sourceforge.net/
+

Added: itcl3/trunk/copyright
===================================================================
--- itcl3/trunk/copyright	                        (rev 0)
+++ itcl3/trunk/copyright	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,88 @@
+This package was debianized by Chris Waters <xtifr at debian.org> from sources
+found at http://sourceforge.net/project/showfiles.php?group_id=13244
+
+Itcl/Itk License:
+
+This software is copyrighted by Cadence Design Systems, Inc., and other
+parties.  The following terms apply to all files associated with the
+software unless explicitly disclaimed in individual files.
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal 
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license. 
+
+-----------------------------------------------------------------------
+ Following is the original agreement for the Tcl/Tk software from
+ Sun Microsystems.
+-----------------------------------------------------------------------
+
+This software is copyrighted by the Regents of the University of
+California, Sun Microsystems, Inc., and other parties.  The following
+terms apply to all files associated with the software unless explicitly
+disclaimed in individual files.
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal 
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license. 

Added: itcl3/trunk/itcl3-dev.files
===================================================================
--- itcl3/trunk/itcl3-dev.files	                        (rev 0)
+++ itcl3/trunk/itcl3-dev.files	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,4 @@
+usr/include/tcl8.4/itcl*
+usr/lib/libitcl*.a
+usr/lib/libitcl*.so
+usr/lib/itcl*/*.sh

Added: itcl3/trunk/itcl3-doc.docs
===================================================================
--- itcl3/trunk/itcl3-doc.docs	                        (rev 0)
+++ itcl3/trunk/itcl3-doc.docs	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,4 @@
+README
+INCOMPATIBLE
+TODO
+CHANGES

Added: itcl3/trunk/itcl3-doc.files
===================================================================
--- itcl3/trunk/itcl3-doc.files	                        (rev 0)
+++ itcl3/trunk/itcl3-doc.files	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1 @@
+usr/share/man/man3/*.3itcl

Added: itcl3/trunk/itcl3.docs
===================================================================
--- itcl3/trunk/itcl3.docs	                        (rev 0)
+++ itcl3/trunk/itcl3.docs	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,4 @@
+README
+INCOMPATIBLE
+TODO
+CHANGES

Added: itcl3/trunk/itcl3.files
===================================================================
--- itcl3/trunk/itcl3.files	                        (rev 0)
+++ itcl3/trunk/itcl3.files	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,2 @@
+usr/lib/itcl[0-9]*
+usr/lib/libitcl*.so.*

Added: itcl3/trunk/itk3-dev.files
===================================================================
--- itcl3/trunk/itk3-dev.files	                        (rev 0)
+++ itcl3/trunk/itk3-dev.files	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,4 @@
+usr/include/tcl8.4/itk*
+usr/lib/libitk*.a
+usr/lib/libitk*.so
+usr/lib/itk*/*.sh

Added: itcl3/trunk/itk3-doc.files
===================================================================
--- itcl3/trunk/itk3-doc.files	                        (rev 0)
+++ itcl3/trunk/itk3-doc.files	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1 @@
+usr/share/man/man3/*.3itk

Added: itcl3/trunk/itk3.files
===================================================================
--- itcl3/trunk/itk3.files	                        (rev 0)
+++ itcl3/trunk/itk3.files	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,2 @@
+usr/lib/itk[0-9]*
+usr/lib/libitk*.so.*

Added: itcl3/trunk/rules
===================================================================
--- itcl3/trunk/rules	                        (rev 0)
+++ itcl3/trunk/rules	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,143 @@
+#!/usr/bin/make -f
+
+v = 3.2
+vv = 3.2.1
+tcltk = 8.4
+dtmp=$(shell pwd)/debian/tmp
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	sh ./configure --prefix=/usr --includedir=/usr/include/tcl$(tcltk) \
+	  --enable-shared --enable-threads --with-tcl=/usr/lib/tcl$(tcltk) \
+	  --with-tk=/usr/lib/tk$(tcltk)
+	$(MAKE)
+# Build the static library.
+	cd itcl && \
+	  ar cr libitcl$(v).a *.o && \
+	  ar d libitcl$(v).a itclStubLib.o tclAppInit.o && \
+	  ranlib libitcl$(v).a
+	cd itk && \
+	  ar cr libitk$(v).a *.o && \
+	  ar d libitk$(v).a itkStubLib.o tkAppInit.o && \
+	  ranlib libitk$(v).a
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+
+	-$(MAKE) clean
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	mkdir -p debian/tmp
+	$(MAKE) prefix=$(dtmp)/usr exec_prefix=$(dtmp)/usr \
+		includedir=$(dtmp)/usr/include/tcl$(tcltk) install
+
+# Fix up the itcl libraries.
+	cp itcl/libitcl$(v).a $(dtmp)/usr/lib
+	mv $(dtmp)/usr/lib/libitcl$(v).so $(dtmp)/usr/lib/libitcl$(v).so.1
+	ln -sf libitcl$(v).so.1 $(dtmp)/usr/lib/libitcl$(v).so
+#  (itclConfig.sh doesn't get installed at all, so we install it here)
+	perl -p \
+	  -e "s|^(ITCL_BUILD_LIB_SPEC)=.*$$|\1='-L/usr/lib -litcl$(v)'|;" \
+	  -e "s|^(ITCL_BUILD_STUB_LIB_SPEC)=.*$$|\1='-L/usr/lib -litclstub$(v)'|;" \
+	  -e "s|^(ITCL_SRC_DIR)=.*$$|\1='/usr/include/tcl$(tcltk)/itcl-private'|" \
+	  itcl/itclConfig.sh > $(dtmp)/usr/lib/itcl$(v)/itclConfig.sh
+#	mv $(dtmp)/usr/lib/itcl*.sh $(dtmp)/usr/lib/itcl$(v)
+
+# Fix up the itk libraries.
+	cp itk/libitk$(v).a $(dtmp)/usr/lib
+	mv $(dtmp)/usr/lib/libitk$(v).so $(dtmp)/usr/lib/libitk$(v).so.1
+	ln -sf libitk$(v).so.1 $(dtmp)/usr/lib/libitk$(v).so
+#  (itkConfig.sh doesn't get installed at all, so we install it here)
+	perl -p \
+	  -e "s|^(ITK_BUILD_LIB_SPEC)=.*$$|\1='-L/usr/lib -litk$(v)'|;" \
+	  -e "s|^(ITK_BUILD_STUB_LIB_SPEC)=.*$$|\1='-L/usr/lib -litkstub$(v)'|;" \
+	  -e "s|^(ITK_SRC_DIR)=.*$$|\1='/usr/include/tcl$(tcltk)/itk-private'|" \
+	  itk/itkConfig.sh > $(dtmp)/usr/lib/itk$(v)/itkConfig.sh
+#	mv $(dtmp)/usr/lib/itk*.sh $(dtmp)/usr/lib/itk$(v)
+
+# Fix up the include files.
+	install -d $(dtmp)/usr/include/tcl$(tcltk)/itcl-private/generic
+	cp itcl/generic/*.h $(dtmp)/usr/include/tcl$(tcltk)/itcl-private/generic
+	install -d $(dtmp)/usr/include/tcl$(tcltk)/itk-private/generic
+	cp itk/generic/*.h $(dtmp)/usr/include/tcl$(tcltk)/itk-private/generic
+
+# Fix up the manpages.
+# - just remove the installed ones, they're all mixed together
+	rm -r $(dtmp)/usr/man
+	mkdir -p $(dtmp)/usr/share/man/man3
+
+	cp itcl/doc/*.n $(dtmp)/usr/share/man/man3
+	cd $(dtmp)/usr/share/man/man3 && \
+	  for i in *.n ; do \
+	    mv $$i `echo $$i | sed -e 's/\.n/\.3itcl/'` ; \
+          done
+	cp itk/doc/*.n $(dtmp)/usr/share/man/man3
+	cd $(dtmp)/usr/share/man/man3 && \
+	  for i in *.n ; do \
+	    mv $$i `echo $$i | sed -e 's/\.n/\.3itk/'` ; \
+          done
+
+	dh_movefiles
+
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	#dh_installexamples -i
+	dh_installchangelogs -pitcl3-doc -pitk3-doc ChangeLog
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installchangelogs -a ChangeLog
+
+# hack up the /usr/doc links for dependent packages
+	for f in itcl3-dev itk3 ; do \
+	  rm -rf debian/$${f}/usr/share/doc/$${f} ; \
+	  ln -sf itcl3 debian/$${f}/usr/share/doc/$${f} ; \
+	done
+	rm -rf debian/itk3-dev/usr/share/doc/itk3-dev
+	ln -sf itk3 debian/itk3-dev/usr/share/doc/itk3-dev
+
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -pitcl3 -V 'itcl3'
+	dh_makeshlibs -pitk3 -V 'itk3'
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: itcl3/trunk/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: itcl3/trunk/shlibs.local
===================================================================
--- itcl3/trunk/shlibs.local	                        (rev 0)
+++ itcl3/trunk/shlibs.local	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,2 @@
+libitcl3.2	1	
+libitk3.2	1	

Added: itcl3/trunk/svn-commit.tmp
===================================================================
--- itcl3/trunk/svn-commit.tmp	                        (rev 0)
+++ itcl3/trunk/svn-commit.tmp	2007-11-25 11:10:24 UTC (rev 391)
@@ -0,0 +1,4 @@
+Importing current itcl3 debian stuff
+--This line, and those below, will be ignored--
+
+A    debian




More information about the Pkg-tcltk-commits mailing list