aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-09-03 16:57:32 +0200
committerMike FABIAN <mike.fabian@basyskom.de>2010-09-08 17:39:53 +0200
commit21ed16b5991829a7f9baead2099771266f9cc9c1 (patch)
tree11919ecf8d44a2fdd1c464321d6a5cb09fdae70c /debian/control
parent1de4aa4319b36fe8a6018e3a4db12d8a72b68d96 (diff)
Changes: package the examples into an own debian package, 2nd try
RevBy: Armin, John, Mike Details: Jani Mikkonen requested to package the parts of the chaining example in libmeegotouch, so that he can then use these programs for some tests where he is using fakemail and fakegallery right now. he wanted to get rid of that duplicated code. when i looked a bit deeper into the build system i found that the examples could not be built and not be packaged in the current version. so i added that possibility to the build system. some other examples do not have install rules in their .pro files yet, and perhaps the debian/meegotouch-examples.install would then need to be expanded for the other examples too. i verified that the chaining example does work, when installed from the created .deb package. In the examples subdir we do not define BUILD_M,and because of that the "CONFIG += meegotouch" does then link against the installed versions of libmeegotouch* in /usr/lib/. This patch changes it to link against the libs in M_BUILD_TREE.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e295d11f..50f7c012 100644
--- a/debian/control
+++ b/debian/control
@@ -356,3 +356,15 @@ Section: devel
Architecture: any
Enhances: meegotouch-demos-widgetsgallery
Description: Simplified Chinese translations for widgetsgallery
+
+Package: meegotouch-examples
+Section: devel
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Example applications
+
+Package: meegotouch-examples-dbg
+Section: devel
+Architecture: any
+Depends: meegotouch-examples (= ${Source-Version})
+Description: Debug symbols of the example applications