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

Mathieu Parent sathieu at alioth.debian.org
Fri Sep 10 07:00:38 UTC 2010


Author: sathieu
Date: 2010-09-10 07:00:27 +0000 (Fri, 10 Sep 2010)
New Revision: 1512

Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/rules
Log:
Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE

Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2010-09-09 22:01:31 UTC (rev 1511)
+++ php-kolab-filter/trunk/debian/changelog	2010-09-10 07:00:27 UTC (rev 1512)
@@ -1,3 +1,10 @@
+php-kolab-filter (0.1.9-2) unstable; urgency=low
+
+  * debian/rules:
+    + Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE
+
+ -- Mathieu Parent <sathieu at debian.org>  Wed, 07 Jul 2010 06:06:40 +0200
+
 php-kolab-filter (0.1.9-1) unstable; urgency=low
 
   * New upstream version 0.1.9

Modified: php-kolab-filter/trunk/debian/rules
===================================================================
--- php-kolab-filter/trunk/debian/rules	2010-09-09 22:01:31 UTC (rev 1511)
+++ php-kolab-filter/trunk/debian/rules	2010-09-10 07:00:27 UTC (rev 1512)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # template debian/rules provided by dh-make-php.
 
-DEB_COMPRESS_EXCLUDE=package.xml
+DEB_COMPRESS_EXCLUDE_ALL=package.xml
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/pear.mk
@@ -9,7 +9,8 @@
 common-install-indep::
 	# remove license file
 	rm $(DEB_DESTDIR)usr/share/doc/php-kolab-filter/COPYING
+	# remove empty directory
+	rm -rf $(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/
-	# remove empty directory
-	rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net ||:
+




More information about the pkg-kolab-devel mailing list