[Python-apps-commits] r11918 - in packages/oggconvert/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri May 8 11:45:04 UTC 2015


    Date: Friday, May 8, 2015 @ 11:45:03
  Author: dktrkranz
Revision: 11918

Delete unused .egg-info file

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

Modified: packages/oggconvert/trunk/debian/changelog
===================================================================
--- packages/oggconvert/trunk/debian/changelog	2015-05-07 20:21:25 UTC (rev 11917)
+++ packages/oggconvert/trunk/debian/changelog	2015-05-08 11:45:03 UTC (rev 11918)
@@ -8,13 +8,15 @@
   * debian/copyright:
     - Fix DEP5 syntax.
     - Update copyright years.
+  * debian/rules:
+    - Delete unused .egg-info file.
   * debian/watch:
     - Update watch file.
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 06 May 2015 22:16:29 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 06 May 2015 22:27:58 +0200
 
 oggconvert (0.3.3-2) unstable; urgency=low
 

Modified: packages/oggconvert/trunk/debian/rules
===================================================================
--- packages/oggconvert/trunk/debian/rules	2015-05-07 20:21:25 UTC (rev 11917)
+++ packages/oggconvert/trunk/debian/rules	2015-05-08 11:45:03 UTC (rev 11918)
@@ -6,3 +6,4 @@
 override_dh_auto_install:
 	dh_auto_install -- --install-scripts=/usr/share/oggconvert \
 		--install-lib=/usr/share/oggconvert
+	find $(CURDIR)/debian/oggconvert -name "*.egg-info" -delete




More information about the Python-apps-commits mailing list