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/07 15:13:14 UTC

svn commit: r1005438 - /tcl/rivet/trunk/debian/control

Author: mxmanghi
Date: Thu Oct  7 13:13:13 2010
New Revision: 1005438

URL: http://svn.apache.org/viewvc?rev=1005438&view=rev
Log:
removed unnecessary dependency in Debian control

Modified:
    tcl/rivet/trunk/debian/control

Modified: tcl/rivet/trunk/debian/control
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/control?rev=1005438&r1=1005437&r2=1005438&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/control (original)
+++ tcl/rivet/trunk/debian/control Thu Oct  7 13:13:13 2010
@@ -2,7 +2,7 @@ Source: libapache2-mod-rivet
 Section: web
 Priority: extra
 Maintainer: Massimo Manghi <mx...@apache.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev
+Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.8.4
 Homepage: http://tcl.apache.org/rivet/
 #Vcs-Git: git://git.debian.org/collab-maint/libapache2-mod-rivet.git
@@ -11,6 +11,7 @@ Homepage: http://tcl.apache.org/rivet/
 Package: libapache2-mod-rivet
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.5-dev, libapr1-dev, apache2-prefork-dev, debhelper (>= 7.0.50~)
+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 a
  programming language integrated with Apache Web Server. It is



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