--- libiphb-1.2.4+15.10.20150929.orig/debian/changelog +++ libiphb-1.2.4+15.10.20150929/debian/changelog @@ -0,0 +1,20 @@ +libiphb (1.2.4+15.10.20150929-0ubuntu1) wily; urgency=medium + + [ Ken VanDine ] + * New package. + * New package. automake, debhelper (>= 9), dh-autoreconf, libdsme0- + dev, libglib2.0-dev, libdbus-1-dev (>= 1.0), libdbus-glib-1-dev, + libtool, mce-dev, pkg-config, ${shlibs:Depends}, ${misc:Depends}, + ${shlibs:Depends}, dh $@ --with autoreconf --fail-missing + dh_auto_install # remove tests rm -rf debian/tmp/opt rm + debian/*/usr/lib/*/*.la removed: debian/ debian/changelog + debian/compat debian/control debian/hbtest.dirs + debian/hbtest.install debian/libiphb-dev.dirs debian/libiphb- + dev.install debian/libiphb0.dirs debian/libiphb0.install + debian/rules added: .bzr-builddeb/ .bzr-builddeb/default.conf + debian/ debian/changelog debian/compat debian/control + debian/copyright debian/hbtest.dirs debian/libiphb-dev.install + debian/libiphb0.install debian/rules + * initial package + + -- CI Train Bot Tue, 29 Sep 2015 19:17:31 +0000 --- libiphb-1.2.4+15.10.20150929.orig/debian/compat +++ libiphb-1.2.4+15.10.20150929/debian/compat @@ -0,0 +1 @@ +9 --- libiphb-1.2.4+15.10.20150929.orig/debian/control +++ libiphb-1.2.4+15.10.20150929/debian/control @@ -0,0 +1,37 @@ +Source: libiphb +Section: misc +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Antti Virtanen +Build-Depends: autoconf, + automake, + debhelper (>= 9), + dh-autoreconf, + libdsme0-dev, + libglib2.0-dev, + libdbus-1-dev (>= 1.0), + libdbus-glib-1-dev, + libtool, + mce-dev, + pkg-config, +Standards-Version: 3.9.5 +Homepage: https://github.com/nemomobile/libiphb + +Package: libiphb0 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: API for IP Heartbeat service + This package contains C API for using IP Heartbeat service. + +Package: libiphb-dev +Section: libdevel +Architecture: any +Depends: libiphb0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Development files for IP Heartbeat service + This package contains C headers for the IP Heartbeat API. --- libiphb-1.2.4+15.10.20150929.orig/debian/copyright +++ libiphb-1.2.4+15.10.20150929/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libiphb +Source: https://github.com/nemomobile/libiphb.git + +Files: * +Copyright: 2004-2011 Nokia Corporation and/or its subsidiary(-ies) +License: LGPL-2.1 + +Files: tests/hbtest3.c +Copyright: 2013-2014 Jolla Ltd. +License: LGPL-2.1 + +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. --- libiphb-1.2.4+15.10.20150929.orig/debian/hbtest.dirs +++ libiphb-1.2.4+15.10.20150929/debian/hbtest.dirs @@ -0,0 +1 @@ +usr/bin --- libiphb-1.2.4+15.10.20150929.orig/debian/libiphb-dev.install +++ libiphb-1.2.4+15.10.20150929/debian/libiphb-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/pkgconfig/libiphb.pc +usr/include/iphbd/*.h +usr/lib/*/libiphb.so --- libiphb-1.2.4+15.10.20150929.orig/debian/libiphb0.install +++ libiphb-1.2.4+15.10.20150929/debian/libiphb0.install @@ -0,0 +1 @@ +usr/lib/*/libiphb.so.0* --- libiphb-1.2.4+15.10.20150929.orig/debian/rules +++ libiphb-1.2.4+15.10.20150929/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with autoreconf --fail-missing + +override_dh_auto_install: + dh_auto_install + + # remove tests + rm -rf debian/tmp/opt + + rm debian/*/usr/lib/*/*.la