r13745 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Thu Jul 12 18:04:13 UTC 2012


Author: pmatthaei
Date: 2012-07-12 18:04:12 +0000 (Thu, 12 Jul 2012)
New Revision: 13745

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/rules
Log:
Fixed multiarch support with the libsuffix hack.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2012-07-11 19:47:02 UTC (rev 13744)
+++ packages/trunk/libphysfs/debian/changelog	2012-07-12 18:04:12 UTC (rev 13745)
@@ -3,7 +3,6 @@
   * Wrap all debian/control fields.
   * Add multiarch support.
     Closes: #680607
-TODO: Fix libinstall path. NOT READY YET!
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 11 Jul 2012 21:21:19 +0200
 

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2012-07-11 19:47:02 UTC (rev 13744)
+++ packages/trunk/libphysfs/debian/rules	2012-07-12 18:04:12 UTC (rev 13745)
@@ -30,7 +30,7 @@
 
 config.status:
 	dh_testdir
-	cmake -D CMAKE_INSTALL_PREFIX=/usr -DINSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) .
+	cmake -D CMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" .
 
 build: build-stamp
 build-stamp: config.status




More information about the Pkg-games-commits mailing list