comparison debian/rules @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 834cc3e275aa
children ba2cb7c23fa2
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
26 build: configure-stamp build-stamp 26 build: configure-stamp build-stamp
27 build-stamp: 27 build-stamp:
28 dh_testdir 28 dh_testdir
29 29
30 # commands to compile the package. 30 # commands to compile the package.
31 ${MAKE} 31 ${MAKE}
32 32
33 touch build-stamp 33 touch build-stamp
34 34
35 clean: 35 clean:
36 dh_testdir 36 dh_testdir
58 58
59 dh_link usr/bin/mplayer usr/bin/gmplayer \ 59 dh_link usr/bin/mplayer usr/bin/gmplayer \
60 usr/share/man/man1/mplayer.1.gz usr/share/man/man1/gmplayer.1.gz 60 usr/share/man/man1/mplayer.1.gz usr/share/man/man1/gmplayer.1.gz
61 61
62 62
63 dh_installdebconf 63 dh_installdebconf
64 dh_installdocs -X.svn -Xmplayer.1 DOCS/* 64 dh_installdocs -X.svn -Xmplayer.1 DOCS/*
65 dh_installexamples etc/example.conf etc/dvb-menu.conf etc/input.conf etc/menu.conf 65 dh_installexamples etc/example.conf etc/dvb-menu.conf etc/input.conf etc/menu.conf
66 dh_installmenu 66 dh_installmenu
67 dh_installmime 67 dh_installmime
68 dh_installinfo 68 dh_installinfo
89 # cd debian/tmp && install -d `cat ../dirs` 89 # cd debian/tmp && install -d `cat ../dirs`
90 90
91 91
92 # Must have debmake installed for this to work. Otherwise please copy 92 # Must have debmake installed for this to work. Otherwise please copy
93 # /usr/bin/debstd into the debian directory and change debstd to debian/debstd 93 # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
94 # debstd 94 # debstd
95 # dpkg-gencontrol -isp 95 # dpkg-gencontrol -isp
96 # chown -R root.root debian/tmp 96 # chown -R root.root debian/tmp
97 # chmod -R go=rX debian/tmp 97 # chmod -R go=rX debian/tmp
98 # dpkg --build debian/tmp .. 98 # dpkg --build debian/tmp ..
99 99