summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-28 22:43:38 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-28 22:43:38 +1100
commit974fcdb4b5fd5f490297b4fd6d83c41c5a108411 (patch)
treef00e30733c5ba667107ec106512afaf46693c97e
parent321b8fda8e50701d6a74e52332f5bbf8e7390d5c (diff)
Removed womble-specific Debian build section
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index d5b65e49a..f67ad923e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -83,10 +83,6 @@ rule(/_is_runnable$/) do |t|
end
end
-file "debian" => :bzr_is_runnable do
- system("bzr get http://www.hezmatt.org/~mpalmer/bzr/puppet.debian.svn debian") || exit(1)
-end
-
task :check_build_deps => 'dpkg-checkbuilddeps_is_runnable' do
system("dpkg-checkbuilddeps") || exit(1)
end