Author: mertes-guest Date: 2012-07-10 22:05:08 +0000 (Tue, 10 Jul 2012) New Revision: 11717
Modified: trunk/packages/norsnet/trunk/debian/rules Log: add rules build-arch and build-indep Modified: trunk/packages/norsnet/trunk/debian/rules =================================================================== --- trunk/packages/norsnet/trunk/debian/rules 2012-07-10 22:04:35 UTC (rev 11716) +++ trunk/packages/norsnet/trunk/debian/rules 2012-07-10 22:05:08 UTC (rev 11717) @@ -7,7 +7,7 @@ # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +# nexport DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script @@ -102,4 +102,14 @@ # We have nothing to do by default. binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install + +# +# add build-arch & build-indep +# + +# build architecture-dependent files and configurations +build-arch: binary-arch + +# build architecture-independent files and configurations +build-indep: binary-indep _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
