debian/0000755000000000000000000000000012221210737007163 5ustar debian/copyright0000644000000000000000000000507211026443137011126 0ustar This package was debianized by David N. Welton on Sat, 26 Jul 2003 21:30:01 +0200. It was downloaded from http://sourceforge.net/projects/tclvfs Upstream Authors: Vince Darley Jeff Hobbs Pat Thoyts Jean-Claude Wippler Steve Huntley Copyright (c) 2001-2008 Vince Darley Copyright: This software is copyrighted by the Vince Darley, 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. debian/tcl-vfs.manpages0000644000000000000000000000001311762073034012256 0ustar doc/*.3tcl debian/rules0000755000000000000000000000374011762073034010255 0ustar #!/usr/bin/make -f version = 1.3 cvsdate = 20070620 reldate = 20080503 DIR = $(shell pwd)/debian/tcl-vfs DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ --with-tcl=/usr/lib \ --enable-threads override_dh_auto_install: # Install the package into debian/tcl-vfs. $(MAKE) install-binaries install-libraries DESTDIR=$(DIR) # Remove #! from non-executable files for f in fishvfs.tcl templatevfs.tcl ; do \ sed -i -e'1d' $(DIR)/usr/lib/vfs*/template/$$f || exit 1 ; \ done # Move Tcl scripts to /usr/share/tcltk cp -a $(DIR)/usr/lib/vfs* $(DIR)/usr/share/tcltk rm -r $(DIR)/usr/lib/vfs*/* mv $(DIR)/usr/share/tcltk/vfs*/*.so $(DIR)/usr/lib/vfs* # Remove empty directories find $(DIR)/ -empty -prune -exec rmdir \{\} \; # Cleanup manpages cd doc && \ for f in *.n ; do \ sed -e'/^\.so man.macros/ d' \ -e'/^\.B[SE]$$/ d' \ -e's/^\.TH \([^ ]\+\) n/.TH \1 3tcl/' \ $$f >$$(basename $$f .n).3tcl || exit 1; \ done override_dh_auto_test: # Disable tests override_dh_shlibdeps: tcltk-depends dh_shlibdeps get-orig-source: get-orig-source-release get-orig-source-release: wget -O tclvfs_$(version)-$(reldate).orig.tar.gz \ http://heanet.dl.sourceforge.net/sourceforge/tclvfs/tclvfs-$(reldate).tar.gz get-orig-source-cvs: CURDIR=`pwd` && \ TMPDIR=`mktemp -d /tmp/tclvfs.XXXXXX` && \ SCRDIR=`dirname $(MAKEFILE_LIST)` && \ expect $$SCRDIR/checkout $$TMPDIR "$(cvsdate)T23:59:59" && \ find $$TMPDIR -name CVS -print | xargs rm -rf && \ cd $$TMPDIR && \ tar -zcf $$CURDIR/tclvfs_$(version)-$(cvsdate).orig.tar.gz . && \ rm -rf $$TMPDIR .PHONY: override_dh_auto_configure override_dh_auto_install override_dh_auto_test override_dh_shlibdeps .PHONY: get-orig-source get-orig-source-release get-orig-source-cvs debian/README.Debian0000644000000000000000000000060711761443312011234 0ustar This package suggests three other packages: * tcl-memchan: it is used for reading file contents from VFS (without it only browsing directories is possible); * tcl-trf: it is useful for reading files from zip virtual file system; * tcllib: it contains auxiliary packages for ftp, tar virtual file systems. -- Sergei Golovan , Wed, 30 May 2012 20:03:58 +0400 debian/tcl-vfs.dirs0000644000000000000000000000002011761443312011421 0ustar usr/share/tcltk debian/control0000644000000000000000000000140612221210706010563 0ustar Source: tclvfs Section: interpreters Priority: optional Maintainer: Sergei Golovan Build-Depends: debhelper (>> 8.0.0), dpkg-dev (>= 1.16.1~), tcl-dev (>= 8.4.0) Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/tclvfs Package: tcl-vfs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends} Replaces: tclvfs Conflicts: tclvfs Provides: tclvfs Suggests: tcl-memchan, tcl-trf, tcllib Description: Exposes Tcl's virtual filesystem C API to the Tcl script level The tcl-vfs package provides an extension to the Tcl language which allows Virtual Filesystems to be built using Tcl scripts only. It gives also a collection of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http, webdav, namespace, url) debian/source/0000755000000000000000000000000012221210737010463 5ustar debian/source/format0000644000000000000000000000001411761443312011676 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000001311762073034010170 0ustar doc/*.3tcl debian/compat0000644000000000000000000000000211761443312010366 0ustar 8 debian/tcl-vfs.docs0000644000000000000000000000003311761443312011414 0ustar DESCRIPTION.txt Readme.txt debian/checkout0000644000000000000000000000067510624105607010727 0ustar #!/usr/bin/expect switch -- [llength $argv] { 0 { set date "now" ; set dir . } 1 { set date "now" ; set dir [lindex $argv 0] } default { set date [lindex $argv 1] ; set dir [lindex $argv 0] } } cd $dir set cvsroot ":pserver:anonymous@tclvfs.cvs.sourceforge.net:/cvsroot/tclvfs" spawn cvs -q -d$cvsroot login expect -re "assword: " send "\r" system "cvs -q -d$cvsroot -z9 co -D \"$date\" tclvfs" system "cvs -q -d$cvsroot logout" debian/watch0000644000000000000000000000024611761443312010223 0ustar # Watch control file for uscan # Compulsory line, this is a version 3 file version=3 opts=dversionmangle=s/[.0-9]*-// \ http://sf.net/tclvfs/tclvfs-([\d.]*).tar.gz debian/patches/0000755000000000000000000000000012221210737010612 5ustar debian/patches/man.diff0000644000000000000000000000304311026443137012223 0ustar --- tclvfs-1.3-20080503.orig/doc/vfs.n +++ tclvfs-1.3-20080503/doc/vfs.n @@ -138,7 +138,7 @@ \fImount.zip\fR is a zip archive which has been mounted (on top of itself) and contains \fIxxx/yyy\fR, and the current working directory is inside \fIxxx\fR, and we evaluate a command like \fIfile exists -yyy\fR, then \fIroot\R will be \fIC:/foo/bar/mount.zip\fR, +yyy\fR, then \fIroot\fR will be \fIC:/foo/bar/mount.zip\fR, \fIrelative\fR will be \fIxxx/yyy\fR, and \fIactualpath\fR will be \fIyyy\fR. The file separator between the \fIroot\fR and \fIrelative\fR is omitted. @@ -218,7 +218,7 @@ Delete the given directory. \fIrecursive\fR is either 0 or 1. If it is 1 then even if the directory is non-empty, an attempt should be made to recursively delete it and its contents. If it is 0 and -the directory is non-empty, a posix error (EEXIST) should be +the directory is non-empty, a posix error (ENOTEMPTY) should be thrown. .TP \fIcommand\fR \fIstat\fR \fIr-r-a\fR --- tclvfs-1.3-20080503.orig/doc/vfslib.n +++ tclvfs-1.3-20080503/doc/vfslib.n @@ -58,8 +58,8 @@ .PP The current supported types are ftp, tar, http, zip, mk4, ns, webdav. In addition there is the ability to mount any 'urltype' as a new volume, -provided an appropriate vfs is supported. This means that you can treat -'ftp://', 'http://' and 'file://' urls as files. To do this, simply +provided an appropriate vfs is supported. This means that you can +treat 'ftp://', 'http://' and 'file://' urls as files. To do this, simply evaluate the command .PP \fIvfs::urltype::Mount ftp\fR debian/patches/vfs.diff0000644000000000000000000000112612221210706012236 0ustar Author: Upstream Description: Patch fixes FTBFS with conflicting types error when the package is built with Tcl 8.6. Last-Modified: Fri, 27 Sep 2013 09:00:17 +0400 --- tclvfs-1.3-20080503.orig/generic/vfs.c +++ tclvfs-1.3-20080503/generic/vfs.c @@ -39,6 +39,10 @@ #define TCL_GLOB_TYPE_MOUNT (1<<7) #endif +#ifndef CONST86 +#define CONST86 +#endif + /* * Only the _Init function is exported. */ @@ -1656,7 +1660,7 @@ return returnVal; } -static CONST char** +static CONST char * CONST86 * VfsFileAttrStrings(pathPtr, objPtrRef) Tcl_Obj* pathPtr; Tcl_Obj** objPtrRef; debian/patches/m4.diff0000644000000000000000000000113111026443137011764 0ustar --- tclvfs-1.3-20080503.orig/tclconfig/tcl.m4 +++ tclvfs-1.3-20080503/tclconfig/tcl.m4 @@ -1486,12 +1486,15 @@ SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" + # following line added by CW for Debian GNU/Hurd + TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" + SHLIB_LD="${CC} -shared" - DL_OBJS="" + DL_OBJS="tclLoadDl.o" DL_LIBS="-ldl" LDFLAGS="$LDFLAGS -Wl,--export-dynamic" CC_SEARCH_FLAGS="" - LD_SEARCH_FLAGS="" + LD_SEARCH_FLAGS="${CC_SEARCH_FLAGS}" if test "`uname -m`" = "alpha" ; then CFLAGS="$CFLAGS -mieee" fi debian/patches/configure.diff0000644000000000000000000000147311026443137013436 0ustar --- tclvfs-1.3-20080503.orig/configure +++ tclvfs-1.3-20080503/configure @@ -7937,12 +7937,15 @@ SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" + # following line added by CW for Debian GNU/Hurd + TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" + SHLIB_LD="${CC} -shared" - DL_OBJS="" + DL_OBJS="tclLoadDl.o" DL_LIBS="-ldl" LDFLAGS="$LDFLAGS -Wl,--export-dynamic" CC_SEARCH_FLAGS="" - LD_SEARCH_FLAGS="" + LD_SEARCH_FLAGS="${CC_SEARCH_FLAGS}" if test "`uname -m`" = "alpha" ; then CFLAGS="$CFLAGS -mieee" fi @@ -9803,7 +9806,6 @@ # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ -s/:*\$(srcdir):*/:/; s/:*\${srcdir}:*/:/; s/:*@srcdir@:*/:/; s/^\([^=]*=[ ]*\):*/\1/; debian/patches/series0000644000000000000000000000012112221210706012015 0ustar encoding.diff zipfix.diff configure.diff m4.diff man.diff pkgindex.diff vfs.diff debian/patches/encoding.diff0000644000000000000000000001445411026443137013246 0ustar Patch by Sergei Golovan (initially by Victor Wagner taken from http://sourceforge.net/tracker/index.php?func=detail&aid=1011498&group_id=32692&atid=406308) fixes -encoding and -eofchar of files opened on VFS. Probably, the patch is incomplete for mk4fs with ::mk4vfs::zstreamed set to 1. --- tclvfs-1.3-20080503.orig/library/ftpvfs.tcl +++ tclvfs-1.3-20080503/library/ftpvfs.tcl @@ -133,10 +133,13 @@ ftp::Get $fd $name -variable tmp set filed [vfs::memchan] + set encoding [fconfigure $filed -encoding] + set eofchar [fconfigure $filed -eofchar] + set translation [fconfigure $filed -translation] fconfigure $filed -translation binary puts -nonewline $filed $tmp - fconfigure $filed -translation auto + fconfigure $filed -translation $translation -encoding $encoding -eofchar $eofchar seek $filed 0 return [list $filed] } --- tclvfs-1.3-20080503.orig/library/httpvfs.tcl +++ tclvfs-1.3-20080503/library/httpvfs.tcl @@ -357,11 +357,14 @@ "r" { set token [geturl "$dirurl$urlname" -headers $headers] set filed [vfs::memchan] + set encoding [fconfigure $filed -encoding] + set eofchar [fconfigure $filed -eofchar] + set translation [fconfigure $filed -translation] fconfigure $filed -translation binary puts -nonewline $filed [::http::data $token] http::cleanup $token - fconfigure $filed -translation auto + fconfigure $filed -translation $translation -encoding $encoding -eofchar $eofchar seek $filed 0 # XXX: the close command should free vfs::memchan somehow?? return [list $filed] --- tclvfs-1.3-20080503.orig/library/tclprocvfs.tcl +++ tclvfs-1.3-20080503/library/tclprocvfs.tcl @@ -84,9 +84,12 @@ "" - "r" { set nfd [vfs::memchan] + set encoding [fconfigure $nfd -encoding] + set eofchar [fconfigure $nfd -eofchar] + set translation [fconfigure $nfd -translation] fconfigure $nfd -translation binary puts -nonewline $nfd [_generate ::${ns}::${name}] - fconfigure $nfd -translation auto + fconfigure $nfd -translation $translation -encoding $encoding -eofchar $eofchar seek $nfd 0 return [list $nfd] } --- tclvfs-1.3-20080503.orig/library/webdavvfs.tcl +++ tclvfs-1.3-20080503/library/webdavvfs.tcl @@ -153,8 +153,12 @@ upvar #0 $token state set filed [vfs::memchan] + set encoding [fconfigure $filed -encoding] + set eofchar [fconfigure $filed -eofchar] + set translation [fconfigure $filed -translation] fconfigure $filed -encoding binary -translation binary puts -nonewline $filed [::http::data $token] + fconfigure $filed -translation $translation -encoding $encoding -eofchar $eofchar seek $filed 0 ::http::cleanup $token return [list $filed] --- tclvfs-1.3-20080503.orig/library/tkvfs.tcl +++ tclvfs-1.3-20080503/library/tkvfs.tcl @@ -72,9 +72,12 @@ "" - "r" { set nfd [vfs::memchan] + set encoding [fconfigure $nfd -encoding] + set eofchar [fconfigure $nfd -eofchar] + set translation [fconfigure $nfd -translation] fconfigure $nfd -translation binary puts -nonewline $nfd [_generate ${widg}.${name}] - fconfigure $nfd -translation auto + fconfigure $nfd -translation $translation -encoding $encoding -eofchar $eofchar seek $nfd 0 return [list $nfd] } --- tclvfs-1.3-20080503.orig/library/tarvfs.tcl +++ tclvfs-1.3-20080503/library/tarvfs.tcl @@ -107,6 +107,9 @@ ::tar::stat $tarfd $name sb set nfd [vfs::memchan] + set encoding [fconfigure $nfd -encoding] + set eofchar [fconfigure $nfd -eofchar] + set translation [fconfigure $nfd -translation] fconfigure $nfd -translation binary # get the starting point from structure @@ -115,7 +118,7 @@ puts -nonewline $nfd $data - fconfigure $nfd -translation auto + fconfigure $nfd -translation $translation -encoding $encoding -eofchar $eofchar seek $nfd 0 return [list $nfd] } --- tclvfs-1.3-20080503.orig/library/zipvfs.tcl +++ tclvfs-1.3-20080503/library/zipvfs.tcl @@ -108,6 +108,9 @@ ::zip::stat $zipfd $name sb set nfd [vfs::memchan] + set encoding [fconfigure $nfd -encoding] + set eofchar [fconfigure $nfd -eofchar] + set translation [fconfigure $nfd -translation] fconfigure $nfd -translation binary seek $zipfd $sb(ino) start @@ -115,7 +118,7 @@ puts -nonewline $nfd $data - fconfigure $nfd -translation auto + fconfigure $nfd -translation $translation -encoding $encoding -eofchar $eofchar seek $nfd 0 return [list $nfd] } --- tclvfs-1.3-20080503.orig/library/mk4vfs.tcl +++ tclvfs-1.3-20080503/library/mk4vfs.tcl @@ -183,19 +183,25 @@ set fd [vfs::zstream decompress $fd $sb(csize) $sb(size)] } else { set fd [vfs::memchan] + set encoding [fconfigure $fd -encoding] + set eofchar [fconfigure $fd -eofchar] + set translation [fconfigure $fd -translation] fconfigure $fd -translation binary set s [mk::get $sb(ino) contents] puts -nonewline $fd [vfs::zip -mode decompress $s] - fconfigure $fd -translation auto + fconfigure $fd -translation $translation -encoding $encoding -eofchar $eofchar seek $fd 0 } } elseif { $::mk4vfs::direct } { set fd [vfs::memchan] + set encoding [fconfigure $fd -encoding] + set eofchar [fconfigure $fd -eofchar] + set translation [fconfigure $fd -translation] fconfigure $fd -translation binary puts -nonewline $fd [mk::get $sb(ino) contents] - fconfigure $fd -translation auto + fconfigure $fd -translation $translation -encoding $encoding -eofchar $eofchar seek $fd 0 } else { set fd [mk::channel $sb(ino) contents r] @@ -226,6 +232,9 @@ } set fd [vfs::memchan] + set encoding [fconfigure $fd -encoding] + set eofchar [fconfigure $fd -eofchar] + set translation [fconfigure $fd -translation] fconfigure $fd -translation binary set s [mk::get $sb(ino) contents] @@ -237,7 +246,7 @@ puts -nonewline $fd $s #set fd [mk::channel $sb(ino) contents a] } - fconfigure $fd -translation auto + fconfigure $fd -translation $translation -encoding $encoding -eofchar $eofchar seek $fd 0 end return [list $fd [list mk4vfs::do_close $db $fd $mode $sb(ino)]] } debian/patches/pkgindex.diff0000644000000000000000000000162711026443137013267 0ustar Debian-specific patch by Sergei Golovan which replaces current directory for tclvfs library by a fixed one. --- tclvfs-1.3-20080503.orig/pkgIndex.tcl.in +++ tclvfs-1.3-20080503/pkgIndex.tcl.in @@ -12,19 +12,18 @@ package require Tcl 8.4 namespace eval ::vfs {} -variable vfs::dll [file join $dir @PKG_LIB_FILE@] +variable vfs::dll [file join /usr/lib @PACKAGE_NAME@@PACKAGE_VERSION@ @PKG_LIB_FILE@] -proc loadvfs {dll} { +proc loadvfs {dir dll} { global auto_path if {![file exists $dll]} { return } - set dir [file dirname $dll] if {[lsearch -exact $auto_path $dir] == -1} { lappend auto_path $dir } load $dll } -package ifneeded vfs @PACKAGE_VERSION@ [list loadvfs $vfs::dll] +package ifneeded vfs @PACKAGE_VERSION@ [list loadvfs $dir $vfs::dll] # Allow optional redirect of VFS_LIBRARY components. Only necessary # for testing, but could be used elsewhere. debian/patches/zipfix.diff0000644000000000000000000000214711026443137012765 0ustar Patch by Victor Wagner (modified by Sergei Golovan for archives less than 512 bytes long) fixes zip vfs to work with prepended executable. --- tclvfs-1.3-20080503.orig/library/zipvfs.tcl +++ tclvfs-1.3-20080503/library/zipvfs.tcl @@ -113,7 +113,8 @@ set translation [fconfigure $nfd -translation] fconfigure $nfd -translation binary - seek $zipfd $sb(ino) start + upvar #0 zip::$zipfd cb + seek $zipfd [expr {$sb(ino)+$cb(base)}] start zip::Data $zipfd sb data puts -nonewline $nfd $data @@ -370,6 +371,7 @@ seek $fd $n end set hdr [read $fd $len] + set read [string length $hdr] set pos [string first "PK\05\06" $hdr] if {$pos == -1} { if {$at >= $sz} { @@ -384,7 +386,7 @@ } set hdr [string range $hdr [expr $pos + 4] [expr $pos + 21]] - set pos [expr [tell $fd] + $pos - 512] + set pos [expr [tell $fd] + $pos - $read] binary scan $hdr ssssiis \ cb(ndisk) cb(cdisk) \ @@ -445,7 +447,7 @@ zip::EndOfArchive $fd cb - seek $fd $cb(coff) start + seek $fd [expr {$cb(coff)+$cb(base)}] start set toc(_) 0; unset toc(_); #MakeArray debian/changelog0000644000000000000000000001172012221210706011032 0ustar tclvfs (1.3-20080503-4) unstable; urgency=low * Fixed FTBFS when building with Tcl 8.6. * Bumped standards version to 3.9.4. -- Sergei Golovan Fri, 27 Sep 2013 09:01:43 +0400 tclvfs (1.3-20080503-3) unstable; urgency=low * Fixed FTBFS when cleaning before the build itself. -- Sergei Golovan Fri, 01 Jun 2012 11:53:54 +0400 tclvfs (1.3-20080503-2) unstable; urgency=low * Renamed tclvfs into tcl-vfs to comply the Debian Tcl/Tk policy. * Added hardened build flags using dpkg-buildflags. * Use sourceforge.net redirector in debian/watch uscan control script. * Clarified the package description. * Mentioned tcllib as a suggested package in README.Debian. * Bumped debhelper compatibility version to 8. * Switched to 3.0 (quilt) source package format. * Bumped standards version to 3.9.3. * Removed TODO.Debian because Tcl 8.5 contains more recent http than 8.4. -- Sergei Golovan Fri, 01 Jun 2012 09:03:31 +0400 tclvfs (1.3-20080503-1) unstable; urgency=low * New upstream release. * Mangled Debian version in debian/watch to fit the current tclvfs upstream versioning scheme. * Removed undefinrd macros BE and BS from manpages. * Protected quilt invocations in debian/rules to make the source package convertible to 3.0 (quilt) format (closes: #482712). * Bumped standards version to 3.8.0. -- Sergei Golovan Thu, 19 Jun 2008 15:09:07 +0400 tclvfs (1.3-20070620-3) unstable; urgency=low * Added a patch by Victor Wagner (slightly modified) which fixes zip VFS to work with prepended executable. * Fixed default encoding and eofchar of files opened from VFS. * Removed empty directories from the binary package. * Bumped standards version to 3.7.3. -- Sergei Golovan Tue, 22 Jan 2008 20:29:31 +0300 tclvfs (1.3-20070620-2) unstable; urgency=low * Adapted the package to Debian Tcl/Tk policy. This includes moving the Tcl modules into a subdirectory of /usr/share/tcltk and switching to default tcl package in dependencies. * Added Homepage field in debian/control. * Added uscan control file debian/watch. -- Sergei Golovan Sat, 17 Nov 2007 14:27:55 +0300 tclvfs (1.3-20070620-1) unstable; urgency=low * New CVS snapshot. * Added uscan control script debian/watch. * Rewritten clean target in debian/rules to ignore only missing Makefile error. * Made clean-patched target in debian/rules depend on patch-stamp. -- Sergei Golovan Sun, 16 Sep 2007 21:53:34 +0400 tclvfs (1.3-20070414-2) unstable; urgency=low * New maintainer's email address sgolovan@debian.org. * Added libmemchan-tcl and libtrf-tcl to suggested packages in debian/control. * Added info about libmemchan-tcl and libtrf-tcl to README.Debian. * Added TODO.Debian file to documentation directory. * Added build-arch and build-indep targets to debian/rules. -- Sergei Golovan Sat, 04 Aug 2007 21:29:12 +0400 tclvfs (1.3-20070414-1) unstable; urgency=low * New maintainer Sergei Golovan (closes: #383656). * New CVS snapshot. * Converted package from Debian native form to non-native form. * Fixed errors in manual pages. * Changed debhelper compatibility version to 5. -- Sergei Golovan Sun, 20 May 2007 23:25:07 +0400 tclvfs (1.3-3) unstable; urgency=low * QA Upload. * Added support for GNU/Hurd and GNU/kFreeBSD. -- Aurelien Jarno Sun, 10 Dec 2006 17:26:21 +0100 tclvfs (1.3-2) unstable; urgency=low * QA Upload (Ack NMU; Closes: #319798, #353849) * Set Maintainer to QA Group, Orphaned: #383656 * Remove CVS Directories and files from tarball * Remove config.log on clean * Do not install Manpages from Makefile, use dh_installman, otherwise they end up in /usr/man/mann/. * Do not install README.cygwin * Conforms with latest Standards Version 3.7.2 -- Michael Ablassmeier Sat, 2 Sep 2006 12:32:47 +0200 tclvfs (1.3-1.1) unstable; urgency=low * Non-maintainer upload. * tclconfig/tcl.m4: Fixed shell syntax error. Closes: #353849. -- Lars Wirzenius Sat, 18 Mar 2006 21:15:06 +0000 tclvfs (1.3-1) unstable; urgency=low * New upstream release. -- David N. Welton Thu, 9 Dec 2004 20:33:40 +0100 tclvfs (1.2.1-3) unstable; urgency=low * Added Tcl dependency, tcllib Recommends, and a README.Debian file indicating the location of some useful extensions. * Bug fix: "Missing dependencies for tclvfs broke some vfs types", thanks to Victor Wagner (Closes: #266028). -- David N. Welton Mon, 23 Aug 2004 20:53:11 +0200 tclvfs (1.2.1-2) unstable; urgency=low * Added build-depend for Tcl dev package. -- David N. Welton Tue, 5 Aug 2003 18:47:26 +0200 tclvfs (1.2.1-1) unstable; urgency=low * Initial Release. -- David N. Welton Sat, 26 Jul 2003 21:30:01 +0200