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 2003/03/26 05:06:28 UTC

cvs commit: tcl-rivet/debian changelog rules

davidw      2003/03/25 20:06:28

  Modified:    debian   changelog rules
  Log:
  Minor updates to debian files.
  
  Revision  Changes    Path
  1.2       +1 -1      tcl-rivet/debian/changelog
  
  Index: changelog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/debian/changelog,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changelog	26 Mar 2003 00:29:28 -0000	1.1
  +++ changelog	26 Mar 2003 04:06:28 -0000	1.2
  @@ -2,5 +2,5 @@
   
     * Initial Release.
   
  - -- David N. Welton <da...@ashland>  Thu, 13 Feb 2003 00:26:50 -0800
  + -- David N. Welton <da...@debian.org>  Thu, 13 Feb 2003 00:26:50 -0800
   
  
  
  
  1.2       +6 -6      tcl-rivet/debian/rules
  
  Index: rules
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/debian/rules,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rules	26 Mar 2003 00:26:20 -0000	1.1
  +++ rules	26 Mar 2003 04:06:28 -0000	1.2
  @@ -8,13 +8,13 @@
   
   build:
   	$(checkdir)
  -	( export C_INCLUDE_PATH=/usr/include/tcl$(TCL_VERSION)/ ; ./make.tcl shared )
  +	( export C_INCLUDE_PATH=/usr/include/tcl$(TCL_VERSION)/ ; cd src ; ./make.tcl shared )
   	touch build
   
   clean:
   	$(checkdir)
   	-rm -f build
  -	./make.tcl clean
  +	( cd src ; ./make.tcl clean )
   	-rm -f `find . -name "*~"`
   	-rm -rf debian/tmp debian/files* core debian/substvars
   
  @@ -29,9 +29,9 @@
   	-rm -rf debian/tmp
   	install -d debian/tmp
   	cd debian/tmp && install -d `cat ../dirs`
  -	cp mod_rivet.so debian/tmp/usr/lib/apache/1.3/
  -	cp debian/400mod_rivet.info debian/tmp/usr/lib/apache/1.3/
  -	dh_installdocs docs/ contrib/
  +	cp src/mod_rivet.so debian/tmp/usr/lib/apache/1.3/
  +	cp debian/500mod_rivet.info debian/tmp/usr/lib/apache/1.3/
  +	dh_installdocs doc/
   	dh_installchangelogs
   	dh_movefiles
   	dh_strip
  
  
  

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