[pkg-kolab] r1522 - php-kolab-freebusy/trunk/debian

Mathieu Parent sathieu at alioth.debian.org
Fri Sep 17 07:07:58 UTC 2010


Author: sathieu
Date: 2010-09-17 07:07:48 +0000 (Fri, 17 Sep 2010)
New Revision: 1522

Modified:
   php-kolab-freebusy/trunk/debian/changelog
   php-kolab-freebusy/trunk/debian/rules
Log:
php-kolab-freebusy:  debian/rules:
* Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE 
* correct 1970's timestamp for config.php (lintian error) in
  "binary-install/php-kolab-freebusy" target to be after debhelper but
  before compress



Modified: php-kolab-freebusy/trunk/debian/changelog
===================================================================
--- php-kolab-freebusy/trunk/debian/changelog	2010-09-14 17:09:50 UTC (rev 1521)
+++ php-kolab-freebusy/trunk/debian/changelog	2010-09-17 07:07:48 UTC (rev 1522)
@@ -6,8 +6,13 @@
   * Updated Standards-Version to 3.9.0: use Breaks instead of Conflicts
     with kolab-resource-handlers, kolab-freebusy and php-kolab as suggested by
     lintian
+  * debian/rules:
+    + Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE 
+    + correct 1970's timestamp for config.php (lintian error) in
+      "binary-install/php-kolab-freebusy" target to be after debhelper but
+      before compress
 
- -- Mathieu Parent <sathieu at debian.org>  Tue, 06 Jul 2010 00:39:52 +0200
+ -- Mathieu Parent <sathieu at debian.org>  Fri, 17 Sep 2010 09:07:52 +0200
 
 php-kolab-freebusy (0.1.5-3) unstable; urgency=low
 

Modified: php-kolab-freebusy/trunk/debian/rules
===================================================================
--- php-kolab-freebusy/trunk/debian/rules	2010-09-14 17:09:50 UTC (rev 1521)
+++ php-kolab-freebusy/trunk/debian/rules	2010-09-17 07:07:48 UTC (rev 1522)
@@ -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
@@ -11,3 +11,8 @@
 	rm $(DEB_DESTDIR)usr/share/doc/php-kolab-freebusy/COPYING
 	# remove empty directory
 	rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net ||:
+
+binary-install/php-kolab-freebusy::
+	#correct 1970's timestamp
+	touch $(DEB_DESTDIR)usr/share/doc/php-kolab-freebusy/examples/config.php
+




More information about the pkg-kolab-devel mailing list