r11462 - in packages/trunk/libclaw/debian: . patches

Julien Jorge j-jorge-guest at alioth.debian.org
Wed Nov 17 19:06:41 UTC 2010


Author: j-jorge-guest
Date: 2010-11-17 19:06:38 +0000 (Wed, 17 Nov 2010)
New Revision: 11462

Removed:
   packages/trunk/libclaw/debian/patches/fix-return-type-logger.diff
Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/libclaw-dev.install
Log:
- Removing the patch fixing incorrect return types in logger (fixed in new upstream release).
- Targetting experimental in the changelog.

Modified: packages/trunk/libclaw/debian/changelog
===================================================================
--- packages/trunk/libclaw/debian/changelog	2010-11-16 22:07:23 UTC (rev 11461)
+++ packages/trunk/libclaw/debian/changelog	2010-11-17 19:06:38 UTC (rev 11462)
@@ -1,4 +1,4 @@
-libclaw (1.6.0-1) unstable; urgency=low
+libclaw (1.6.0-1) experimental; urgency=low
 
   * New upstream release.
 

Modified: packages/trunk/libclaw/debian/libclaw-dev.install
===================================================================
--- packages/trunk/libclaw/debian/libclaw-dev.install	2010-11-16 22:07:23 UTC (rev 11461)
+++ packages/trunk/libclaw/debian/libclaw-dev.install	2010-11-17 19:06:38 UTC (rev 11462)
@@ -45,6 +45,7 @@
 debian/tmp/usr/include/claw/trie.hpp usr/include/claw
 debian/tmp/usr/include/claw/types.hpp usr/include/claw
 debian/tmp/usr/include/claw/vector_2d.hpp usr/include/claw
+debian/tmp/usr/include/claw/version.hpp usr/include/claw
 
 debian/tmp/usr/include/claw/meta/same_type.hpp usr/include/claw/meta
 debian/tmp/usr/include/claw/meta/conditional.hpp usr/include/claw/meta

Deleted: packages/trunk/libclaw/debian/patches/fix-return-type-logger.diff
===================================================================
--- packages/trunk/libclaw/debian/patches/fix-return-type-logger.diff	2010-11-16 22:07:23 UTC (rev 11461)
+++ packages/trunk/libclaw/debian/patches/fix-return-type-logger.diff	2010-11-17 19:06:38 UTC (rev 11462)
@@ -1,13 +0,0 @@
-Index: libclaw-1.5.3/claw/impl/logger.tpp
-===================================================================
---- libclaw-1.5.3.orig/claw/impl/logger.tpp	2010-01-13 09:40:11.000000000 +0100
-+++ libclaw-1.5.3/claw/impl/logger.tpp	2010-01-13 09:40:28.000000000 +0100
-@@ -36,7 +36,7 @@
-  * \remark T must support operator<<(std::ostream&, const T&);
-  */
- template<class T>
--claw::log_system::log_system& claw::log_system::operator<<( const T& t )
-+claw::log_system& claw::log_system::operator<<( const T& t )
- {
-   if (m_message_level <= m_log_level)
-     {




More information about the Pkg-games-commits mailing list