From b567d7576f09da81916f0b2781f2772259fe9d79 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sun, 19 Jun 2011 09:07:08 +0100 Subject: [PATCH] build system: Builds OK under dpkg-buildpackage. - added a Build-Depends line - made 'debian/rules clean' work even if there has been no build. Signed-off-by: Richard Kettlewell --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8893cdc..df07adb 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: secnet Section: net Priority: extra Maintainer: Stephen Early +Build-Depends: debhelper,libgmp3-dev,libadns1-dev Standards-Version: 3.0.1 Package: secnet diff --git a/debian/rules b/debian/rules index 3bf636b..590f484 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ clean: rm -f build-stamp # Add here commands to clean up after the build process. - $(MAKE) realclean + -$(MAKE) realclean dh_clean -- 2.30.2