[Dh-make-php-commits] r170 - in trunk: . pear.template

Charles Fry cfry-guest at costa.debian.org
Thu May 18 01:31:08 UTC 2006


Author: cfry-guest
Date: 2006-05-18 01:31:08 +0000 (Thu, 18 May 2006)
New Revision: 170

Removed:
   trunk/pear.template/prerm
Modified:
   trunk/dh-make-pear
Log:
don't nead prerm with pear.mk


Modified: trunk/dh-make-pear
===================================================================
--- trunk/dh-make-pear	2006-05-18 01:30:35 UTC (rev 169)
+++ trunk/dh-make-pear	2006-05-18 01:31:08 UTC (rev 170)
@@ -167,8 +167,5 @@
 		${DEBTEMPDIR}/README.Debian > ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/README.Debian
 
 sed -e "s/##pearpkgname##/${PHP_PKG_NAME}/g" \
-		${DEBTEMPDIR}/prerm > ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/prerm
-
-sed -e "s/##pearpkgname##/${PHP_PKG_NAME}/g" \
 		${DEBTEMPDIR}/watch > ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/watch
 

Deleted: trunk/pear.template/prerm
===================================================================
--- trunk/pear.template/prerm	2006-05-18 01:30:35 UTC (rev 169)
+++ trunk/pear.template/prerm	2006-05-18 01:31:08 UTC (rev 170)
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-PEAR=/usr/bin/pear
-PEARNAME=##pearpkgname##
-
-case "$1" in
-    remove|upgrade|deconfigure)
-        ${PEAR} uninstall -r ${PEARNAME} 1>/dev/null 2>/dev/null
-    ;;
-
-    *)
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-




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