[pkg-kolab] r1322 - php-kolab-filter/trunk/debian

Mathieu Parent mparent-guest at alioth.debian.org
Tue Jul 14 15:01:56 UTC 2009


Author: mparent-guest
Date: 2009-07-14 15:01:54 +0000 (Tue, 14 Jul 2009)
New Revision: 1322

Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/rules
Log:
* don't remove pear registry cache (Closes: #537006)
* remove empty directory /usr/share/php/.registry/.channel.doc.php.net       



Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2009-07-14 14:06:25 UTC (rev 1321)
+++ php-kolab-filter/trunk/debian/changelog	2009-07-14 15:01:54 UTC (rev 1322)
@@ -1,10 +1,12 @@
-php-kolab-filter (0.1.5-2~pre3) kolab-snapshots; urgency=low
+php-kolab-filter (0.1.5-2~pre4) kolab-snapshots; urgency=low
 
   * NOT RELEASED YET
   * section: web -> php 
   * updated Standards-Version to 3.8.2: no changes
+  * don't remove pear registry cache (Closes: #537006)
+  * remove empty directory /usr/share/php/.registry/.channel.doc.php.net
 
- -- Mathieu Parent <math.parent at gmail.com>  Wed, 17 Jun 2009 22:37:25 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 14 Jul 2009 16:59:16 +0200
 
 php-kolab-filter (0.1.5-1) unstable; urgency=low
 

Modified: php-kolab-filter/trunk/debian/rules
===================================================================
--- php-kolab-filter/trunk/debian/rules	2009-07-14 14:06:25 UTC (rev 1321)
+++ php-kolab-filter/trunk/debian/rules	2009-07-14 15:01:54 UTC (rev 1322)
@@ -10,8 +10,7 @@
 common-install-indep::
 	# remove license file
 	rm $(DEB_DESTDIR)usr/share/doc/php-kolab-filter/COPYING
-	# remove pear registry cache
-	rm -r $(DEB_DESTDIR)usr/share/php/.registry/.channel.pear.horde.org
-	rmdir $(DEB_DESTDIR)usr/share/php/.registry
+	# remove empty directory
+	rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net
 	# move man pages to correct location
 	mv $(DEB_DESTDIR)usr/share/doc/php-kolab-filter/man $(DEB_DESTDIR)usr/share/




More information about the pkg-kolab-devel mailing list