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 <[email protected]> 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@Base 1.4.0+dfsg _ZN14csNodeIteratorD2Ev@Base 1.4.0+dfsg _ZN14csPartialOrderImE17InternalCycleTestEmm@Base 1.4.0+dfsg + _ZN14csPartialOrderImE4MarkERKm@Base 1.4.0+dfsg _ZN14csPartialOrderImE6DeleteERKm@Base 1.4.0+dfsg _ZN14csPartialOrderImE8AddOrderERKmS2_@Base 1.4.0+dfsg _ZN14csPhysicalFile10GetAllDataEb@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); \ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

