diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-18 13:38:52 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-18 15:57:23 (GMT) |
commit | e45f1cc4ef85ea32b8307f25d22737906a87672c (patch) | |
tree | 957ce2f117db120c4345ff3ee6db9476b858f5e9 /Swift/Packaging/Debian/debian/rules | |
parent | 94373e3eac30fe3c1ad5565f436fa3aad212a576 (diff) | |
download | swift-e45f1cc4ef85ea32b8307f25d22737906a87672c.zip swift-e45f1cc4ef85ea32b8307f25d22737906a87672c.tar.bz2 |
More Debian packaging tweaks.
Diffstat (limited to 'Swift/Packaging/Debian/debian/rules')
-rwxr-xr-x | Swift/Packaging/Debian/debian/rules | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Swift/Packaging/Debian/debian/rules b/Swift/Packaging/Debian/debian/rules index 8069c33..4105fec 100755 --- a/Swift/Packaging/Debian/debian/rules +++ b/Swift/Packaging/Debian/debian/rules @@ -2,19 +2,26 @@ #export DH_VERBOSE=1 +SCONS_FLAGS=V=1 optimize=1 debug=1 allow_warnings=1 swiften_dll=1 qt=/usr/share/qt4 docbook_xsl=/usr/share/xml/docbook/stylesheet/docbook-xsl docbook_xml=/usr/share/xml/docbook/schema/dtd/4.5 + +clean: + dh_testdir + dh_clean + scons $(SCONS_FLAGS) $(SCONS_EXTRA_FLAGS) SWIFT_INSTALLDIR=$(CURDIR)/debian/tmp/usr SWIFTEN_INSTALLDIR=$(CURDIR)/debian/tmp/usr -c + -rm -rf .scon* + -rm -rf config.log + configure: build: configure - -clean: + dh_testdir + scons $(SCONS_FLAGS) $(SCONS_EXTRA_FLAGS) Swift Swiften install: build - dh_testdir dh_testroot dh_prep dh_installdirs - scons $(SCONS_FLAGS) optimize=1 debug=1 allow_warnings=1 swiften_dll=1 qt=/usr/share/qt4 docbook_xsl=/usr/share/xml/docbook/stylesheet/docbook-xsl docbook_xml=/usr/share/xml/docbook/schema/dtd/4.5 SWIFT_INSTALLDIR=$(CURDIR)/debian/tmp/usr SWIFTEN_INSTALLDIR=$(CURDIR)/debian/tmp/usr $(CURDIR)/debian/tmp - + scons $(SCONS_FLAGS) $(SCONS_EXTRA_FLAGS) SWIFT_INSTALLDIR=$(CURDIR)/debian/tmp/usr SWIFTEN_INSTALLDIR=$(CURDIR)/debian/tmp/usr $(CURDIR)/debian/tmp binary-indep: install binary-arch: install |