Package: php-apc
Severity: normal
Version: 3.0.19-2
Severity: normal

Here's a patch against the files in the debian directory of this package
to provide support for PHP 5.3.1 which is about to hit unstable.

=== modified file 'changelog'
--- changelog   2010-01-20 21:48:38 +0000
+++ changelog   2010-01-20 21:49:09 +0000
@@ -1,3 +1,9 @@
+php-apc (3.1.3p1-1) unstable; urgency=low
+
+  * PHP 5.3 support.
+
+ -- Mark A. Hershberger <m...@everybody.org>  Wed, 20 Jan 2010 15:55:00 -0500
+
 php-apc (3.0.19-2) unstable; urgency=low
 
   * Include apc.php script from upstream (Closes: #494273).

=== modified file 'docs'
--- docs        2010-01-20 21:48:38 +0000
+++ docs        2010-01-20 21:49:09 +0000
@@ -1 +1 @@
-APC-3.0.19/TODO
+*/TODO

=== modified file 'rules'
--- rules       2010-01-20 21:48:38 +0000
+++ rules       2010-01-20 21:49:09 +0000
@@ -20,12 +20,11 @@
 
 PECL_PKG_NAME=apc
 PECL_PKG_REALNAME=APC
-PECL_PKG_VERSION=3.0.19
 PACKAGE_NAME=php-apc
 PHPIZE=/usr/bin/phpize
 PHPCONFIG=/usr/bin/php-config
 EXT_DIR=$(shell $(PHPCONFIG) --extension-dir)
-SOURCE_DIR= $(PECL_PKG_REALNAME)-$(PECL_PKG_VERSION)
+SOURCE_DIR=$(shell echo $(PECL_PKG_REALNAME)-*)
 
 phpapiver=$(shell $(PHPCONFIG) --phpapi)
 
@@ -43,6 +42,9 @@
 build-stamp: configure
        dh_testdir
        (cd $(SOURCE_DIR); $(MAKE); mkdir -p ../tmp/modules; cp modules/* 
../tmp/modules; $(MAKE) clean)
+       # lintian cleanlines!
+       touch $(SOURCE_DIR)/TODO
+       touch $(SOURCE_DIR)/CHANGELOG
        touch build_stamp
 
 clean:

=== modified file 'watch'
--- watch       2010-01-20 21:48:38 +0000
+++ watch       2010-01-20 21:52:01 +0000
@@ -1,3 +1,3 @@
 version=3
 http://pecl.php.net/package/APC \
-  /get/APC-([\d\.]*).tgz  debian  uupdate
+  /get/APC-([\d\.p]*).tgz  debian  uupdate


----------




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to