/[fai]/trunk/debian/rules
ViewVC logotype

Contents of /trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations) (download)
Wed Jul 5 12:26:04 2000 UTC (12 years, 11 months ago) by lange
File size: 1642 byte(s)
FAIVERSIONSTRING used for README
1 #!/usr/bin/make -f
2 # Sample debian/rules that uses debhelper.
3 # GNU copyright 1997 to 1999 by Joey Hess.
4
5 # Uncomment this to turn on verbose mode.
6 #export DH_VERBOSE=1
7
8 # This is the debhelper compatability version to use.
9 export DH_COMPAT=1
10
11 include VERSION
12
13 build: build-stamp
14 build-stamp:
15 dh_testdir
16
17 # Add here commands to compile the package.
18 # $(MAKE)
19
20 touch build-stamp
21
22 clean:
23 dh_testdir
24 dh_testroot
25 rm -f build-stamp
26
27 # Add here commands to clean up after the build process.
28 -$(MAKE) clean
29
30 dh_clean
31
32 install: build
33 dh_testdir
34 dh_testroot
35 dh_clean -k
36 dh_installdirs
37
38 # Add here commands to install the package into debian/tmp.
39 $(MAKE) install DESTDIR=`pwd`/debian/tmp
40
41
42 # Build architecture-independent files here.
43 binary-indep: build install
44 # We have nothing to do by default.
45
46 # Build architecture-dependent files here.
47 binary-arch: build install
48 # dh_testversion
49 dh_testdir
50 dh_testroot
51 # dh_installdebconf
52 dh_installdocs
53 # dh_installexamples
54 # dh_installmenu
55 # dh_installmanpages
56 # dh_installinfo
57 dh_undocumented
58 dh_installchangelogs
59 dh_link
60 dh_compress -Xtemplates
61 dh_fixperms
62 chmod a+rx `pwd`/debian/tmp/usr/share/doc/fai/templates/class/S[0-9]*.{source,sh,pl}
63 chmod a+rx `pwd`/debian/tmp/usr/share/doc/fai/templates/scripts/*
64 chmod a+rx `pwd`/debian/tmp/usr/lib/fai/sbin/rcS_fai
65 perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' `pwd`/debian/tmp/usr/share/doc/fai/README
66 echo $(VERSIONSTRING)
67 # You may want to make some executables suid here.
68 dh_installdeb
69 dh_gencontrol
70 dh_md5sums
71 dh_builddeb
72
73 binary: binary-indep binary-arch
74 .PHONY: build clean binary-indep binary-arch binary install

Properties

Name Value
svn:eol-style native
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5