You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2005/04/30 13:48:50 UTC

cvs commit: tcl-rivet/debian rivet.conf changelog control dirs rules

davidw      2005/04/30 04:48:50

  Modified:    debian   changelog control dirs rules
  Added:       debian   rivet.conf
  Log:
  Bumped Debian files to latest Debian package version.
  
  Revision  Changes    Path
  1.8       +7 -0      tcl-rivet/debian/changelog
  
  Index: changelog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/debian/changelog,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changelog	24 Mar 2005 10:29:15 -0000	1.7
  +++ changelog	30 Apr 2005 11:48:50 -0000	1.8
  @@ -1,3 +1,10 @@
  +rivet (0.5.0-2) unstable; urgency=low
  +
  +  * Added a dependency on Apache.  Added .info file.  Added some automatic
  +    configuration files.
  +
  + -- David N. Welton <da...@debian.org>  Sat, 30 Apr 2005 10:37:09 +0200
  +
   rivet (0.5.0-1) unstable; urgency=low
   
     * New upstream version.
  
  
  
  1.5       +1 -1      tcl-rivet/debian/control
  
  Index: control
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/debian/control,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- control	26 Mar 2003 09:39:42 -0000	1.4
  +++ control	30 Apr 2005 11:48:50 -0000	1.5
  @@ -7,7 +7,7 @@
   
   Package: rivet
   Architecture: any
  -Depends: ${shlibs:Depends}
  +Depends: ${shlibs:Depends}, apache
   Description: Server-side Tcl programming system combining ease of use and power
    Apache Rivet is a system for creating dynamic web content via a
    programming language integrated with Apache Web Server. It is
  
  
  
  1.3       +3 -2      tcl-rivet/debian/dirs
  
  Index: dirs
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/debian/dirs,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dirs	26 Mar 2003 09:39:42 -0000	1.2
  +++ dirs	30 Apr 2005 11:48:50 -0000	1.3
  @@ -1,2 +1,3 @@
  -usr/lib/apache/1.3
  -usr/bin/
  \ No newline at end of file
  +/usr/lib/apache/1.3
  +/usr/bin/
  +/etc/apache/conf.d
  \ No newline at end of file
  
  
  
  1.9       +6 -1      tcl-rivet/debian/rules
  
  Index: rules
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/debian/rules,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- rules	24 Mar 2005 10:29:15 -0000	1.8
  +++ rules	30 Apr 2005 11:48:50 -0000	1.9
  @@ -32,6 +32,11 @@
   	dh_clean -k
   	dh_installdirs
   	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
  +	cp debian/500mod_rivet.info \
  +                debian/tmp/`apxs -q LIBEXECDIR`/500mod_rivet.info
  +	cp debian/rivet.conf \
  +                debian/tmp/etc/apache/conf.d/rivet.conf
  +
   
   binary-indep: build install
   
  
  
  
  1.1                  tcl-rivet/debian/rivet.conf
  
  Index: rivet.conf
  ===================================================================
  <IfModule mod_rivet.c>
    AddType application/x-httpd-rivet .rvt
    AddType application/x-rivet-tcl .tcl
  </IfModule>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org