r14266 - packages/trunk/bulletml/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Mon Jun 17 22:42:04 UTC 2013


Author: pdewacht-guest
Date: 2013-06-17 22:42:04 +0000 (Mon, 17 Jun 2013)
New Revision: 14266

Modified:
   packages/trunk/bulletml/debian/changelog
   packages/trunk/bulletml/debian/rules
Log:
bulletml: build-arch and build-indep


Modified: packages/trunk/bulletml/debian/changelog
===================================================================
--- packages/trunk/bulletml/debian/changelog	2013-06-17 21:20:45 UTC (rev 14265)
+++ packages/trunk/bulletml/debian/changelog	2013-06-17 22:42:04 UTC (rev 14266)
@@ -4,6 +4,7 @@
     - Switch to debhelper 9
     - Remove quilt dependency
     - Enable hardening flags
+    - Provide build-arch and build-indep targets
   * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev
   * Upgraded Standards-Version to 3.9.4
 

Modified: packages/trunk/bulletml/debian/rules
===================================================================
--- packages/trunk/bulletml/debian/rules	2013-06-17 21:20:45 UTC (rev 14265)
+++ packages/trunk/bulletml/debian/rules	2013-06-17 22:42:04 UTC (rev 14266)
@@ -5,7 +5,9 @@
 
 include /usr/share/dpkg/buildflags.mk
 
-build: build-stamp
+
+build: build-arch build-indep
+build-arch: build-stamp
 build-stamp:
 	dh_testdir
 	rm -f src/calc.cpp #needs to be regenerated from src/calc.yy
@@ -16,6 +18,9 @@
 		LDFLAGS="$(LDFLAGS) -Wl,-z,defs" libbulletml.so
 	touch $@
 
+build-indep:
+# Nothing to do
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -34,10 +39,11 @@
 	#$(MAKE) -C src DESTDIR=$(CURDIR)/debian/tmp install
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-indep:
+# Nothing to do
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: build-arch install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -56,6 +62,8 @@
 	dh_md5sums
 	dh_builddeb
 
+binary: binary-indep binary-arch
+
 get-orig-source:
 	wget http://shinh.skr.jp/libbulletml/libbulletml-0.0.6.tar.bz2
 	wget http://shinh.skr.jp/d/d_cpp.tar.bz2
@@ -66,5 +74,4 @@
 	rm -r bulletml
 	rm d_cpp.tar.bz2 libbulletml-0.0.6.tar.bz2
 
-binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install get-orig-source




More information about the Pkg-games-commits mailing list