[Dh-make-php-commits] r295 - trunk
steinm at alioth.debian.org
steinm at alioth.debian.org
Wed Sep 26 10:10:45 UTC 2007
Author: steinm
Date: 2007-09-26 10:10:45 +0000 (Wed, 26 Sep 2007)
New Revision: 295
Modified:
trunk/dh-make-pear
Log:
- do not install postinst and prerm files anymore because registration
of pear packages is now done by keeping the .reg file
Modified: trunk/dh-make-pear
===================================================================
--- trunk/dh-make-pear 2007-09-26 10:08:19 UTC (rev 294)
+++ trunk/dh-make-pear 2007-09-26 10:10:45 UTC (rev 295)
@@ -9,7 +9,7 @@
# at http://www.gnu.org/.
PROGNAME=dh-make-pear
-PROGVERSION=0.2.7
+PROGVERSION=0.2.8
PREFIX=/usr
DEBPACKAGEPREFIX=php
@@ -174,10 +174,10 @@
sed -e "s/##pearpkgname##/${PHP_PKG_NAME}/g" \
${DEBTEMPDIR}/watch > ${SRCPACKAGEDIR}/debian/watch
-sed -e "s/##packagename##/${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}/g" \
- ${DEBTEMPDIR}/postinst > ${SRCPACKAGEDIR}/debian/postinst
-chmod 755 ${SRCPACKAGEDIR}/debian/postinst
+#sed -e "s/##packagename##/${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}/g" \
+# ${DEBTEMPDIR}/postinst > ${SRCPACKAGEDIR}/debian/postinst
+#chmod 755 ${SRCPACKAGEDIR}/debian/postinst
-sed -e "s/##pearpkgname##/${PHP_PKG_NAME}/g" \
- ${DEBTEMPDIR}/prerm > ${SRCPACKAGEDIR}/debian/prerm
-chmod 755 ${SRCPACKAGEDIR}/debian/prerm
+#sed -e "s/##pearpkgname##/${PHP_PKG_NAME}/g" \
+# ${DEBTEMPDIR}/prerm > ${SRCPACKAGEDIR}/debian/prerm
+#chmod 755 ${SRCPACKAGEDIR}/debian/prerm
More information about the Dh-make-php-commits
mailing list