[Dh-make-php-commits] r202 - in trunk: . debian

Uwe Steinmann steinm at costa.debian.org
Fri Jun 2 12:30:15 UTC 2006


Author: steinm
Date: 2006-06-02 12:30:15 +0000 (Fri, 02 Jun 2006)
New Revision: 202

Modified:
   trunk/debian/changelog
   trunk/dh-make-php.lib
Log:
- added correct file names for doc and example files in debian/docs
  and debian/examples


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-06-02 12:10:11 UTC (rev 201)
+++ trunk/debian/changelog	2006-06-02 12:30:15 UTC (rev 202)
@@ -1,3 +1,9 @@
+dh-make-php (0.2.0) unstable; urgency=low
+
+  * support for new package.xml version 2.0
+
+ -- Uwe Steinmann <steinm at debian.org>  Fri, 02 June 2006 10:51:52 +0100
+
 dh-make-php (0.1.0) unstable; urgency=low
 
   * made it native debian package

Modified: trunk/dh-make-php.lib
===================================================================
--- trunk/dh-make-php.lib	2006-06-02 12:10:11 UTC (rev 201)
+++ trunk/dh-make-php.lib	2006-06-02 12:30:15 UTC (rev 202)
@@ -57,7 +57,7 @@
 	for i in ${PACKAGEDOCFILES}; do
 		if [ -f ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/${PHP_PKG_NAME}-${VERSION}/$i ] ; then
 #			chmod 644 ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/$i
-			echo $i >> ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/docs
+			echo ${PHP_PKG_NAME}-${VERSION}/$i >> ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/docs
 		fi
 	done
 }
@@ -65,7 +65,7 @@
 install_expfiles() {
 	for i in ${PACKAGEEXPFILES}; do
 		if [ -d ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/${PHP_PKG_NAME}-${VERSION}/$i ] ; then
-			echo "$i/*" >> ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/examples
+			echo "${PHP_PKG_NAME}-${VERSION}/$i/*" >> ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/examples
 		fi
 	done
 }




More information about the Dh-make-php-commits mailing list