--- ofono-phonesim-1.0.orig/debian/dirs +++ ofono-phonesim-1.0/debian/dirs @@ -0,0 +1 @@ +/usr/bin --- ofono-phonesim-1.0.orig/debian/compat +++ ofono-phonesim-1.0/debian/compat @@ -0,0 +1 @@ +7 --- ofono-phonesim-1.0.orig/debian/changelog +++ ofono-phonesim-1.0/debian/changelog @@ -0,0 +1,12 @@ +ofono-phonesim (1.0-2) unstable; urgency=low + + * Fix up debian/copyright (closes: #556983). + + -- Andres Salomon Tue, 08 Dec 2009 18:22:13 +0000 + +ofono-phonesim (1.0-1) unstable; urgency=low + + * Initial release (closes: #554035). + + -- Andres Salomon Mon, 02 Nov 2009 19:06:45 +0000 + --- ofono-phonesim-1.0.orig/debian/docs +++ ofono-phonesim-1.0/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +src/moblin.xml --- ofono-phonesim-1.0.orig/debian/rules +++ ofono-phonesim-1.0/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + dh_install + # rename phonesim -> ofono-phonesim + mv debian/ofono-phonesim/usr/bin/phonesim debian/ofono-phonesim/usr/bin/ofono-phonesim --- ofono-phonesim-1.0.orig/debian/copyright +++ ofono-phonesim-1.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Andres Salomon on +Mon, 02 Nov 2009 19:15:24 +0000 + +It was downloaded from: . + +Upstream Authors: + Marcel Holtmann + Denis Kenzior + Andrzej Zaborowski + +Copyright (C) 2009 Trolltech ASA. +Copyright (C) 2008-2009 Intel Corporation + +License: + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License version 2 as published + by the Free Software Foundation. + + This package is 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 + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. --- ofono-phonesim-1.0.orig/debian/control +++ ofono-phonesim-1.0/debian/control @@ -0,0 +1,19 @@ +Source: ofono-phonesim +Section: devel +Priority: optional +Maintainer: Andres Salomon +Build-Depends: debhelper (>= 7.0.50~), pkg-config, libqt4-dev +Standards-Version: 3.8.3 +Homepage: http://www.ofono.org/ + +Package: ofono-phonesim +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Modem emulator used by the oFono mobile telephony stack + oFono is a stack for mobile telephony devices on Linux. oFono supports + speaking to telephony devices through specific drivers, or with generic + AT commands. + . + Phonesim is a modem emulator that oFono uses for development and testing. + This allows oFono to be used by any host without requiring special GSM + (or other) hardware.