From: Ian Jackson Date: Sat, 2 Jun 2012 10:37:59 +0000 (+0100) Subject: build-arch and build-indep X-Git-Tag: debian/1.1.1~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=9876740991346f30f7dbb7bf36e22c35017e8788 build-arch and build-indep --- diff --git a/debian/changelog b/debian/changelog index 2c1141c..e8b7534 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ chiark-tcl (1.1.1~~iwj) unstable; urgency=low * Add ${misc:Depends} to Depends field (should not currently have any effect on the binary package). + * Provide build-arch and build-indep targets. * Remove linda overrides. * Change my email address. diff --git a/debian/rules b/debian/rules index 9a62e2b..ce0cdd8 100755 --- a/debian/rules +++ b/debian/rules @@ -32,10 +32,13 @@ define checkdir test -f hbytes/hbytes.tct endef -build: +build: build-arch build-indep +build-arch: $(checkdir) $(MAKE) prefix=/usr VERSION=$(majversion) TCL_VERSION=$(tclversion) +build-indep: + clean: $(checkdir) $(MAKE) clean