Changeset 11280
- Timestamp:
- 07/20/07 13:48:23 (1 year ago)
- Files:
-
- trunk/midgard/httpd/apache2/debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/httpd/apache2/debian/rules
r10068 r11280 13 13 dh_testdir 14 14 #$(APXS) -c midgard-apache2.c 15 $(MAKE) LDFLAGS=$(LDFLAGS)15 #$(MAKE) LDFLAGS=$(LDFLAGS) 16 16 touch $@ 17 17 … … 35 35 dh_testroot 36 36 dh_clean 37 dh_installdirs37 #dh_installdirs 38 38 $(MAKE) install \ 39 39 INSTALL='/usr/bin/install -c -o root -g root' \ 40 40 DESTDIR=`pwd`/debian/tmp 41 dh_ movefiles41 dh_install --sourcedir=debian/tmp 42 42 43 43 # nothing to do … … 46 46 47 47 binary-indep: DH_OPTIONS=-a 48 binary-arch: build48 binary-arch: install 49 49 dh_testdir 50 50 dh_testroot 51 dh_install52 51 dh_installdocs 53 52 dh_installchangelogs … … 57 56 dh_installdeb 58 57 dh_makeshlibs 59 dh_shlibdeps -L libmidgard 958 dh_shlibdeps -L libmidgard2.0 60 59 dh_gencontrol 61 60 dh_md5sums 62 61 dh_builddeb 63 62 64 binary: binary-indep binary-arch 63 binary: binary-indep binary-arch 65 64 .PHONY: binary binary-arch binary-indep clean configure build
