r46207 - in /desktop/unstable/gnome-applets/debian: changelog rules

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Tue Sep 29 10:35:47 UTC 2015


Author: mitya57
Date: Tue Sep 29 10:35:46 2015
New Revision: 46207

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46207
Log:
* Do not run dh_python3 against gnome-applets package.
* Remove __pycache__ directory from gnome-applets-data package.

Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/rules

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=46207&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog	[utf-8] Tue Sep 29 10:35:46 2015
@@ -9,6 +9,8 @@
   * Update gnome-applets package description to mention three new applets
     (Brightness, Inhibit and Search Bar).
   * Do not mention Command Line applet which we do not build.
+  * Do not run dh_python3 against gnome-applets package.
+  * Remove __pycache__ directory from gnome-applets-data package.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 28 Sep 2015 17:10:10 +0300
 

Modified: desktop/unstable/gnome-applets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/rules?rev=46207&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/rules	[utf-8] Tue Sep 29 10:35:46 2015
@@ -27,10 +27,8 @@
 debian/cpufreq-selector.1: debian/cpufreq-selector.sgml
 	docbook-to-man $< > $@
 
-binary-install/gnome-applets::
-	dh_python3 -pgnome-applets
-
 binary-install/gnome-applets-data::
+	rm -rf debian/gnome-applets-data/usr/share/gnome-applets/invest/__pycache__
 	dh_python3 -pgnome-applets-data $(DATADIR)
 
 clean::




More information about the pkg-gnome-commits mailing list