[Webapps-common-discuss] webapps-common/debian changelog, 1.4, 1.5 control, 1.1, 1.2 rules, 1.3, 1.4

seanius at haydn.debian.org seanius at haydn.debian.org
Thu Nov 24 10:28:56 UTC 2005


Update of /cvsroot/webapps-common/webapps-common/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv14752/debian

Modified Files:
	changelog control rules 
Log Message:
some misc changes, see changelog


Index: changelog
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- changelog	17 Oct 2005 10:17:13 -0000	1.4
+++ changelog	24 Nov 2005 10:28:51 -0000	1.5
@@ -1,3 +1,14 @@
+webapps-common (0.3) UNRELEASED; urgency=low
+
+  [sean finney]
+  * fix from matt brown to use wc_httpd_running instead of 
+    wc_httpd_supported.
+  * updated debian/rules build-deps to include stuff for
+    debiandoc-sgml, which is now used to generate documentation.
+  * update to the php draft about non-pear libraries
+
+ -- sean finney <seanius at debian.org>  Thu, 24 Nov 2005 11:25:42 +0100
+
 webapps-common (0.2) UNRELEASED; urgency=low
 
   * httpd config files are now output into /etc/webapps-common/httpd.d

Index: control
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- control	24 May 2005 03:50:54 -0000	1.1
+++ control	24 Nov 2005 10:28:51 -0000	1.2
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: sean finney <seanius at debian.org>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), debiandoc-sgml
 Standards-Version: 3.6.1
 
 Package: webapps-common

Index: rules
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	2 Aug 2005 23:57:46 -0000	1.3
+++ rules	24 Nov 2005 10:28:51 -0000	1.4
@@ -20,6 +20,7 @@
 
 
 build: build-stamp
+	make -C doc
 
 build-stamp: configure-stamp 
 	dh_testdir
@@ -28,6 +29,7 @@
 clean:
 	dh_testdir
 	dh_testroot
+	make -C doc clean
 	rm -f build-stamp configure-stamp
 	dh_clean 
 	debconf-updatepo




More information about the Webapps-common-discuss mailing list