rev 16029 - in kde-extras/palapeli/trunk/debian: . patches

Xavier Vello wdgt-guest at alioth.debian.org
Sun Oct 4 11:06:05 UTC 2009


Author: wdgt-guest
Date: 2009-10-04 11:06:05 +0000 (Sun, 04 Oct 2009)
New Revision: 16029

Added:
   kde-extras/palapeli/trunk/debian/README.source
   kde-extras/palapeli/trunk/debian/patches/01-cmake-for-svn-snapshot.diff
Removed:
   kde-extras/palapeli/trunk/debian/patches/99-fix-includes_0.3.diff
Modified:
   kde-extras/palapeli/trunk/debian/changelog
   kde-extras/palapeli/trunk/debian/control
   kde-extras/palapeli/trunk/debian/patches/series
   kde-extras/palapeli/trunk/debian/rules
Log:
First part of 1.0~svn1031187 packaging :
  - new patch to add necessary cmake includes
  - updated the rest of the packaging

TODO :
  - split -data package
  - update copyright



Added: kde-extras/palapeli/trunk/debian/README.source
===================================================================
--- kde-extras/palapeli/trunk/debian/README.source	                        (rev 0)
+++ kde-extras/palapeli/trunk/debian/README.source	2009-10-04 11:06:05 UTC (rev 16029)
@@ -0,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+see /usr/share/doc/quilt/README.source
+

Modified: kde-extras/palapeli/trunk/debian/changelog
===================================================================
--- kde-extras/palapeli/trunk/debian/changelog	2009-10-04 10:04:38 UTC (rev 16028)
+++ kde-extras/palapeli/trunk/debian/changelog	2009-10-04 11:06:05 UTC (rev 16029)
@@ -1,3 +1,9 @@
+palapeli (1.0~svn1031187-1) experimental; urgency=low
+
+  * svn snapshot of the next palapeli release
+
+ -- Xavier Vello <xavier.vello at gmail.com>  Sun, 04 Oct 2009 12:30:35 +0200
+
 palapeli (0.3-3) unstable; urgency=low
 
   * Push to unstable.

Modified: kde-extras/palapeli/trunk/debian/control
===================================================================
--- kde-extras/palapeli/trunk/debian/control	2009-10-04 10:04:38 UTC (rev 16028)
+++ kde-extras/palapeli/trunk/debian/control	2009-10-04 11:06:05 UTC (rev 16029)
@@ -3,9 +3,9 @@
 Priority: extra
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 6), cmake, quilt (>= 0.40), cdbs,
- libkdegames-dev (>= 4:4.2.2), libqt4-opengl-dev, pkg-kde-tools (>= 0.4.2)
+ pkg-kde-tools (>= 0.4.2), kdelibs5-dev (>= 4.3.1)
 Uploaders: Xavier Vello <xavier.vello at gmail.com>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 
 Package: palapeli
 Architecture: any

Added: kde-extras/palapeli/trunk/debian/patches/01-cmake-for-svn-snapshot.diff
===================================================================
--- kde-extras/palapeli/trunk/debian/patches/01-cmake-for-svn-snapshot.diff	                        (rev 0)
+++ kde-extras/palapeli/trunk/debian/patches/01-cmake-for-svn-snapshot.diff	2009-10-04 11:06:05 UTC (rev 16029)
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,5 +1,12 @@
+ project(palapeli)
+ 
++# Defined in trunk/playground/games/CMakeLists.txt
++find_package(KDE4 REQUIRED)
++include(KDE4Defaults)
++include(MacroLibrary)
++add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
++include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
++
+ add_subdirectory(libpala)
+ add_subdirectory(cmake)
+ add_subdirectory(slicers)

Modified: kde-extras/palapeli/trunk/debian/patches/series
===================================================================
--- kde-extras/palapeli/trunk/debian/patches/series	2009-10-04 10:04:38 UTC (rev 16028)
+++ kde-extras/palapeli/trunk/debian/patches/series	2009-10-04 11:06:05 UTC (rev 16029)
@@ -1 +1 @@
-99-fix-includes_0.3.diff
+01-cmake-for-svn-snapshot.diff

Modified: kde-extras/palapeli/trunk/debian/rules
===================================================================
--- kde-extras/palapeli/trunk/debian/rules	2009-10-04 10:04:38 UTC (rev 16028)
+++ kde-extras/palapeli/trunk/debian/rules	2009-10-04 11:06:05 UTC (rev 16029)
@@ -3,7 +3,8 @@
 DEB_CMAKE_EXTRA_FLAGS := -DBIN_INSTALL_DIR=/usr/games
 
 include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 install/palapeli::
-	rm -r debian/palapeli/usr/include debian/palapeli/usr/lib/libpalapelipattern.so debian/palapeli/usr/share/kde4/apps/cmake
+	rm -r debian/palapeli/usr/include debian/palapeli/usr/lib/libpala.so debian/palapeli/usr/share/kde4/apps/cmake




More information about the pkg-kde-commits mailing list