[Python-apps-commits] r3438 - in packages/frescobaldi/trunk/debian (changelog rules)

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Tue Aug 11 21:52:50 UTC 2009


    Date: Tuesday, August 11, 2009 @ 21:52:50
  Author: ryanakca-guest
Revision: 3438

Don't ship the .pyc files in the .deb

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

Modified: packages/frescobaldi/trunk/debian/changelog
===================================================================
--- packages/frescobaldi/trunk/debian/changelog	2009-08-11 21:10:24 UTC (rev 3437)
+++ packages/frescobaldi/trunk/debian/changelog	2009-08-11 21:52:50 UTC (rev 3438)
@@ -6,8 +6,9 @@
   * Section now editors
   * Drop CMakeLists.txt from the docs
   * Fix the menu file
+  * Don't ship the .pyc files in the .deb
 
- -- Ryan Kavanagh <ryanakca at kubuntu.org>  Tue, 11 Aug 2009 15:13:33 -0400
+ -- Ryan Kavanagh <ryanakca at kubuntu.org>  Tue, 11 Aug 2009 17:52:14 -0400
 
 frescobaldi (0.7.11-1) unstable; urgency=low
 

Modified: packages/frescobaldi/trunk/debian/rules
===================================================================
--- packages/frescobaldi/trunk/debian/rules	2009-08-11 21:10:24 UTC (rev 3437)
+++ packages/frescobaldi/trunk/debian/rules	2009-08-11 21:52:50 UTC (rev 3438)
@@ -9,5 +9,8 @@
 			 -DKDE4_MEINPROC_EXECUTABLE=/usr/bin/meinproc4
 DEB_INSTALL_MANPAGES_frescobaldi = debian/frescobaldi.1
 
+binary-install/frescobaldi::
+	find debian/frescobaldi -name '*.pyc' -exec rm {} \;
+
 binary-post-install/frescobaldi::
 	dh_pysupport




More information about the Python-apps-commits mailing list