Return-Path: Mailing-List: contact mod_dtcl-cvs-help@tcl.apache.org; run by ezmlm Delivered-To: mailing list mod_dtcl-cvs@tcl.apache.org Received: (qmail 88776 invoked by uid 500); 28 Aug 2001 16:06:54 -0000 Delivered-To: apmail-tcl-moddtcl-cvs@apache.org Received: (qmail 88761 invoked from network); 28 Aug 2001 16:06:53 -0000 Received: from icarus.apache.org (64.125.133.21) by daedalus.apache.org with SMTP; 28 Aug 2001 16:06:53 -0000 Received: (qmail 14659 invoked by uid 1048); 28 Aug 2001 16:06:20 -0000 Date: 28 Aug 2001 16:06:20 -0000 Message-ID: <20010828160620.14658.qmail@icarus.apache.org> From: davidw@apache.org To: tcl-moddtcl-cvs@apache.org Subject: cvs commit: tcl-moddtcl/debian changelog control X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N davidw 01/08/28 09:06:20 Modified: . Makefile builddtcl.sh debian changelog control Log: Fixed up some of the build things and debian files. Revision Changes Path 1.17 +2 -2 tcl-moddtcl/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/tcl-moddtcl/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Makefile 2001/07/10 17:09:52 1.16 +++ Makefile 2001/08/28 16:06:20 1.17 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 2001/07/10 17:09:52 davidw Exp $ +# $Id: Makefile,v 1.17 2001/08/28 16:06:20 davidw Exp $ # Changed to use the Tcl variables from tclConfig.sh @@ -53,7 +53,7 @@ docs/documentation.html: $(TCLSH) ./docs/split.tcl docs/install.html docs/directives.html docs/commands.html docs/other.html > docs/documentation.html -docs/documentation.txt: +docs/documentation.txt: docs/documentation.html if test -x `which html2text` ; then html2text ./docs/documentation.html > ./docs/documentation.txt ; else echo "You need html2text to create documentation.txt from documentation.html" ; fi dist: clean docs/documentation.txt version 1.14 +3 -3 tcl-moddtcl/builddtcl.sh Index: builddtcl.sh =================================================================== RCS file: /home/cvs/tcl-moddtcl/builddtcl.sh,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- builddtcl.sh 2001/07/10 17:09:54 1.13 +++ builddtcl.sh 2001/08/28 16:06:20 1.14 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: builddtcl.sh,v 1.13 2001/07/10 17:09:54 davidw Exp $ +# $Id: builddtcl.sh,v 1.14 2001/08/28 16:06:20 davidw Exp $ # Name of tclsh - on FreeBSD, this is probably tclsh8.2 TCLSH=tclsh ######### CHANGEME ########## @@ -23,9 +23,9 @@ # Location of Apache source install (for static installs - you can # comment this out for shared lib installs -APACHE=$HOME/download/apache-1.3/ ######### CHANGEME ########## +# APACHE=$HOME/download/apache-1.3/ ######### CHANGEME ########## # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -# APACHE=/usr/local/src/apache-1.3/ +APACHE=/usr/local/src/apache-1.3/ # APACHE=/ export APACHE 1.10 +8 -0 tcl-moddtcl/debian/changelog Index: changelog =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/changelog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changelog 2001/06/02 17:27:38 1.9 +++ changelog 2001/08/28 16:06:20 1.10 @@ -1,3 +1,11 @@ +libapache-mod-dtcl (0.11.1-1) unstable; urgency=low + + * Fixed VARS variable, documentation updates. + + * Fixed build variables: (closes: #102208) + +-- David N. Welton Fri, 27 Jul 2001 13:52:10 +0200 + libapache-mod-dtcl (0.11.0-1) unstable; urgency=low * New variable command 'var'. 1.6 +1 -1 tcl-moddtcl/debian/control Index: control =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/control,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- control 2001/05/01 16:36:12 1.5 +++ control 2001/08/28 16:06:20 1.6 @@ -1,4 +1,5 @@ Source: libapache-mod-dtcl +Build-Depends: tcl8.3-dev, apache-dev, debhelper Section: web Priority: optional Maintainer: David N. Welton @@ -6,7 +7,6 @@ Package: libapache-mod-dtcl Architecture: any -Build-Depends: tcl8.3-dev, apache-dev, debhelper Depends: ${shlibs:Depends}, apache-common (>= 1.3.6) Description: Server side Tcl scripting for Apache The mod_dtcl Apache module enables the use of Tcl as an HTML-embedded