r12302 - in packages/trunk/cel: . debian debian/source

Devid Antonio Filoni dfiloni-guest at alioth.debian.org
Mon May 9 13:06:20 UTC 2011


Author: dfiloni-guest
Date: 2011-05-09 13:06:19 +0000 (Mon, 09 May 2011)
New Revision: 12302

Added:
   packages/trunk/cel/debian/
   packages/trunk/cel/debian/cel-doc.doc-base
   packages/trunk/cel/debian/changelog
   packages/trunk/cel/debian/compat
   packages/trunk/cel/debian/control
   packages/trunk/cel/debian/copyright
   packages/trunk/cel/debian/libceltool-1.4.symbols.amd64
   packages/trunk/cel/debian/rules
   packages/trunk/cel/debian/source.lintian-overrides
   packages/trunk/cel/debian/source/
   packages/trunk/cel/debian/source/format
   packages/trunk/cel/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.4.0-1) to trunk


Property changes on: packages/trunk/cel/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/trunk/cel/debian/cel-doc.doc-base
===================================================================
--- packages/trunk/cel/debian/cel-doc.doc-base	                        (rev 0)
+++ packages/trunk/cel/debian/cel-doc.doc-base	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,10 @@
+Document: cel
+Title: Crystal Entity Layer Manual
+Author: Daniel Thoroughgood
+Abstract: This document includes usage instructions,
+ conceptual material, and detailed technical information.
+Section: Help/Books
+
+Format: HTML
+Index: /usr/share/doc/cel-1.4.0/html/manual/index.html
+Files: /usr/share/doc/cel-1.4.0/html/manual/*.html

Added: packages/trunk/cel/debian/changelog
===================================================================
--- packages/trunk/cel/debian/changelog	                        (rev 0)
+++ packages/trunk/cel/debian/changelog	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,5 @@
+cel (1.4.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #620565, #282666).
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com>  Mon, 09 May 2011 14:39:15 +0200

Added: packages/trunk/cel/debian/compat
===================================================================
--- packages/trunk/cel/debian/compat	                        (rev 0)
+++ packages/trunk/cel/debian/compat	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1 @@
+7

Added: packages/trunk/cel/debian/control
===================================================================
--- packages/trunk/cel/debian/control	                        (rev 0)
+++ packages/trunk/cel/debian/control	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,94 @@
+Source: cel
+Section: libs
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Devid Antonio Filoni <d.filoni at ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50~), jam, libcppunit-dev, zlib1g-dev,
+ libcrystalspace-dev (>= 1.4.0+dfsg-4)
+Standards-Version: 3.9.2
+Homepage: http://www.crystalspace3d.org/main/CEL
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/cel/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/cel/
+
+Package: libceltool-1.4
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: cel-doc (= ${source:Version})
+Description: set of plugins and apps for Crystal Space
+ CEL (or Crystal Entity Layer) provides a set of commonly used abstractions
+ to specifically help with writing games.
+ CEL introduces the notion of an 'entity' which can be any kind of (visual
+ or non-visual) object in a game.
+ CEL also comes with a lot of useful plugins for 3rd/first person camera
+ handling, physics, movement system, quest system, and so on.
+
+Package: libcel-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libceltool-1.4 (= ${binary:Version})
+Description: set of plugins and apps for Crystal Space (development files)
+ CEL (or Crystal Entity Layer) provides a set of commonly used abstractions
+ to specifically help with writing games.
+ CEL introduces the notion of an 'entity' which can be any kind of (visual
+ or non-visual) object in a game.
+ CEL also comes with a lot of useful plugins for 3rd/first person camera
+ handling, physics, movement system, quest system, and so on.
+ .
+ This package provides the development files of CEL.
+
+Package: libcel-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, libceltool-1.4 (= ${binary:Version})
+Description: set of plugins and apps for Crystal Space (debugging files)
+ CEL (or Crystal Entity Layer) provides a set of commonly used abstractions
+ to specifically help with writing games.
+ CEL introduces the notion of an 'entity' which can be any kind of (visual
+ or non-visual) object in a game.
+ CEL also comes with a lot of useful plugins for 3rd/first person camera
+ handling, physics, movement system, quest system, and so on.
+ .
+ This package provides the debugging files of CEL.
+
+Package: cel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, cel-data (= ${source:Version}),
+ libceltool-1.4 (= ${binary:Version})
+Suggests: cel-doc (= ${source:Version})
+Description: set of plugins and apps for Crystal Space (binaries)
+ CEL (or Crystal Entity Layer) provides a set of commonly used abstractions
+ to specifically help with writing games.
+ CEL introduces the notion of an 'entity' which can be any kind of (visual
+ or non-visual) object in a game.
+ CEL also comes with a lot of useful plugins for 3rd/first person camera
+ handling, physics, movement system, quest system, and so on.
+ .
+ This package provides the binaries of CEL.
+
+Package: cel-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: set of plugins and apps for Crystal Space (data files)
+ CEL (or Crystal Entity Layer) provides a set of commonly used abstractions
+ to specifically help with writing games.
+ CEL introduces the notion of an 'entity' which can be any kind of (visual
+ or non-visual) object in a game.
+ CEL also comes with a lot of useful plugins for 3rd/first person camera
+ handling, physics, movement system, quest system, and so on.
+ .
+ This package provides the data files of CEL binaries.
+
+Package: cel-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: documentation for Crystal Entity Layer (CEL)
+ CEL (or Crystal Entity Layer) provides a set of commonly used abstractions
+ to specifically help with writing games.
+ CEL introduces the notion of an 'entity' which can be any kind of (visual
+ or non-visual) object in a game.
+ CEL also comes with a lot of useful plugins for 3rd/first person camera
+ handling, physics, movement system, quest system, and so on.
+ .
+ This package provides documentation for CEL.

Added: packages/trunk/cel/debian/copyright
===================================================================
--- packages/trunk/cel/debian/copyright	                        (rev 0)
+++ packages/trunk/cel/debian/copyright	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,61 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: cel
+Source: http://www.crystalspace3d.org/main/CEL
+
+Files: *
+Copyright: 1998-2007, Jorrit Tyberghein
+           2005, Christian Van Brussel
+           2007, Mat Sutcliffe
+           2007, Dariusz Dawidowski
+           2001, PlaneShift Team
+           2004-2008, Frank Richter
+           2004, Eric Sunshine
+           2006-2008, Pablo Martin
+           2007, Amir Taaki
+License: LGPL-2.0+
+
+Files: docs/support/nodefix.pl, snapshot.py
+Copyright: 2000-2005, Eric Sunshine
+License: GPL-2.0+
+
+Files: docs/support/T2h_i18n.pm, docs/support/texi2html.pl
+Copyright: 1999, 2000 Free Software Foundation, Inc
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2011 Devid Antonio Filoni <d.filoni at ubuntu.com>
+License: GPL-2.0+
+
+License: LGPL-2.0+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2".
+
+License: GPL-2.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/trunk/cel/debian/libceltool-1.4.symbols.amd64
===================================================================
--- packages/trunk/cel/debian/libceltool-1.4.symbols.amd64	                        (rev 0)
+++ packages/trunk/cel/debian/libceltool-1.4.symbols.amd64	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,214 @@
+libceltool-1.4.so libceltool-1.4 #MINVER#
+ _ZN11celPcCommon11SetPropertyEmP10iCelEntity at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmP17iCelPropertyClass at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmP5iBase at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmPKc at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmRK7csColor at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmRK9csVector2 at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmRK9csVector3 at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmb at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEmf at Base 1.4.0
+ _ZN11celPcCommon11SetPropertyEml at Base 1.4.0
+ _ZN11celPcCommon13PerformActionEmP18iCelParameterBlockR7celData at Base 1.4.0
+ _ZN11celPcCommon18IsPropertyReadOnlyEm at Base 1.4.0
+ _ZN11celPcCommon19GetPropertyBoolByIDEm at Base 1.4.0
+ _ZN11celPcCommon19GetPropertyLongByIDEm at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyColorByIDEmR7csColor at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyFloatByIDEm at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyIBaseByIDEm at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyTemplatedI7csColorEEbm11celDataTypeRT_ at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyTemplatedI9csVector3EEbm11celDataTypeRT_ at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyTemplatedIP10iCelEntityEET_m11celDataType at Base 1.4.0
+ _ZN11celPcCommon20GetPropertyTemplatedIP5iBaseEET_m11celDataType at Base 1.4.0
+ _ZN11celPcCommon20SetPropertyTemplatedI7csColorEEbmT_11celDataType at Base 1.4.0
+ _ZN11celPcCommon20SetPropertyTemplatedI9csVector3EEbmT_11celDataType at Base 1.4.0
+ _ZN11celPcCommon21GetPropertyEntityByIDEm at Base 1.4.0
+ _ZN11celPcCommon21GetPropertyOrActionIDEm at Base 1.4.0
+ _ZN11celPcCommon21GetPropertyPClassByIDEm at Base 1.4.0
+ _ZN11celPcCommon21GetPropertyStringByIDEm at Base 1.4.0
+ _ZN11celPcCommon21GetPropertyVectorByIDEmR9csVector2 at Base 1.4.0
+ _ZN11celPcCommon21GetPropertyVectorByIDEmR9csVector3 at Base 1.4.0
+ _ZN11celPcCommon23GetPropertyOrActionTypeEm at Base 1.4.0
+ _ZN11celPcCommon25AddPropertyChangeCallbackEP26iCelPropertyChangeCallback at Base 1.4.0
+ _ZN11celPcCommon25GetPropertyAndActionCountEv at Base 1.4.0
+ _ZN11celPcCommon26FirePropertyChangeCallbackEi at Base 1.4.0
+ _ZN11celPcCommon28RemovePropertyChangeCallbackEP26iCelPropertyChangeCallback at Base 1.4.0
+ _ZN11celPcCommon30GetPropertyOrActionDescriptionEm at Base 1.4.0
+ _ZN11celPcCommon6SetTagEPKc at Base 1.4.0
+ _ZN11celPcCommon7SetNameEPKc at Base 1.4.0
+ _ZN11celPcCommon9SetEntityEP10iCelEntity at Base 1.4.0
+ _ZN11celPcCommonC1EP15iObjectRegistry at Base 1.4.0
+ _ZN11celPcCommonC2EP15iObjectRegistry at Base 1.4.0
+ _ZN11celPcCommonD0Ev at Base 1.4.0
+ _ZN11celPcCommonD1Ev at Base 1.4.0
+ _ZN11celPcCommonD2Ev at Base 1.4.0
+ _ZN14celInitializer10LoadCelVFSEP15iObjectRegistry at Base 1.4.0
+ _ZN14celInitializer14RequestPluginsEP15iObjectRegistryRK7csArrayI15csPluginRequest21csArrayElementHandlerIS3_EN2CS6Memory15AllocatorMallocE22csArrayCapacityDefaultE at Base 1.4.0
+ _ZN14celInitializer14RequestPluginsEP15iObjectRegistryz at Base 1.4.0
+ _ZN14celInitializer15RequestPluginsVEP15iObjectRegistryP13__va_list_tag at Base 1.4.0
+ _ZN14celInitializer17setup_plugin_dirsEP15iObjectRegistryPKc at Base 1.4.0
+ _ZN14celInitializer18LoadMountsFromFileEP15iObjectRegistryPKc at Base 1.4.0
+ _ZN14celInitializer18SetupConfigManagerEP15iObjectRegistryPKcS3_ at Base 1.4.0
+ _ZN14celInitializer8SetupVFSEP15iObjectRegistryPKc at Base 1.4.0
+ _ZN17celMessageChannel11SendMessageEPKcP14iMessageSenderP18iCelParameterBlockP13iCelDataArray at Base 1.4.0
+ _ZN17celMessageChannel11UnsubscribeEP16iMessageReceiverPKc at Base 1.4.0
+ _ZN17celMessageChannel23CreateMessageDispatcherEP14iMessageSenderPKcP22iMessageReceiverFilter at Base 1.4.0
+ _ZN17celMessageChannel23RemoveMessageDispatcherEP18iMessageDispatcher at Base 1.4.0
+ _ZN17celMessageChannel24RemoveMessageDispatchersEv at Base 1.4.0
+ _ZN17celMessageChannel9SubscribeEP16iMessageReceiverPKc at Base 1.4.0
+ _ZN17celPcCameraCommon10LoadCommonEP14iCelDataBuffer at Base 1.4.0
+ _ZN17celPcCameraCommon10SaveCommonEP14iCelDataBuffer at Base 1.4.0
+ _ZN17celPcCameraCommon11SetAutoDrawEb at Base 1.4.0
+ _ZN17celPcCameraCommon12SetRectangleEiiii at Base 1.4.0
+ _ZN17celPcCameraCommon14SetZoneManagerEP14iPcZoneManagerbPKcS3_ at Base 1.4.0
+ _ZN17celPcCameraCommon14SetZoneManagerEPKcbS1_S1_ at Base 1.4.0
+ _ZN17celPcCameraCommon14TickEveryFrameEv at Base 1.4.0
+ _ZN17celPcCameraCommon19SetDistanceClippingEf at Base 1.4.0
+ _ZN17celPcCameraCommon20SetPerspectiveCenterEff at Base 1.4.0
+ _ZN17celPcCameraCommon21AdaptDistanceClippingEj at Base 1.4.0
+ _ZN17celPcCameraCommon23DisableDistanceClippingEv at Base 1.4.0
+ _ZN17celPcCameraCommon27EnableFixedDistanceClippingEf at Base 1.4.0
+ _ZN17celPcCameraCommon30EnableAdaptiveDistanceClippingEfff at Base 1.4.0
+ _ZN17celPcCameraCommon4DrawEv at Base 1.4.0
+ _ZN17celPcCameraCommon4LoadEP14iCelDataBuffer at Base 1.4.0
+ _ZN17celPcCameraCommon4SaveEv at Base 1.4.0
+ _ZN17celPcCameraCommon6ReportEP15iObjectRegistryPKcz at Base 1.4.0
+ _ZN17celPcCameraCommon9SetRegionEP9iPcRegionbPKc at Base 1.4.0
+ _ZN17celPcCameraCommonC1EP15iObjectRegistry at Base 1.4.0
+ _ZN17celPcCameraCommonC2EP15iObjectRegistry at Base 1.4.0
+ _ZN17celPcCameraCommonD0Ev at Base 1.4.0
+ _ZN17celPcCameraCommonD1Ev at Base 1.4.0
+ _ZN17celPcCameraCommonD2Ev at Base 1.4.0
+ _ZN18celNavigationTools17GetNavigationInfoEP10iCelEntityPKcP8iMapNode at Base 1.4.0
+ _ZN18celNavigationTools17GetNavigationInfoEP10iCelEntityPKcRK9csVector3 at Base 1.4.0
+ _ZN18celNavigationTools17GetNavigationInfoEP10iCelEntityPKcS1_S3_ at Base 1.4.0
+ _ZN18celNavigationTools17GetNavigationInfoEP7iPcMeshP10iCelEntityPKc at Base 1.4.0
+ _ZN18celNavigationTools17GetNavigationInfoEP7iPcMeshP8iMapNode at Base 1.4.0
+ _ZN18celNavigationTools17GetNavigationInfoEP7iPcMeshRK9csVector3 at Base 1.4.0
+ _ZN25celStandardLocalEntitySet14FindExternalPCEP14iCelDataBuffer at Base 1.4.0
+ _ZN25celStandardLocalEntitySet14SaveExternalPCEP17iCelPropertyClass at Base 1.4.0
+ _ZN25celStandardLocalEntitySet18FindExternalEntityEP14iCelDataBuffer at Base 1.4.0
+ _ZN25celStandardLocalEntitySet18SaveExternalEntityEP10iCelEntity at Base 1.4.0
+ _ZN25celStandardLocalEntitySetC1EP11iCelPlLayer at Base 1.4.0
+ _ZN25celStandardLocalEntitySetC2EP11iCelPlLayer at Base 1.4.0
+ _ZN25celStandardLocalEntitySetD0Ev at Base 1.4.0
+ _ZN25celStandardLocalEntitySetD1Ev at Base 1.4.0
+ _ZN25celStandardLocalEntitySetD2Ev at Base 1.4.0
+ _ZN29celStandardPersistentDataList17AddPersistentDataER5csRefI14iCelDataBufferER8csStringS5_ at Base 1.4.0
+ _ZN29celStandardPersistentDataListC1Ev at Base 1.4.0
+ _ZN29celStandardPersistentDataListC2Ev at Base 1.4.0
+ _ZN29celStandardPersistentDataListD0Ev at Base 1.4.0
+ _ZN29celStandardPersistentDataListD1Ev at Base 1.4.0
+ _ZN29celStandardPersistentDataListD2Ev at Base 1.4.0
+ _ZN3CEL28GetPlatformInstallationPathsEv at Base 1.4.0
+ _ZNK17celPcCameraCommon9GetCameraEv at Base 1.4.0
+ _ZNK29celStandardPersistentDataList17GetPersistentDataEmR5csRefI14iCelDataBufferER8csStringS5_ at Base 1.4.0
+ _ZTC11celPcCommon0_17scfImplementationIS_E at Base 1.4.0
+ _ZTC11celPcCommon0_18scfImplementation3IS_17iCelPropertyClass17iCelTimerListener14iMessageSenderE at Base 1.4.0
+ _ZTC11celPcCommon24_17iCelPropertyClass at Base 1.4.0
+ _ZTC11celPcCommon32_17iCelTimerListener at Base 1.4.0
+ _ZTC11celPcCommon40_14iMessageSender at Base 1.4.0
+ _ZTC17celMessageChannel0_17scfImplementationIS_E at Base 1.4.0
+ _ZTC17celMessageChannel0_18scfImplementation1IS_15iMessageChannelE at Base 1.4.0
+ _ZTC17celMessageChannel24_15iMessageChannel at Base 1.4.0
+ _ZTC17celPcCameraCommon0_11celPcCommon at Base 1.4.0
+ _ZTC17celPcCameraCommon0_17scfImplementationI11celPcCommonE at Base 1.4.0
+ _ZTC17celPcCameraCommon0_18scfImplementation3I11celPcCommon17iCelPropertyClass17iCelTimerListener14iMessageSenderE at Base 1.4.0
+ _ZTC17celPcCameraCommon24_17iCelPropertyClass at Base 1.4.0
+ _ZTC17celPcCameraCommon32_17iCelTimerListener at Base 1.4.0
+ _ZTC17celPcCameraCommon40_14iMessageSender at Base 1.4.0
+ _ZTC25celStandardLocalEntitySet0_17scfImplementationIS_E at Base 1.4.0
+ _ZTC25celStandardLocalEntitySet0_18scfImplementation1IS_18iCelLocalEntitySetE at Base 1.4.0
+ _ZTC25celStandardLocalEntitySet24_18iCelLocalEntitySet at Base 1.4.0
+ _ZTC29celStandardPersistentDataList0_17scfImplementationIS_E at Base 1.4.0
+ _ZTC29celStandardPersistentDataList0_18scfImplementation1IS_22iCelPersistentDataListE at Base 1.4.0
+ _ZTC29celStandardPersistentDataList24_22iCelPersistentDataList at Base 1.4.0
+ _ZTI11celPcCommon at Base 1.4.0
+ _ZTI17celMessageChannel at Base 1.4.0
+ _ZTI17celPcCameraCommon at Base 1.4.0
+ _ZTI25celStandardLocalEntitySet at Base 1.4.0
+ _ZTI29celStandardPersistentDataList at Base 1.4.0
+ _ZTS11celPcCommon at Base 1.4.0
+ _ZTS17celMessageChannel at Base 1.4.0
+ _ZTS17celPcCameraCommon at Base 1.4.0
+ _ZTS25celStandardLocalEntitySet at Base 1.4.0
+ _ZTS29celStandardPersistentDataList at Base 1.4.0
+ _ZTT11celPcCommon at Base 1.4.0
+ _ZTT17celMessageChannel at Base 1.4.0
+ _ZTT17celPcCameraCommon at Base 1.4.0
+ _ZTT25celStandardLocalEntitySet at Base 1.4.0
+ _ZTT29celStandardPersistentDataList at Base 1.4.0
+ _ZTV11celPcCommon at Base 1.4.0
+ _ZTV17celMessageChannel at Base 1.4.0
+ _ZTV17celPcCameraCommon at Base 1.4.0
+ _ZTV25celStandardLocalEntitySet at Base 1.4.0
+ _ZTV29celStandardPersistentDataList at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmP10iCelEntity at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmP17iCelPropertyClass at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmP5iBase at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmPKc at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmRK7csColor at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmRK9csVector2 at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmRK9csVector3 at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmb at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEmf at Base 1.4.0
+ _ZThn24_N11celPcCommon11SetPropertyEml at Base 1.4.0
+ _ZThn24_N11celPcCommon13PerformActionEmP18iCelParameterBlockR7celData at Base 1.4.0
+ _ZThn24_N11celPcCommon18IsPropertyReadOnlyEm at Base 1.4.0
+ _ZThn24_N11celPcCommon19GetPropertyBoolByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon19GetPropertyLongByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon20GetPropertyColorByIDEmR7csColor at Base 1.4.0
+ _ZThn24_N11celPcCommon20GetPropertyFloatByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon20GetPropertyIBaseByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon21GetPropertyEntityByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon21GetPropertyOrActionIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon21GetPropertyPClassByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon21GetPropertyStringByIDEm at Base 1.4.0
+ _ZThn24_N11celPcCommon21GetPropertyVectorByIDEmR9csVector2 at Base 1.4.0
+ _ZThn24_N11celPcCommon21GetPropertyVectorByIDEmR9csVector3 at Base 1.4.0
+ _ZThn24_N11celPcCommon23GetPropertyOrActionTypeEm at Base 1.4.0
+ _ZThn24_N11celPcCommon25AddPropertyChangeCallbackEP26iCelPropertyChangeCallback at Base 1.4.0
+ _ZThn24_N11celPcCommon25GetPropertyAndActionCountEv at Base 1.4.0
+ _ZThn24_N11celPcCommon28RemovePropertyChangeCallbackEP26iCelPropertyChangeCallback at Base 1.4.0
+ _ZThn24_N11celPcCommon30GetPropertyOrActionDescriptionEm at Base 1.4.0
+ _ZThn24_N11celPcCommon6SetTagEPKc at Base 1.4.0
+ _ZThn24_N11celPcCommon7SetNameEPKc at Base 1.4.0
+ _ZThn24_N11celPcCommon9SetEntityEP10iCelEntity at Base 1.4.0
+ _ZThn24_N11celPcCommonD0Ev at Base 1.4.0
+ _ZThn24_N11celPcCommonD1Ev at Base 1.4.0
+ _ZThn24_N17celMessageChannel11SendMessageEPKcP14iMessageSenderP18iCelParameterBlockP13iCelDataArray at Base 1.4.0
+ _ZThn24_N17celMessageChannel11UnsubscribeEP16iMessageReceiverPKc at Base 1.4.0
+ _ZThn24_N17celMessageChannel23CreateMessageDispatcherEP14iMessageSenderPKcP22iMessageReceiverFilter at Base 1.4.0
+ _ZThn24_N17celMessageChannel23RemoveMessageDispatcherEP18iMessageDispatcher at Base 1.4.0
+ _ZThn24_N17celMessageChannel9SubscribeEP16iMessageReceiverPKc at Base 1.4.0
+ _ZThn24_N17celPcCameraCommon4LoadEP14iCelDataBuffer at Base 1.4.0
+ _ZThn24_N17celPcCameraCommon4SaveEv at Base 1.4.0
+ _ZThn24_N17celPcCameraCommonD0Ev at Base 1.4.0
+ _ZThn24_N17celPcCameraCommonD1Ev at Base 1.4.0
+ _ZThn24_N25celStandardLocalEntitySet14FindExternalPCEP14iCelDataBuffer at Base 1.4.0
+ _ZThn24_N25celStandardLocalEntitySet14SaveExternalPCEP17iCelPropertyClass at Base 1.4.0
+ _ZThn24_N25celStandardLocalEntitySet18FindExternalEntityEP14iCelDataBuffer at Base 1.4.0
+ _ZThn24_N25celStandardLocalEntitySet18SaveExternalEntityEP10iCelEntity at Base 1.4.0
+ _ZThn24_N25celStandardLocalEntitySetD0Ev at Base 1.4.0
+ _ZThn24_N25celStandardLocalEntitySetD1Ev at Base 1.4.0
+ _ZThn24_N29celStandardPersistentDataList17AddPersistentDataER5csRefI14iCelDataBufferER8csStringS5_ at Base 1.4.0
+ _ZThn24_N29celStandardPersistentDataListD0Ev at Base 1.4.0
+ _ZThn24_N29celStandardPersistentDataListD1Ev at Base 1.4.0
+ _ZThn24_NK29celStandardPersistentDataList17GetPersistentDataEmR5csRefI14iCelDataBufferER8csStringS5_ at Base 1.4.0
+ _ZThn32_N11celPcCommonD0Ev at Base 1.4.0
+ _ZThn32_N11celPcCommonD1Ev at Base 1.4.0
+ _ZThn32_N17celPcCameraCommon14TickEveryFrameEv at Base 1.4.0
+ _ZThn32_N17celPcCameraCommonD0Ev at Base 1.4.0
+ _ZThn32_N17celPcCameraCommonD1Ev at Base 1.4.0
+ _ZThn40_N11celPcCommonD0Ev at Base 1.4.0
+ _ZThn40_N11celPcCommonD1Ev at Base 1.4.0
+ _ZThn40_N17celPcCameraCommonD0Ev at Base 1.4.0
+ _ZThn40_N17celPcCameraCommonD1Ev at Base 1.4.0
+ _ZTv0_n24_N11celPcCommonD0Ev at Base 1.4.0
+ _ZTv0_n24_N11celPcCommonD1Ev at Base 1.4.0
+ _ZTv0_n24_N17celPcCameraCommonD0Ev at Base 1.4.0
+ _ZTv0_n24_N17celPcCameraCommonD1Ev at Base 1.4.0
+ _ZTv0_n24_N25celStandardLocalEntitySetD0Ev at Base 1.4.0
+ _ZTv0_n24_N25celStandardLocalEntitySetD1Ev at Base 1.4.0
+ _ZTv0_n24_N29celStandardPersistentDataListD0Ev at Base 1.4.0
+ _ZTv0_n24_N29celStandardPersistentDataListD1Ev at Base 1.4.0

Added: packages/trunk/cel/debian/rules
===================================================================
--- packages/trunk/cel/debian/rules	                        (rev 0)
+++ packages/trunk/cel/debian/rules	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,69 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_OPTIONS := nocheck
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+	jam clean
+	dh_auto_clean
+
+	-rm Jamconfig Jamfile config.log config.status include/celconfig.h \
+		scripts/autopackage/celstart_static.apspec
+
+override_dh_auto_configure:
+	sh configure --prefix=$(CURDIR)/debian/tmp/usr \
+		--sysconfdir=$(CURDIR)/debian/tmp/etc --enable-shared
+
+override_dh_auto_build:
+	jam
+
+override_dh_auto_install:
+	jam install
+
+	# Remove unneeded .dbg files
+	rm $(CURDIR)/debian/tmp/usr/lib/cel-1.4/*.dbg
+	rm $(CURDIR)/debian/tmp/usr/bin/*.dbg
+
+	# libcel-dbg package
+	mkdir -p $(CURDIR)/debian/libcel-dbg/usr/lib/debug/usr/lib
+	cp $(CURDIR)/debian/tmp/usr/lib/*.dbg \
+		$(CURDIR)/debian/libcel-dbg/usr/lib/debug/usr/lib
+
+	# Remove already copied .dbg file
+	rm $(CURDIR)/debian/tmp/usr/lib/*.dbg
+
+	# libceltool-1.4 package
+	mkdir -p $(CURDIR)/debian/libceltool-1.4/usr/lib
+	cp -r $(CURDIR)/debian/tmp/usr/lib/* \
+		$(CURDIR)/debian/libceltool-1.4/usr/lib
+
+	# libcel-dev package
+	mkdir -p $(CURDIR)/debian/libcel-dev/usr/include
+	cp -r $(CURDIR)/debian/tmp/usr/include/* \
+		$(CURDIR)/debian/libcel-dev/usr/include
+	mkdir -p $(CURDIR)/debian/libcel-dev/usr/bin
+	cp -r $(CURDIR)/debian/tmp/usr/bin/celstart* \
+		$(CURDIR)/debian/libcel-dev/usr/bin
+
+	# cel package
+	mkdir -p $(CURDIR)/debian/cel/usr/bin
+	cp -r $(CURDIR)/debian/tmp/usr/bin/* \
+		$(CURDIR)/debian/cel/usr/bin
+	mkdir -p $(CURDIR)/debian/cel/etc
+	cp -r $(CURDIR)/debian/tmp/etc/* \
+		$(CURDIR)/debian/cel/etc
+
+	# cel-data package
+	mkdir -p $(CURDIR)/debian/cel-data/usr/share/cel-1.4
+	cp -r $(CURDIR)/debian/tmp/usr/share/cel-1.4/* \
+		$(CURDIR)/debian/cel-data/usr/share/cel-1.4
+
+	# cel-doc package
+	mkdir -p $(CURDIR)/debian/cel-doc/usr/share/doc
+	cp -r $(CURDIR)/debian/tmp/usr/share/doc/* \
+		$(CURDIR)/debian/cel-doc/usr/share/doc
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V 'libceltool-1.4 (>= 1.4.0)'


Property changes on: packages/trunk/cel/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trunk/cel/debian/source/format
===================================================================
--- packages/trunk/cel/debian/source/format	                        (rev 0)
+++ packages/trunk/cel/debian/source/format	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/cel/debian/source.lintian-overrides
===================================================================
--- packages/trunk/cel/debian/source.lintian-overrides	                        (rev 0)
+++ packages/trunk/cel/debian/source.lintian-overrides	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1 @@
+outdated-autotools-helper-file

Added: packages/trunk/cel/debian/watch
===================================================================
--- packages/trunk/cel/debian/watch	                        (rev 0)
+++ packages/trunk/cel/debian/watch	2011-05-09 13:06:19 UTC (rev 12302)
@@ -0,0 +1,3 @@
+version=3
+http://www.crystalspace3d.org/main/Download \
+  http://www.crystalspace3d.org/downloads/release/cel-src-([\d.]+)\.tar\.gz




More information about the Pkg-games-commits mailing list