[Python-apps-commits] r7267 - in packages/bleachbit/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Jul 2 08:40:44 UTC 2011


    Date: Saturday, July 2, 2011 @ 08:40:43
  Author: dktrkranz
Revision: 7267

Remove egg-info information from binary package

Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/rules

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2011-07-02 08:35:56 UTC (rev 7266)
+++ packages/bleachbit/trunk/debian/changelog	2011-07-02 08:40:43 UTC (rev 7267)
@@ -16,8 +16,10 @@
       - Adjust permissions of bleachbit.py.
   * debian/copyright:
     - Convert to DEP5 format.
+  * debian/rules:
+    - Remove egg-info information from binary package.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 02 Jul 2011 10:35:14 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 02 Jul 2011 10:39:16 +0200
 
 bleachbit (0.8.8-1) unstable; urgency=low
 

Modified: packages/bleachbit/trunk/debian/rules
===================================================================
--- packages/bleachbit/trunk/debian/rules	2011-07-02 08:35:56 UTC (rev 7266)
+++ packages/bleachbit/trunk/debian/rules	2011-07-02 08:40:43 UTC (rev 7267)
@@ -6,6 +6,7 @@
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=/usr/share/bleachbit
 	make -C po install DESTDIR=$(CURDIR)/debian/bleachbit
+	find $(CURDIR)/debian/bleachbit -name "*.egg-info" -delete
 
 override_dh_install:
 	# Do not install Windows-specific cleaners




More information about the Python-apps-commits mailing list