Mercurial > mplayer.hg
comparison debian/rules @ 1634:3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
author | eyck |
---|---|
date | Wed, 22 Aug 2001 20:58:50 +0000 |
parents | 225b8fb7653f |
children | 6185549842e7 |
comparison
equal
deleted
inserted
replaced
1633:742d9e286b5d | 1634:3249bbc48bf9 |
---|---|
21 dh_testdir | 21 dh_testdir |
22 | 22 |
23 # Add here commands to compile the package. | 23 # Add here commands to compile the package. |
24 #$(MAKE) | 24 #$(MAKE) |
25 #/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1 | 25 #/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1 |
26 make dep | 26 ${MAKE} dep |
27 make mplayer | 27 ${MAKE} mplayer |
28 | |
29 | 28 |
30 touch build-stamp | 29 touch build-stamp |
31 | 30 |
32 clean: | 31 clean: |
33 dh_testdir | 32 dh_testdir |
51 dh_clean -k | 50 dh_clean -k |
52 dh_installdirs | 51 dh_installdirs |
53 | 52 |
54 # Add here commands to install the package into debian/<packagename> | 53 # Add here commands to install the package into debian/<packagename> |
55 # $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install | 54 # $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install |
56 $(MAKE) install prefix=`pwd`/debian/tmp/usr | 55 $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr |
57 | 56 |
58 # Build architecture-independent files here. | 57 # Build architecture-independent files here. |
59 binary-indep: build install | 58 binary-indep: build install |
60 # We have nothing to do by default. | 59 # We have nothing to do by default. |
61 | 60 |
63 # Build architecture-dependent files here. | 62 # Build architecture-dependent files here. |
64 binary-arch: build install | 63 binary-arch: build install |
65 dh_testdir | 64 dh_testdir |
66 dh_testroot | 65 dh_testroot |
67 dh_installdebconf | 66 dh_installdebconf |
68 dh_installdocs | 67 dh_installdocs DOCS/* |
69 dh_installexamples | 68 dh_installexamples |
70 dh_installmenu | 69 dh_installmenu |
71 # dh_installlogrotate | 70 # dh_installlogrotate |
72 # dh_installemacsen | 71 # dh_installemacsen |
73 # dh_installpam | 72 # dh_installpam |