[pkg-kolab] r1584 - kolab-webadmin/trunk/debian

Mathieu Parent sathieu at alioth.debian.org
Sun Nov 20 18:19:15 UTC 2011


Author: sathieu
Date: 2011-11-20 18:19:13 +0000 (Sun, 20 Nov 2011)
New Revision: 1584

Modified:
   kolab-webadmin/trunk/debian/changelog
   kolab-webadmin/trunk/debian/rules
Log:
Remove COPYING, AUTHORS, ChangeLog and NEWS from /usr/share/php/data/KolabAdmin

Modified: kolab-webadmin/trunk/debian/changelog
===================================================================
--- kolab-webadmin/trunk/debian/changelog	2011-11-20 17:53:03 UTC (rev 1583)
+++ kolab-webadmin/trunk/debian/changelog	2011-11-20 18:19:13 UTC (rev 1584)
@@ -22,6 +22,8 @@
       package (d/uupdate-wrapper updated)
     - new 10-template.diff: fix template target
   * Add missing debhelper token in preinst
+  * Remove COPYING, AUTHORS, ChangeLog and NEWS from
+    /usr/share/php/data/KolabAdmin/
 
  -- Mathieu Parent <sathieu at debian.org>  Wed, 06 Apr 2011 19:23:56 +0200
 

Modified: kolab-webadmin/trunk/debian/rules
===================================================================
--- kolab-webadmin/trunk/debian/rules	2011-11-20 17:53:03 UTC (rev 1583)
+++ kolab-webadmin/trunk/debian/rules	2011-11-20 18:19:13 UTC (rev 1584)
@@ -2,3 +2,9 @@
 %:
 	dh $@ --buildsystem=phppear --with phppear
 
+override_dh_auto_install:
+	dh_auto_install -O--buildsystem=phppear
+	rm $(CURDIR)/debian/kolab-webadmin/usr/share/php/data/KolabAdmin/COPYING
+	rm $(CURDIR)/debian/kolab-webadmin/usr/share/php/data/KolabAdmin/AUTHORS
+	rm $(CURDIR)/debian/kolab-webadmin/usr/share/php/data/KolabAdmin/ChangeLog
+	rm $(CURDIR)/debian/kolab-webadmin/usr/share/php/data/KolabAdmin/NEWS




More information about the pkg-kolab-devel mailing list