[Pkg-php-commits] r1351 - pear/php-log/trunk/debian

Guillaume Delacour kcd-guest at alioth.debian.org
Wed Mar 24 20:50:35 UTC 2010


tags 572265 pending
thanks

Author: kcd-guest
Date: 2010-03-24 20:50:33 +0000 (Wed, 24 Mar 2010)
New Revision: 1351

Removed:
   pear/php-log/trunk/debian/lintian-overrides
Modified:
   pear/php-log/trunk/debian/changelog
   pear/php-log/trunk/debian/control
   pear/php-log/trunk/debian/copyright
   pear/php-log/trunk/debian/rules
Log:
New uptream release 1.12.0, prepare upload

Modified: pear/php-log/trunk/debian/changelog
===================================================================
--- pear/php-log/trunk/debian/changelog	2010-03-24 19:45:59 UTC (rev 1350)
+++ pear/php-log/trunk/debian/changelog	2010-03-24 20:50:33 UTC (rev 1351)
@@ -1,3 +1,13 @@
+php-log (1.12.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #572265)
+  * Bump to Standards-Version 3.8.4
+  * debian/rules: Delete usr/share/php/.registry/.channel.doc.php.net/
+  * debian/copyright: Delete unnecessary spaces
+  * debian/lintian-overrides: Delete unused override
+
+ -- Guillaume Delacour <gui at iroqwa.org>  Wed, 24 Mar 2010 19:46:06 +0000
+
 php-log (1.11.5-1) unstable; urgency=low
 
   * New upstream release

Modified: pear/php-log/trunk/debian/control
===================================================================
--- pear/php-log/trunk/debian/control	2010-03-24 19:45:59 UTC (rev 1350)
+++ pear/php-log/trunk/debian/control	2010-03-24 20:50:33 UTC (rev 1351)
@@ -2,9 +2,9 @@
 Section: php
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
-Uploaders: Ola Lundqvist <opal at debian.org>, Guillaume Delacour <gui at iroqwa.org>
+Uploaders: Guillaume Delacour <gui at iroqwa.org>
 Build-Depends: debhelper (>= 7), dh-make-php (>= 0.2.3), cdbs
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://pear.php.net/package/Log/
 
 Package: php-log

Modified: pear/php-log/trunk/debian/copyright
===================================================================
--- pear/php-log/trunk/debian/copyright	2010-03-24 19:45:59 UTC (rev 1350)
+++ pear/php-log/trunk/debian/copyright	2010-03-24 20:50:33 UTC (rev 1351)
@@ -11,10 +11,10 @@
 version 3.01 reproduced below.
 
 
--------------------------------------------------------------------- 
+--------------------------------------------------------------------
                   The PHP License, version 3.01
 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
--------------------------------------------------------------------- 
+--------------------------------------------------------------------
 
 Redistribution and use in source and binary forms, with or without
 modification, is permitted provided that the following conditions
@@ -22,22 +22,22 @@
 
   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
- 
+
   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.
- 
+
   3. The name "PHP" must not be used to endorse or promote products
      derived from this software without prior written permission. For
      written permission, please contact group at php.net.
-  
+
   4. Products derived from this software may not be called "PHP", nor
      may "PHP" appear in their name, without prior written permission
      from group at php.net.  You may indicate that your software works in
      conjunction with PHP by saying "Foo for PHP" instead of calling
      it "PHP Foo" or "phpfoo"
- 
+
   5. The PHP Group may publish revised and/or new versions of the
      license from time to time. Each version will be given a
      distinguishing version number.
@@ -54,27 +54,27 @@
      "This product includes PHP software, freely available from
      <http://www.php.net/software/>".
 
-THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
+THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
 ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
-DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.
 
--------------------------------------------------------------------- 
+--------------------------------------------------------------------
 
 This software consists of voluntary contributions made by many
 individuals on behalf of the PHP Group.
 
 The PHP Group can be contacted via Email at group at php.net.
 
-For more information on the PHP Group and the PHP project, 
+For more information on the PHP Group and the PHP project,
 please see <http://www.php.net>.
 
 PHP includes the Zend Engine, freely available at

Deleted: pear/php-log/trunk/debian/lintian-overrides
===================================================================
--- pear/php-log/trunk/debian/lintian-overrides	2010-03-24 19:45:59 UTC (rev 1350)
+++ pear/php-log/trunk/debian/lintian-overrides	2010-03-24 20:50:33 UTC (rev 1351)
@@ -1 +0,0 @@
-php-log: executable-not-elf-or-script ./usr/share/doc/php-log/examples/tests/levels.phpt

Modified: pear/php-log/trunk/debian/rules
===================================================================
--- pear/php-log/trunk/debian/rules	2010-03-24 19:45:59 UTC (rev 1350)
+++ pear/php-log/trunk/debian/rules	2010-03-24 20:50:33 UTC (rev 1351)
@@ -5,3 +5,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/pear.mk
 
+install/php-log::
+	# pear.mk (from dh-make-php) does not remove this directory, bureport this (?)
+	rm -rf $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net/
+
+	# upstream example generate lintian 




More information about the Pkg-php-commits mailing list