comparison debian/rules @ 21:3ce5429cd219

removed unneeded stuff in debian/rules
author meillo@marmaro.de
date Sat, 10 May 2008 21:48:21 +0200
parents 27f96c3b8224
children
comparison
equal deleted inserted replaced
20:332ea19d9aaf 21:3ce5429cd219
13 build: 13 build:
14 14
15 clean: 15 clean:
16 dh_testdir 16 dh_testdir
17 dh_testroot 17 dh_testroot
18 dh_clean 18 dh_clean
19 19
20 install: 20 install:
21 dh_testdir 21 dh_testdir
22 dh_testroot 22 dh_testroot
23 dh_clean -k
24 dh_installdirs 23 dh_installdirs
25 24
26 # Add here commands to install the package into debian/genwebgallery. 25 # Add here commands to install the package into debian/genwebgallery.
27 $(MAKE) DESTDIR=$(CURDIR)/debian/genwebgallery install 26 $(MAKE) DESTDIR=$(CURDIR)/debian/genwebgallery install
28 27
31 binary-indep: install 30 binary-indep: install
32 dh_testdir 31 dh_testdir
33 dh_testroot 32 dh_testroot
34 dh_installchangelogs ChangeLog 33 dh_installchangelogs ChangeLog
35 dh_installdocs 34 dh_installdocs
36 # dh_installexamples
37 # dh_install
38 # dh_installmenu
39 # dh_installdebconf
40 # dh_installmime
41 # dh_installinit
42 dh_installman 35 dh_installman
43 # dh_link
44 # dh_strip
45 dh_compress 36 dh_compress
46 dh_fixperms 37 dh_fixperms
47 # dh_perl
48 # dh_makeshlibs
49 dh_installdeb 38 dh_installdeb
50 # dh_shlibdeps
51 dh_gencontrol 39 dh_gencontrol
52 dh_md5sums 40 dh_md5sums
53 dh_builddeb 41 dh_builddeb
54 42
55 # Build architecture-dependent files here. 43 # Build architecture-dependent files here.
56 binary-arch: 44 binary-arch:
57 45
58 binary: binary-indep 46 binary: binary-indep binary-arch
59 47
60 .PHONY: build clean binary-indep binary-arch binary install configure 48 .PHONY: build clean binary-indep binary-arch binary install configure