From 2ff5f490ab4da9b9b8c74681c291298ad2ba8c62 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 17 Mar 2002 23:51:57 +0000 Subject: [PATCH] Need a 'build' target for dpkg-buildpackage to work. git-svn-id: https://samskivert.googlecode.com/svn/trunk@672 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/lookuplet/debian/rules b/projects/lookuplet/debian/rules index feb7f8bc..89886089 100755 --- a/projects/lookuplet/debian/rules +++ b/projects/lookuplet/debian/rules @@ -15,6 +15,9 @@ clean: dh_clean +build: + # Nothing to do here + # Build architecture-independent files here. binary-indep: # dh_testversion @@ -46,4 +49,4 @@ binary-indep: binary: binary-indep -.PHONY: clean binary-indep binary +.PHONY: clean build binary-indep binary