source: pkg/raul/main/gnome-themes/trunk/debian/rules @ 7318

Revision 7318, 1.0 KB checked in by alanbach-guest, 2 years ago (diff)
  • Updated debian/rules file
  • Property svn:executable set to *
Line 
1#! /usr/bin/make -f
2
3include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/class/gnome.mk
5include /usr/share/cdbs/1/rules/utils.mk
6include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
7-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
8
9DEB_CONFIGURE_EXTRA_FLAGS := --enable-all-themes PKG_CONFIG_PATH=./debian
10
11DEB_INSTALL_DOCS_ALL := AUTHORS
12DEB_INSTALL_DOCS_gnome-accessibility-themes := README
13
14DEB_DH_MAKESHLIBS_ARGS_ALL := -n
15
16configure: configure-stamp
17configure-stamp:
18        dh_testdir
19        touch configure-stamp
20
21build: build-stamp
22
23build-stamp: configure-stamp
24        dh_testdir
25        touch $@
26
27clean::
28        dh_testdir
29        dh_testroot
30        rm -f build-stamp configure-stamp
31
32        dh_clean
33
34install: build
35        dh_testdir
36        dh_testroot
37        dh_clean -k
38        dh_installdirs
39
40binary-arch: binary-indep
41
42# Build architecture-independent files here.
43binary-indep: build install
44        dh_testdir
45        dh_testroot
46        dh_strip
47        dh_compress
48        dh_fixperms
49        dh_shlibdeps
50        dh_gencontrol -isp
51        dh_md5sums
52        dh_builddeb
53
54binary: binary-indep
55.PHONY: build clean binary-indep binary install configure
56
Note: See TracBrowser for help on using the repository browser.