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

Gregory Colpart reg-guest at alioth.debian.org
Fri Feb 8 22:23:49 UTC 2008


Author: reg-guest
Date: 2008-02-08 22:23:49 +0000 (Fri, 08 Feb 2008)
New Revision: 994

Modified:
   pear/php-log/trunk/debian/changelog
   pear/php-log/trunk/debian/rules
Log:
Remove empty directory in debian/rules to fix lintian warning.


Modified: pear/php-log/trunk/debian/changelog
===================================================================
--- pear/php-log/trunk/debian/changelog	2008-02-01 20:01:12 UTC (rev 993)
+++ pear/php-log/trunk/debian/changelog	2008-02-08 22:23:49 UTC (rev 994)
@@ -9,8 +9,9 @@
   * Add Vcs-* fields in debian/control.
   * Move to team maintainership and update Uploaders. (Closes: #383010)
   * Upgrade debian/rules to have unform PEAR packaging.
+  * Remove empty directory in debian/rules to fix lintian warning.
 
- -- Gregory Colpart (evolix) <reg at evolix.fr>  Mon, 21 Jan 2008 03:10:25 +0100
+ -- Gregory Colpart (evolix) <reg at evolix.fr>  Fri, 08 Feb 2008 23:23:37 +0100
 
 php-log (1.9.11-1) unstable; urgency=low
 

Modified: pear/php-log/trunk/debian/rules
===================================================================
--- pear/php-log/trunk/debian/rules	2008-02-01 20:01:12 UTC (rev 993)
+++ pear/php-log/trunk/debian/rules	2008-02-08 22:23:49 UTC (rev 994)
@@ -66,6 +66,9 @@
 		debian/$(package)/usr/share/php/docs \
 		debian/$(package)/usr/share/php/data/Log
 
+	# remove empty directory (lintian warning)
+	rmdir debian/$(package)/usr/share/php/data
+	
 # 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