[Pkg-php-commits] r1078 - php5/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Sun May 18 15:08:39 UTC 2008


Author: atomo64-guest
Date: 2008-05-18 15:08:39 +0000 (Sun, 18 May 2008)
New Revision: 1078

Modified:
   php5/trunk/debian/NEWS
   php5/trunk/debian/changelog
   php5/trunk/debian/rules
Log:
debian/rules: fixed the generic lintian overrides so they are meaningful
debian/NEWS: fixed changelog-news-debian-mismatch urgency medium != low 


Modified: php5/trunk/debian/NEWS
===================================================================
--- php5/trunk/debian/NEWS	2008-05-16 15:15:47 UTC (rev 1077)
+++ php5/trunk/debian/NEWS	2008-05-18 15:08:39 UTC (rev 1078)
@@ -1,4 +1,4 @@
-php5 (5.2.6-1) unstable; urgency=low
+php5 (5.2.6-1) unstable; urgency=medium
 
   New php5-dbg package.
 

Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog	2008-05-16 15:15:47 UTC (rev 1077)
+++ php5/trunk/debian/changelog	2008-05-18 15:08:39 UTC (rev 1078)
@@ -4,8 +4,9 @@
 
   [ Raphael Geissert ]
   * debian/rules: also add a lintian override for libapache2-mod-php5filter
+  * debian/rules: fixed the generic lintian overrides so they are meaningful
 
- -- Raphael Geissert <atomo64 at gmail.com>  Mon, 05 May 2008 15:57:28 -0500
+ -- Raphael Geissert <atomo64 at gmail.com>  Sun, 18 May 2008 10:06:23 -0500
 
 php5 (5.2.6-1) unstable; urgency=medium
 

Modified: php5/trunk/debian/rules
===================================================================
--- php5/trunk/debian/rules	2008-05-16 15:15:47 UTC (rev 1077)
+++ php5/trunk/debian/rules	2008-05-18 15:08:39 UTC (rev 1078)
@@ -460,7 +460,7 @@
 	cp debian/php5.lintian-overrides $(CURDIR)/debian/php5-common/usr/share/lintian/overrides/php5-common
 
 	# install some generic lintian overrides
-	ext=$(shell $(CURDIR)/debian/php5-dev/usr/bin/php-config5 --extension-dir | cut -b2- ); \
+	ext=`debian/php5-dev/usr/bin/php-config5 --extension-dir | cut -b2- `; \
 	for sapi in php5-cli php5-cgi libapache2-mod-php5 libapache2-mod-php5filter; do \
 		mkdir -p $(CURDIR)/debian/"$$sapi"/usr/share/lintian/overrides/; \
 		printf "%s: package-contains-empty-directory %s/\n" \




More information about the Pkg-php-commits mailing list