[SCM] telepathy-qt4 packaging branch, master, updated. dc4d0df08481185c68362779b8106f61a5e01b7a

Diane Trout diane-guest at alioth.debian.org
Thu Jul 18 03:08:12 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-qt4.git;a=commitdiff;h=dc4d0df

The following commit has been merged in the master branch:
commit dc4d0df08481185c68362779b8106f61a5e01b7a
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 17 20:07:49 2013 -0700

    Remove python compilted byte-code during debian auto_clean target.
---
 debian/changelog |    1 +
 debian/rules     |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c579e1d..e11cdac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ telepathy-qt (0.9.3-2) UNRELEASED; urgency=low
   * Add Multi-Arch: same to libtelepathy-qt4-dbg.
   * Add fix_storing_avatars.patch. Fixes issue storing avatars
     multiple times.
+  * Remove python compilted byte-code during debian auto_clean target.
 
   [ Michał Zając ]
   * Drop fvisibility-inlines-hidden.patch - went upstream
diff --git a/debian/rules b/debian/rules
index b0d9d7e..9e1b48f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,7 @@ override_dh_installdocs:
 	dh_installdocs -a --link-doc=libtelepathy-qt4-2
 	dh_installdocs -i
 	rm -f debian/libtelepathy-qt4-doc/usr/share/doc/libtelepathy-qt4-doc/html/jquery.js
+
+override_dh_auto_clean:
+	dh_auto_clean
+	find . -name '*.pyc' -exec rm {} \;

-- 
telepathy-qt4 packaging



More information about the pkg-kde-commits mailing list