Changeset 7318 for pkg/raul/main
- Timestamp:
- 02/05/11 04:07:34 (2 years ago)
- File:
-
- 1 edited
-
pkg/raul/main/gnome-themes/trunk/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/gnome-themes/trunk/debian/rules
r6093 r7318 13 13 14 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 TracChangeset
for help on using the changeset viewer.


