annotate debian/rules @ 14:6273a788c4fd

removed bashism
author meillo@marmaro.de
date Sat, 19 Apr 2008 11:38:29 +0200
parents 27f96c3b8224
children 3ce5429cd219
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
1 #!/usr/bin/make -f
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
2 # -*- makefile -*-
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
3 # Sample debian/rules that uses debhelper.
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
4 # This file was originally written by Joey Hess and Craig Small.
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
5 # As a special exception, when this file is copied by dh-make into a
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
6 # dh-make output file, you may use that output file without restriction.
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
8
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
9 # Uncomment this to turn on verbose mode.
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
10 #export DH_VERBOSE=1
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
11
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
12
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
13 build:
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
14
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
15 clean:
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
16 dh_testdir
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
17 dh_testroot
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
18 dh_clean
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
19
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
20 install:
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
21 dh_testdir
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
22 dh_testroot
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
23 dh_clean -k
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
24 dh_installdirs
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
25
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
26 # Add here commands to install the package into debian/genwebgallery.
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
27 $(MAKE) DESTDIR=$(CURDIR)/debian/genwebgallery install
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
28
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
29
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
30 # Build architecture-independent files here.
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
31 binary-indep: install
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
32 dh_testdir
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
33 dh_testroot
9
626dacb5193e fixed installation of changelog in package
meillo@marmaro.de
parents: 0
diff changeset
34 dh_installchangelogs ChangeLog
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
35 dh_installdocs
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
36 # dh_installexamples
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
37 # dh_install
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
38 # dh_installmenu
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
39 # dh_installdebconf
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
40 # dh_installmime
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
41 # dh_installinit
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
42 dh_installman
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
43 # dh_link
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
44 # dh_strip
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
45 dh_compress
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
46 dh_fixperms
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
47 # dh_perl
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
48 # dh_makeshlibs
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
49 dh_installdeb
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
50 # dh_shlibdeps
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
51 dh_gencontrol
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
52 dh_md5sums
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
53 dh_builddeb
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
54
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
55 # Build architecture-dependent files here.
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
56 binary-arch:
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
57
12
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
58 binary: binary-indep
27f96c3b8224 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot)
meillo@marmaro.de
parents: 9
diff changeset
59
0
9f4fa0bc1584 initial commit
meillo@marmaro.de
parents:
diff changeset
60 .PHONY: build clean binary-indep binary-arch binary install configure