[Pkg-php-commits] r1007 - pear/php-db/trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Mon Mar 17 15:46:10 UTC 2008


Author: thijs
Date: 2008-03-17 15:46:10 +0000 (Mon, 17 Mar 2008)
New Revision: 1007

Added:
   pear/php-db/trunk/debian/lintian
Modified:
   pear/php-db/trunk/debian/changelog
   pear/php-db/trunk/debian/dirs
   pear/php-db/trunk/debian/rules
Log:
* Override false-positive spelling-error-in-description Lintian
  warning (we mean the PHP module).

Modified: pear/php-db/trunk/debian/changelog
===================================================================
--- pear/php-db/trunk/debian/changelog	2008-03-17 01:45:37 UTC (rev 1006)
+++ pear/php-db/trunk/debian/changelog	2008-03-17 15:46:10 UTC (rev 1007)
@@ -1,8 +1,9 @@
 php-db (1.7.13-3) UNRELEASED; urgency=low
 
-  * 
+  * Override false-positive spelling-error-in-description Lintian
+    warning (we mean the PHP module).
 
- -- Thijs Kinkhorst <thijs at debian.org>  Fri, 25 Jan 2008 19:27:01 +0100
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 17 Mar 2008 16:45:13 +0100
 
 php-db (1.7.13-2) unstable; urgency=low
 

Modified: pear/php-db/trunk/debian/dirs
===================================================================
--- pear/php-db/trunk/debian/dirs	2008-03-17 01:45:37 UTC (rev 1006)
+++ pear/php-db/trunk/debian/dirs	2008-03-17 15:46:10 UTC (rev 1007)
@@ -1,3 +1,4 @@
 usr/share/php/
 usr/share/php/DB/
 usr/share/php/tests/
+usr/share/lintian/overrides/

Added: pear/php-db/trunk/debian/lintian
===================================================================
--- pear/php-db/trunk/debian/lintian	                        (rev 0)
+++ pear/php-db/trunk/debian/lintian	2008-03-17 15:46:10 UTC (rev 1007)
@@ -0,0 +1 @@
+php-db: spelling-error-in-description mysql MySQL

Modified: pear/php-db/trunk/debian/rules
===================================================================
--- pear/php-db/trunk/debian/rules	2008-03-17 01:45:37 UTC (rev 1006)
+++ pear/php-db/trunk/debian/rules	2008-03-17 15:46:10 UTC (rev 1007)
@@ -53,6 +53,8 @@
 	rm -rf debian/$(package)/usr/share/php/tests
 	#rm -rf debian/$(package)/usr/share/php/data/DB/misc;
 
+	cp debian/lintian debian/$(package)/usr/share/lintian/overrides/php-db
+
 # Build architecture-dependent files here.
 binary-arch: build install
 # We have nothing to do by default.




More information about the Pkg-php-commits mailing list