| 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 | |
|---|
| 3 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 4 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 5 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 6 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 7 | -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |
|---|
| 8 | |
|---|
| 9 | DEB_CONFIGURE_EXTRA_FLAGS := --enable-all-themes PKG_CONFIG_PATH=./debian |
|---|
| 10 | |
|---|
| 11 | DEB_INSTALL_DOCS_ALL := AUTHORS |
|---|
| 12 | DEB_INSTALL_DOCS_gnome-accessibility-themes := README |
|---|
| 13 | |
|---|
| 14 | DEB_DH_MAKESHLIBS_ARGS_ALL := -n |
|---|
| 15 | |
|---|
| 16 | configure: configure-stamp |
|---|
| 17 | configure-stamp: |
|---|
| 18 | dh_testdir |
|---|
| 19 | touch configure-stamp |
|---|
| 20 | |
|---|
| 21 | build: build-stamp |
|---|
| 22 | |
|---|
| 23 | build-stamp: configure-stamp |
|---|
| 24 | dh_testdir |
|---|
| 25 | touch $@ |
|---|
| 26 | |
|---|
| 27 | clean:: |
|---|
| 28 | dh_testdir |
|---|
| 29 | dh_testroot |
|---|
| 30 | rm -f build-stamp configure-stamp |
|---|
| 31 | |
|---|
| 32 | dh_clean |
|---|
| 33 | |
|---|
| 34 | install: build |
|---|
| 35 | dh_testdir |
|---|
| 36 | dh_testroot |
|---|
| 37 | dh_clean -k |
|---|
| 38 | dh_installdirs |
|---|
| 39 | |
|---|
| 40 | binary-arch: binary-indep |
|---|
| 41 | |
|---|
| 42 | # Build architecture-independent files here. |
|---|
| 43 | binary-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 | |
|---|
| 54 | binary: binary-indep |
|---|
| 55 | .PHONY: build clean binary-indep binary install configure |
|---|
| 56 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.