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 mx...@apache.org on 2010/10/14 16:28:48 UTC

svn commit: r1022545 - in /tcl/rivet/trunk: ./ debian/

Author: mxmanghi
Date: Thu Oct 14 14:28:48 2010
New Revision: 1022545

URL: http://svn.apache.org/viewvc?rev=1022545&view=rev
Log:
2010-10-14 Massimo Manghi <mx...@apache.org>
    * debian/: more adjustments in the way of getting a working setup for Debian. Some information was moved to make
    it 'package specific'. More tweaking on debian/control and /debian/changelog


Added:
    tcl/rivet/trunk/debian/libapache2-mod-rivet.dirs
    tcl/rivet/trunk/debian/libapache2-mod-rivet.docs
Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/debian/README.Debian
    tcl/rivet/trunk/debian/changelog
    tcl/rivet/trunk/debian/clean
    tcl/rivet/trunk/debian/control
    tcl/rivet/trunk/debian/dirs
    tcl/rivet/trunk/debian/docs
    tcl/rivet/trunk/debian/files
    tcl/rivet/trunk/debian/install
    tcl/rivet/trunk/debian/libapache2-mod-rivet.substvars
    tcl/rivet/trunk/debian/rules

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Thu Oct 14 14:28:48 2010
@@ -1,3 +1,7 @@
+2010-10-14 Massimo Manghi <mx...@apache.org>
+    * debian/: more adjustments in the way of getting a working setup for Debian. Some information was moved to make
+    it 'package specific'. More tweaking on debian/control and /debian/changelog
+
 2010-10-13 Massimo Manghi <mx...@apache.org>
     * src/buildscripts: trying to keep the source tree as tidy as possible. src/buildscripts/* are removed because they were\
     then initial and later abandoned Rivet build scripts

Modified: tcl/rivet/trunk/debian/README.Debian
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/README.Debian?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/README.Debian (original)
+++ tcl/rivet/trunk/debian/README.Debian Thu Oct 14 14:28:48 2010
@@ -1,12 +0,0 @@
-libapache2-mod-rivet
------
-
-This package provides mod_rivet, an apache module that endows the Apache server 
-with the ability generate content by scripting pages using the Tcl command 
-language (http://www.tcl.tk).
-
-Though mod_rivet can run on its own the package ships also a Tcl library with
-Tcl packages for various purposes (e.g. transparent dbms access and 
-session management).
-
-  -- Massimo Manghi <mx...@apache.org>, Mon, 20 Sep 2010 13:30:00 +02:00

Modified: tcl/rivet/trunk/debian/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/changelog?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/changelog (original)
+++ tcl/rivet/trunk/debian/changelog Thu Oct 14 14:28:48 2010
@@ -1,15 +1,7 @@
 libapache2-mod-rivet (2.0.1-1) unstable; urgency=low
 
-  * Non-maintainer upload.
-  * Switch to dpkg-source 3.0 (quilt) format
-  * added debian/watch file
-  * copyright file amended and extended
-  * removed old build system unused files and win/* 
   * Initial package of Rivet for Debian
-  * closes: bug#599446
-  * closes: bug#599447
-  * Description of the package amended as per suggestions received on the list 
-    debian-mentors
+  * Closes: #599446, #599447
 
  -- Massimo Manghi <mx...@apache.org>  Mon, 11 Oct 2010 15:22:19 +0200
 

Modified: tcl/rivet/trunk/debian/clean
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/clean?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/clean (original)
+++ tcl/rivet/trunk/debian/clean Thu Oct 14 14:28:48 2010
@@ -1 +0,0 @@
-

Modified: tcl/rivet/trunk/debian/control
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/control?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/control (original)
+++ tcl/rivet/trunk/debian/control Thu Oct 14 14:28:48 2010
@@ -2,13 +2,13 @@ Source: libapache2-mod-rivet
 Section: web
 Priority: extra
 Maintainer: Massimo Manghi <mx...@apache.org>
-Build-Depends: tcl8.5-dev, libapr1-dev, apache2-prefork-dev, debhelper (>= 7.0.50~)
+Build-Depends: tcl8.5-dev, apache2-prefork-dev, debhelper (>= 7.0.50~)
 Standards-Version: 3.9.1
 Homepage: http://tcl.apache.org/rivet/
 
 Package: libapache2-mod-rivet
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.5, libapr1, debhelper (>= 7.0.50~)
+Depends: ${shlibs:Depends}, ${misc:Depends}, itcl3, apache2-mpm-prefork
 Suggests: libapache2-mod-rivet-doc
 Description: Server-side Tcl programming system combining ease of use and power
  Apache Rivet is a system for creating dynamic web content via the Tcl

Modified: tcl/rivet/trunk/debian/dirs
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/dirs?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/dirs (original)
+++ tcl/rivet/trunk/debian/dirs Thu Oct 14 14:28:48 2010
@@ -1 +0,0 @@
-usr/lib/apache2/modules

Modified: tcl/rivet/trunk/debian/docs
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/docs?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/docs (original)
+++ tcl/rivet/trunk/debian/docs Thu Oct 14 14:28:48 2010
@@ -1,6 +0,0 @@
-BUGS
-form.txt
-README
-README.configure
-TODO
-CHANGES

Modified: tcl/rivet/trunk/debian/files
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/files?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/files (original)
+++ tcl/rivet/trunk/debian/files Thu Oct 14 14:28:48 2010
@@ -1,2 +0,0 @@
-libapache2-mod-rivet_2.0.1-1_amd64.deb web extra
-libapache2-mod-rivet-doc_2.0.1-1_all.deb web extra

Modified: tcl/rivet/trunk/debian/install
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/install?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/install (original)
+++ tcl/rivet/trunk/debian/install Thu Oct 14 14:28:48 2010
@@ -1,2 +0,0 @@
-debian/rivet.load   etc/apache2/mods-available
-debian/rivet.conf   etc/apache2/mods-available

Added: tcl/rivet/trunk/debian/libapache2-mod-rivet.dirs
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/libapache2-mod-rivet.dirs?rev=1022545&view=auto
==============================================================================
--- tcl/rivet/trunk/debian/libapache2-mod-rivet.dirs (added)
+++ tcl/rivet/trunk/debian/libapache2-mod-rivet.dirs Thu Oct 14 14:28:48 2010
@@ -0,0 +1 @@
+usr/lib/apache2/modules

Added: tcl/rivet/trunk/debian/libapache2-mod-rivet.docs
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/libapache2-mod-rivet.docs?rev=1022545&view=auto
==============================================================================
--- tcl/rivet/trunk/debian/libapache2-mod-rivet.docs (added)
+++ tcl/rivet/trunk/debian/libapache2-mod-rivet.docs Thu Oct 14 14:28:48 2010
@@ -0,0 +1,6 @@
+BUGS
+form.txt
+README
+README.configure
+TODO
+CHANGES

Modified: tcl/rivet/trunk/debian/libapache2-mod-rivet.substvars
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/libapache2-mod-rivet.substvars?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/libapache2-mod-rivet.substvars (original)
+++ tcl/rivet/trunk/debian/libapache2-mod-rivet.substvars Thu Oct 14 14:28:48 2010
@@ -1,2 +0,0 @@
-shlibs:Depends=libc6 (>= 2.3.4), tcl8.5 (>= 8.5.0)
-misc:Depends=

Modified: tcl/rivet/trunk/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/rules?rev=1022545&r1=1022544&r2=1022545&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/rules (original)
+++ tcl/rivet/trunk/debian/rules Thu Oct 14 14:28:48 2010
@@ -1,13 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
-
 export DH_VERBOSE=1
 
 TCL_VERSION=8.5
@@ -15,13 +8,11 @@ package=libapache2-mod-rivet
 
 export DH_OPTIONS
 
-#%:
-#	dh $@ 
-clean: configure
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	$(MAKE) clean 
+	dh_auto_clean
 	dh_clean
 
 
@@ -60,20 +51,9 @@ libapache2-mod-rivet: build
 	dh_installchangelogs ChangeLog
 	dh_installdocs -p$@
 	dh_install -a
-#	$(MAKE) install DESTDIR=$(CURDIR)/debian/$@
 	dh_installexamples -a -p$@
 	dh_auto_install -a -p$@ --destdir=$(CURDIR)/debian/$@
-#	dh_install -a $(CURDIR)/debian/tmp $(CURDIR/debian/$(package)
 	dh_install -a -p$@
-#	dh_installmenu
-#	dh_installdebconf
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman -p$@
 	dh_link -p$@
 	dh_strip -p$@
@@ -88,7 +68,6 @@ libapache2-mod-rivet: build
 
 libapache2-mod-rivet-doc: build
 	dh_testdir
-#	( cd doc/; $(MAKE) docs )
 	dh_testroot
 	dh_installdirs -p$@
 	dh_installchangelogs -p$@ ChangeLog



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