mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
removed usless "indep" targets
Monotone-Parent: a3e6c76628a0d2f514619fb4c55d3768c57c848b Monotone-Revision: e6fa87f540c88366f65314c41afcbc692b307e12 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-09T16:04:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Vendored
+4
-13
@@ -8,7 +8,7 @@ config.make: configure
|
||||
./configure
|
||||
|
||||
#Architecture
|
||||
build: build-arch build-indep
|
||||
build: build-arch
|
||||
|
||||
build-arch: build-arch-stamp
|
||||
build-arch-stamp: config.make
|
||||
@@ -16,21 +16,14 @@ build-arch-stamp: config.make
|
||||
$(MAKE)
|
||||
touch $@
|
||||
|
||||
build-indep: build-indep-stamp
|
||||
build-indep-stamp: config.make
|
||||
# Add here commands to compile the indep part of the package.
|
||||
# $(MAKE) doc
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-arch-stamp build-indep-stamp
|
||||
rm -f build-arch-stamp
|
||||
if [ -f config.make ]; then make clean; fi
|
||||
dh_clean
|
||||
|
||||
install: install-arch
|
||||
install-indep:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_prep -i
|
||||
@@ -52,8 +45,6 @@ install-arch: build-arch
|
||||
mkdir -p debian/tmp/etc/apache2/conf.d
|
||||
cp Apache/SOGo-debian.conf debian/tmp/etc/apache2/conf.d/SOGo.conf
|
||||
|
||||
binary-indep: build-indep install-indep
|
||||
|
||||
# Build architecture dependant packages using the common target.
|
||||
binary-arch: build-arch install-arch
|
||||
dh_testdir
|
||||
@@ -67,7 +58,7 @@ binary-arch: build-arch install-arch
|
||||
dh_installman
|
||||
dh_install
|
||||
dh_link
|
||||
# dh_strip
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_makeshlibs
|
||||
@@ -81,4 +72,4 @@ override_dh_strip:
|
||||
dh_strip --dbg-package=sogo-dbg
|
||||
|
||||
binary: binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch override_dh_strip
|
||||
.PHONY: build clean binary-arch binary install install-arch override_dh_strip
|
||||
|
||||
Reference in New Issue
Block a user