Finally fully inline with binary* and build* with Debian Policy Manual section 4.9
This commit is contained in:
parent
adae5e5648
commit
50acea7d95
|
@ -178,6 +178,8 @@ config.status: configure
|
||||||
./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
|
./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
|
||||||
|
|
||||||
build: build-arch build-indep
|
build: build-arch build-indep
|
||||||
|
build-arch: build-stamp
|
||||||
|
build-indep: build-stamp
|
||||||
build-stamp: config.status
|
build-stamp: config.status
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
|
@ -196,7 +198,7 @@ clean: # .pc/applied-patches
|
||||||
rm -f */*/*/config.status
|
rm -f */*/*/config.status
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
install: build-stamp
|
install: build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_prep
|
dh_prep
|
||||||
|
@ -207,11 +209,11 @@ install: build-stamp
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-indep: build-stamp install
|
binary-indep: build install
|
||||||
# We have nothing to do by default.
|
# We have nothing to do by default.
|
||||||
|
|
||||||
# Build architecture-dependent files here.
|
# Build architecture-dependent files here.
|
||||||
binary-arch: build-stamp install
|
binary-arch: build install
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
|
|
Loading…
Reference in New Issue