Source: blobwars Severity: wishlist Tags: patch User: debian...@lists.debian.org Usertags: build-arch-target
Hi, Please see attached patch as an example of how to do this. ~Niels
diff -Nru blobwars-1.19/debian/changelog blobwars-1.19/debian/changelog --- blobwars-1.19/debian/changelog 2011-04-17 17:06:42.000000000 +0200 +++ blobwars-1.19/debian/changelog 2011-11-10 15:01:42.000000000 +0100 @@ -1,3 +1,10 @@ +blobwars (1.19-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Added build-arch and build-indep targets in debian/rules. + + -- Niels Thykier <ni...@thykier.net> Thu, 10 Nov 2011 14:59:30 +0100 + blobwars (1.19-1) unstable; urgency=low * New upstream release. diff -Nru blobwars-1.19/debian/rules blobwars-1.19/debian/rules --- blobwars-1.19/debian/rules 2011-04-17 16:35:58.000000000 +0200 +++ blobwars-1.19/debian/rules 2011-11-10 15:01:40.000000000 +0100 @@ -28,7 +28,9 @@ touch configure-stamp -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp dh_testdir