--- mce-dev-1.15.0+15.10.20150929.orig/debian/api +++ mce-dev-1.15.0+15.10.20150929/debian/api @@ -0,0 +1,4 @@ +interface: mce +type: dbus +state: unstable +scope: Internal --- mce-dev-1.15.0+15.10.20150929.orig/debian/changelog +++ mce-dev-1.15.0+15.10.20150929/debian/changelog @@ -0,0 +1,15 @@ +mce-dev (1.15.0+15.10.20150929-0ubuntu1) wily; urgency=medium + + [ Ken VanDine ] + * New package + * New package make doc dh_auto_install dh $@ --fail-missing -- -B + build removed: debian/ debian/api debian/changelog debian/compat + debian/control debian/copyright debian/mce-dev.dirs debian/mce- + dev.install debian/mce-doc.doc-base debian/mce-doc.install + debian/rules added: .bzr-builddeb/ .bzr-builddeb/default.conf + debian/ debian/api debian/changelog debian/compat debian/control + debian/copyright debian/mce-dev.install debian/mce-doc.doc-base + debian/mce-doc.install debian/rules + * initial package + + -- CI Train Bot Tue, 29 Sep 2015 19:17:41 +0000 --- mce-dev-1.15.0+15.10.20150929.orig/debian/compat +++ mce-dev-1.15.0+15.10.20150929/debian/compat @@ -0,0 +1 @@ +9 --- mce-dev-1.15.0+15.10.20150929.orig/debian/control +++ mce-dev-1.15.0+15.10.20150929/debian/control @@ -0,0 +1,25 @@ +Source: mce-dev +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Santtu Lakkala +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: doxygen +Standards-Version: 3.9.5 +Homepage: https://github.com/nemomobile/mce-dev + +Package: mce-dev +Architecture: all +Depends: ${misc:Depends} +Suggests: mce-doc +Description: development files for mce + This package contains headers defining the D-Bus method calls + provided by the Mode Control Entity, and the signals emitted by it. + +Package: mce-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Documentation files for mce D-Bus API + This package contains documentation describing the D-Bus method calls + provided by the Mode Control Entity, and the signals emitted by it. --- mce-dev-1.15.0+15.10.20150929.orig/debian/copyright +++ mce-dev-1.15.0+15.10.20150929/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mce-dev +Source: https://github.com/nemomobile/mce-dev.git + +Files: * +Copyright: 2004-2010 Nokia Corporation and/or its subsidiary(-ies) +License: LGPL-2.1 + These headers are free software; you can redistribute them + and/or modify them under the terms of the GNU Lesser General Public + License version 2.1 as published by the Free Software Foundation. + . + These headers are 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 Lesser General Public + License along with these headers. + If not, see . + . + On Debian systems, the full text of the GNU Lesser General Public License + version 2.1 can be found in the file /usr/share/common-licenses/LGPL-2.1. --- mce-dev-1.15.0+15.10.20150929.orig/debian/mce-dev.install +++ mce-dev-1.15.0+15.10.20150929/debian/mce-dev.install @@ -0,0 +1,2 @@ +mce.pc /usr/lib/pkgconfig/ +include/mce/* /usr/include/mce/ --- mce-dev-1.15.0+15.10.20150929.orig/debian/mce-doc.doc-base +++ mce-dev-1.15.0+15.10.20150929/debian/mce-doc.doc-base @@ -0,0 +1,14 @@ +Document: mce +Title: MCE D-Bus Interface +Author: David Weinehall +Abstract: The MCE daemon is used on the Maemo platform for various + low-level services, such as the LEDs, display control, + touchscreen/keypad lock, etc. + . + The D-Bus API provided by MCE allows applications to get information + about the state of these services and to make various requests. +Section: Programming + +Format: HTML +Index: /usr/share/doc/mce-doc/html/index.html +Files: /usr/share/doc/mce-doc/html/* --- mce-dev-1.15.0+15.10.20150929.orig/debian/mce-doc.install +++ mce-dev-1.15.0+15.10.20150929/debian/mce-doc.install @@ -0,0 +1 @@ +doc/html /usr/share/doc/mce-doc/ --- mce-dev-1.15.0+15.10.20150929.orig/debian/rules +++ mce-dev-1.15.0+15.10.20150929/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +override_dh_auto_install: + make doc + dh_auto_install + +%: + dh $@ --fail-missing -- -B build