r14322 - packages/trunk/bulletml/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Mon Jun 24 19:33:07 UTC 2013


Author: pdewacht-guest
Date: 2013-06-24 19:33:06 +0000 (Mon, 24 Jun 2013)
New Revision: 14322

Modified:
   packages/trunk/bulletml/debian/changelog
   packages/trunk/bulletml/debian/control
   packages/trunk/bulletml/debian/libbulletml-dev.install
   packages/trunk/bulletml/debian/libbulletml0d2.install
Log:
bulletml: multiarch support


Modified: packages/trunk/bulletml/debian/changelog
===================================================================
--- packages/trunk/bulletml/debian/changelog	2013-06-24 19:30:10 UTC (rev 14321)
+++ packages/trunk/bulletml/debian/changelog	2013-06-24 19:33:06 UTC (rev 14322)
@@ -5,6 +5,7 @@
     - Remove quilt dependency
     - Enable hardening flags
     - Provide build-arch and build-indep targets
+  * Add multiarch support
   * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev
   * Upgraded Standards-Version to 3.9.4
 

Modified: packages/trunk/bulletml/debian/control
===================================================================
--- packages/trunk/bulletml/debian/control	2013-06-24 19:30:10 UTC (rev 14321)
+++ packages/trunk/bulletml/debian/control	2013-06-24 19:33:06 UTC (rev 14322)
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
-Build-Depends: debhelper (>= 9), bison
+Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), bison
 Standards-Version: 3.9.4
 Section: libs
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/bulletml/
@@ -22,7 +22,9 @@
 
 Package: libbulletml0d2
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
 Description: C++ library to handle BulletML easily - runtime library
  BulletML is the Bullet Markup Language. BulletML can describe the barrage of
  bullets in shooting games.

Modified: packages/trunk/bulletml/debian/libbulletml-dev.install
===================================================================
--- packages/trunk/bulletml/debian/libbulletml-dev.install	2013-06-24 19:30:10 UTC (rev 14321)
+++ packages/trunk/bulletml/debian/libbulletml-dev.install	2013-06-24 19:33:06 UTC (rev 14322)
@@ -1,6 +1,7 @@
+#!/usr/bin/dh-exec
 src/bulletml.d usr/include/d/
 src/*.h usr/include/bulletml/
 src/tinyxml/*.h usr/include/bulletml/tinyxml/
-src/lib*.a usr/lib/
-src/lib*.so usr/lib/
-#src/*.la usr/lib/
+src/lib*.a usr/lib/${DEB_HOST_MULTIARCH}/
+src/lib*.so usr/lib/${DEB_HOST_MULTIARCH}/
+#src/*.la usr/lib/${DEB_HOST_MULTIARCH}/

Modified: packages/trunk/bulletml/debian/libbulletml0d2.install
===================================================================
--- packages/trunk/bulletml/debian/libbulletml0d2.install	2013-06-24 19:30:10 UTC (rev 14321)
+++ packages/trunk/bulletml/debian/libbulletml0d2.install	2013-06-24 19:33:06 UTC (rev 14322)
@@ -1 +1,2 @@
-src/lib*.so.* usr/lib/
+#!/usr/bin/dh-exec
+src/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/




More information about the Pkg-games-commits mailing list