From fc63756e86f6b8f4a369d5221b994cab351a7e75 Mon Sep 17 00:00:00 2001 From: kaethorn Date: Sat, 14 Jul 2007 14:42:57 +0000 Subject: [PATCH] update debian package to include new modules. clean up rules. SVN revision: 30810 --- debian/control | 2 +- debian/enlightenment.install | 33 +++++++++++++++++++++++++++++++++ debian/rules | 5 ++--- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index b99d266e1..3dfb062f2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: enlightenment Section: x11 Priority: optional Maintainer: E17 Debian Team -Build-Depends: libevas-dev, libecore-dev, libeet-dev, libedje-dev, edje-bin, libembryo-dev, libefreet-dev, libx11-dev, x-dev, libxext-dev, automake1.7 | automaken, libtool, debhelper (>= 4.0) +Build-Depends: cdbs, debhelper (>= 5), libevas-dev, libecore-dev, libeet-dev, libedje-dev, edje-bin, libembryo-dev, libefreet-dev, libx11-dev, x-dev, libxext-dev Standards-Version: 3.7.2 Package: enlightenment diff --git a/debian/enlightenment.install b/debian/enlightenment.install index 8f3f7174b..c006b65a5 100644 --- a/debian/enlightenment.install +++ b/debian/enlightenment.install @@ -6,6 +6,39 @@ debian/tmp/usr/lib/enlightenment/modules/battery/*.edj debian/tmp/usr/lib/enlightenment/modules/clock/*/*.so debian/tmp/usr/lib/enlightenment/modules/clock/*.desktop debian/tmp/usr/lib/enlightenment/modules/clock/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_borders/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_borders/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_borders/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_colors/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_colors/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_colors/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_fonts/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_fonts/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_fonts/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_icon_theme/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_icon_theme/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_icon_theme/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_imc/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_imc/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_imc/*.edj +debian/tmp/usr/lib/enlightenment/modules/onf_intl*/*.so +debian/tmp/usr/lib/enlightenment/modules/onf_intl*.desktop +debian/tmp/usr/lib/enlightenment/modules/onf_intl*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_mouse_cursor/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_mouse_cursor/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_mouse_cursor/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_startup/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_startup/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_startup/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_theme/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_theme/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_theme/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_transitions/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_transitions/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_transitions/*.edj +debian/tmp/usr/lib/enlightenment/modules/conf_wallpaper/*/*.so +debian/tmp/usr/lib/enlightenment/modules/conf_wallpaper/*.desktop +debian/tmp/usr/lib/enlightenment/modules/conf_wallpaper/*.edj debian/tmp/usr/lib/enlightenment/modules/cpufreq/*/*.so debian/tmp/usr/lib/enlightenment/modules/cpufreq/*.desktop debian/tmp/usr/lib/enlightenment/modules/cpufreq/*.edj diff --git a/debian/rules b/debian/rules index 43a7cf0b8..53f930108 100644 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_MAKE_CLEAN_TARGET := clean - install/enlightenment:: mkdir debian/enlightenment/etc mv debian/tmp/usr/etc/enlightenment debian/enlightenment/etc/ find debian/tmp/usr/lib/enlightenment/modules/cpufreq/ -name 'freqset' -exec chmod 4755 {} \; + chmod 4511 debian/enlightenment/usr/bin/enlightenment_sys clean:: - if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi + ./autogen.sh --prefix=/usr