diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-01 19:12:08 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-01 23:55:55 (GMT) |
commit | 36a1cfbdb4292690ec4bd7f80d4cd479f191ebd5 (patch) | |
tree | f7ba46686ea3a12111e574696c1b6be5e5d7bd32 /Swift/Packaging/Debian/rules | |
parent | b898f9f8c9c8dd6650e6c635276eeeb44d9c0144 (diff) | |
download | swift-36a1cfbdb4292690ec4bd7f80d4cd479f191ebd5.zip swift-36a1cfbdb4292690ec4bd7f80d4cd479f191ebd5.tar.bz2 |
Fixed Debian packaging.
Diffstat (limited to 'Swift/Packaging/Debian/rules')
-rwxr-xr-x | Swift/Packaging/Debian/rules | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/Swift/Packaging/Debian/rules b/Swift/Packaging/Debian/rules deleted file mode 100755 index d9b65f0..0000000 --- a/Swift/Packaging/Debian/rules +++ /dev/null @@ -1,61 +0,0 @@ -#!/usr/bin/make -f - -#export DH_VERBOSE=1 - -configure: configure-stamp -configure-stamp: - dh_testdir - touch $@ - -build: build-stamp -build-stamp: configure-stamp - dh_testdir - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - scons qt=/usr/share/qt4 -c - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - scons swift_version=$(SWIFT_VERSION) qt=/usr/share/qt4 SWIFT_INSTALLDIR=$(CURDIR)/debian/swift/usr - -binary-indep: install -binary-arch: install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure |