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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to