r12178 - packages/trunk/crystalspace/debian

Devid Antonio Filoni dfiloni-guest at alioth.debian.org
Sun May 1 14:47:02 UTC 2011


Author: dfiloni-guest
Date: 2011-05-01 14:46:57 +0000 (Sun, 01 May 2011)
New Revision: 12178

Modified:
   packages/trunk/crystalspace/debian/changelog
   packages/trunk/crystalspace/debian/libcrystalspace-1.4.symbols.amd64
   packages/trunk/crystalspace/debian/rules
Log:
Fix a bug with symbols file.


Modified: packages/trunk/crystalspace/debian/changelog
===================================================================
--- packages/trunk/crystalspace/debian/changelog	2011-05-01 10:07:41 UTC (rev 12177)
+++ packages/trunk/crystalspace/debian/changelog	2011-05-01 14:46:57 UTC (rev 12178)
@@ -5,6 +5,8 @@
   * debian/rules: invoke bin/autogen.sh.
   * debian/control: add autoconf to Build-Depends field.
   * debian/control: add Vcs-Svn and Vcs-Browser fields.
+  * Update libcrystalspace-1.4.symbols.amd64 file.
+  * debian/rules: update dh_makeshlibs call.
   * Bump Standards-Version to 3.9.2.
 
  -- Devid Antonio Filoni <d.filoni at ubuntu.com>  Thu, 14 Apr 2011 10:46:41 +0200

Modified: packages/trunk/crystalspace/debian/libcrystalspace-1.4.symbols.amd64
===================================================================
--- packages/trunk/crystalspace/debian/libcrystalspace-1.4.symbols.amd64	2011-05-01 10:07:41 UTC (rev 12177)
+++ packages/trunk/crystalspace/debian/libcrystalspace-1.4.symbols.amd64	2011-05-01 14:46:57 UTC (rev 12178)
@@ -863,6 +863,7 @@
  _ZN14csNodeIteratorD1Ev at Base 1.4.0+dfsg
  _ZN14csNodeIteratorD2Ev at Base 1.4.0+dfsg
  _ZN14csPartialOrderImE17InternalCycleTestEmm at Base 1.4.0+dfsg
+ _ZN14csPartialOrderImE4MarkERKm at Base 1.4.0+dfsg
  _ZN14csPartialOrderImE6DeleteERKm at Base 1.4.0+dfsg
  _ZN14csPartialOrderImE8AddOrderERKmS2_ at Base 1.4.0+dfsg
  _ZN14csPhysicalFile10GetAllDataEb at Base 1.4.0+dfsg

Modified: packages/trunk/crystalspace/debian/rules
===================================================================
--- packages/trunk/crystalspace/debian/rules	2011-05-01 10:07:41 UTC (rev 12177)
+++ packages/trunk/crystalspace/debian/rules	2011-05-01 14:46:57 UTC (rev 12178)
@@ -49,7 +49,7 @@
 	chmod 755 $(CURDIR)/debian/crystalspace-data/usr/share/crystalspace-*/bindings/perl5/perlsimp.pl
 
 override_dh_makeshlibs:
-	dh_makeshlibs -V 'libcrystalspace-1.4 (>= 1.4.0+dfsg)'
+	dh_makeshlibs -V 'libcrystalspace-1.4 (>= 1.4.0+dfsg-4)'
 
 #get-orig-source:
 #	@cd $(CURDIR); \




More information about the Pkg-games-commits mailing list