[sword-cvs] sword/debian changelog,1.5,1.6 rules,1.5,1.6

sword@www.crosswire.org sword@www.crosswire.org
Sat, 27 Dec 2003 13:43:57 -0700


Update of /cvs/core/sword/debian
In directory www:/tmp/cvs-serv21655

Modified Files:
	changelog rules 
Log Message:
updates to debian/ to work with 1.5.7


Index: changelog
===================================================================
RCS file: /cvs/core/sword/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- changelog	12 Nov 2003 16:38:50 -0000	1.5
+++ changelog	27 Dec 2003 20:43:55 -0000	1.6
@@ -1,3 +1,9 @@
+sword (1.5.7-1) unstable; urgency=low
+
+  * New upstream release: 1.5.7
+
+ -- Daniel Glassey <wdg@debian.org>  Wed, 12 Nov 2003 14:39:30 +0000
+
 sword (1.5.6-8) unstable; urgency=low
 
   * Remove the recommends of libsword-runtime from libsword-dev, Closes:

Index: rules
===================================================================
RCS file: /cvs/core/sword/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules	12 Nov 2003 16:38:50 -0000	1.5
+++ rules	27 Dec 2003 20:43:55 -0000	1.6
@@ -34,7 +34,7 @@
 	chmod 755 configure
 	./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info --with-zlib \
-		--sysconfdir=/etc --enable-shared --without-icu
+		--sysconfdir=/etc --enable-shared --without-icu --without-lucene
 	touch configure.stamp
 
 build: configure-stamp build-stamp
@@ -75,9 +75,9 @@
 	#mkdir -p debian/libsword-dev/usr/share/doc/libsword-dev/html
 	#cp -R doc/api-documentation/html debian/libsword-dev/usr/share/doc/libsword-dev
 	mkdir -p debian/diatheke/usr/share/doc/diatheke/examples
-	cp -a apps/console/diatheke/cgi/index-public.html debian/diatheke/usr/share/doc/diatheke/examples
-	cp -a apps/console/diatheke/cgi/*.pl debian/diatheke/usr/lib/cgi-bin
-	cp -a apps/console/diatheke/README debian/diatheke/usr/share/doc/diatheke
+#	cp -a apps/console/diatheke/cgi/index-public.html debian/diatheke/usr/share/doc/diatheke/examples
+#	cp -a apps/console/diatheke/cgi/*.pl debian/diatheke/usr/lib/cgi-bin
+#	cp -a apps/console/diatheke/README debian/diatheke/usr/share/doc/diatheke
 	touch install-stamp
 
 # Build architecture-independent files here.