[Pkg-e-commits] [SCM] Enlightenment 17 branch, master, updated. debian/0.16.999.042-2-178-g8a32388

Albin Tonnerre albin.tonnerre at gmail.com
Tue May 27 16:21:32 UTC 2008


The following commit has been merged in the master branch:
commit 8a32388f0b6f00f5cb1319fccabcc6af04960846
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Tue May 27 18:21:16 2008 +0200

    Dont' remove the layout module, as it's no longer installed

diff --git a/debian/changelog b/debian/changelog
index 401844b..214da66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ e17 (0.16.999.043-1) UNRELEASED; urgency=low
 
   [ Albin Tonnerre ]
   * Install the batget binary, as it actually exists in this version
+  * debian/rules:
+    - No longer remove the layout module, as it's not installed anymore
+    - No need for the tempget binary to be chmod 4755 - 755 is enough
 
  -- Jan Lübbe <jluebbe at debian.org>  Sat, 24 May 2008 17:54:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 0bb981b..346b5f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,11 @@ install/e17-data::
 	rm debian/tmp/usr/share/enlightenment/data/fonts/*
 
 install/e17::
-	rm -r debian/tmp/usr/lib/enlightenment/modules/layout
 	rm -r debian/tmp/usr/lib/enlightenment/modules/wizard
 
 binary-predeb/e17::
 	chmod 4755 debian/e17/usr/lib/enlightenment/enlightenment_sys
 	chmod 4755 debian/e17/usr/lib/enlightenment/modules/cpufreq/*/freqset
-	chmod 4755 debian/e17/usr/lib/enlightenment/modules/temperature/*/tempget
 
 DEB_INSTALL_MANPAGES_e17 := $(DEB_SRCDIR)/debian/enlightenment.1 $(DEB_SRCDIR)/debian/enlightenment_*.1
 DEB_INSTALL_MANPAGES_e17-dev := $(DEB_SRCDIR)/debian/enlightenment-config.1

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list