diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-07 22:30:31 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-25 12:41:07 (GMT) |
commit | b997b3cdc0ebd32e8be97e5c6265c6c15de7706a (patch) | |
tree | 3d8123cc93163d763511a996c4f5921efdbb176b /Swift/Packaging/Debian/debian/rules | |
parent | c47d084c27bb92ad861a75538f9eafa8a232b88c (diff) | |
download | swift-contrib-b997b3cdc0ebd32e8be97e5c6265c6c15de7706a.zip swift-contrib-b997b3cdc0ebd32e8be97e5c6265c6c15de7706a.tar.bz2 |
Improvements to Debian packaging.
Allows packaging of just source, and script for using pbuilder.
Adding build-arch and build-indep targets to satisfy lintian
Fix caps on Olly's surname in Debian packaging
Add script to build with non-generated changelog
Diffstat (limited to 'Swift/Packaging/Debian/debian/rules')
-rwxr-xr-x | Swift/Packaging/Debian/debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/debian/rules b/Swift/Packaging/Debian/debian/rules index 5a7248e..d05e34a 100755 --- a/Swift/Packaging/Debian/debian/rules +++ b/Swift/Packaging/Debian/debian/rules @@ -45,4 +45,7 @@ binary-arch: install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build +.PHONY: build clean binary-indep binary-arch binary install configure build-arch build-indep |