add tempget to debian package.

SVN revision: 33589
This commit is contained in:
kaethorn 2008-01-24 21:52:56 +00:00 committed by kaethorn
parent 70b82a247b
commit d5da14159e
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
debian/tmp/usr/bin/enlightenment
debian/tmp/usr/bin/enlightenment_*
debian/tmp/usr/lib/enlightenment/modules/*/*/*.so
debian/tmp/usr/lib/enlightenment/modules/*/*/freqset
debian/tmp/usr/lib/enlightenment/modules/*/*.desktop
debian/tmp/usr/lib/enlightenment/modules/*/*.edj
debian/tmp/usr/lib/enlightenment/modules/*/*/freqset
debian/tmp/usr/lib/enlightenment/modules/*/*/tempget
debian/tmp/usr/lib/enlightenment/preload/*.so
debian/tmp/usr/share/enlightenment
debian/tmp/usr/share/locale

3
debian/rules vendored
View File

@ -3,12 +3,13 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset tempget
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 {} \;
find debian/tmp/usr/lib/enlightenment/modules/temperature/ -name 'tempget' -exec chmod 4755 {} \;
chmod 4511 debian/tmp/usr/bin/enlightenment_sys
clean::