diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-31 15:17:53 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-31 15:17:53 +0000 | 
| commit | cba9e8a6eb18016a9254c0f3c255b10a796e1bd8 (patch) | |
| tree | 7b5a6b50cd383e13ec030b933512d5db13d21415 | |
| parent | 9a24e2a2a6f129ecb179787aedc729032f8b0df1 (diff) | |
| download | libconfig-cba9e8a6eb18016a9254c0f3c255b10a796e1bd8.tar.gz | |
Lintian fixes.
| -rwxr-xr-x | debian/rules | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/debian/rules b/debian/rules index 265b0b4..9c5adac 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,12 @@ config.status: configure  configure:	patch  	$(RM) debian/libconfig8.info debian/shlibs -build: build-stamp +build: build-arch build-indep + +build-arch: build-stamp + +build-indep: build-stamp +  build-stamp:  config.status  	dh_testdir @@ -72,7 +77,7 @@ clean:	unpatch  install: build  	dh_testdir  	dh_testroot -	dh_clean -k  +	dh_prep  	dh_installdirs  	# Add here commands to install the package into debian/tmp | 
