一点点

This commit is contained in:
2023-12-27 13:33:50 +08:00
parent 2a28d69f31
commit f43fb7ddff
20 changed files with 848 additions and 87 deletions

5
debian/changelog vendored Normal file
View File

@@ -0,0 +1,5 @@
ofono-vendor-qti-radio-plugin (0.0.1) xenial; urgency=medium
* Add initial packaging for Ubuntu Touch.
-- kuailexs <952415538@qq.com> Sat, 18 Nov 2023 17:24:53 +0800

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
9

20
debian/control vendored Normal file
View File

@@ -0,0 +1,20 @@
Source: ofono-vendor-qti-radio-plugin
Section: libs
Priority: optional
Maintainer: kuailexs <952415538@qq.com>
Build-Depends: debhelper,
libglib2.0-dev (>= 2.0),
libgbinder-radio-dev,
libgbinder-dev,
libglibutil-dev (>= 1.0.61),
libofonobinderpluginext-dev,
ofono-dev (>= 1.29),
Standards-Version: 3.8.4
Package: ofono-vendor-qti-radio-plugin
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: qti extension for ofono binder plugin

10
debian/copyright vendored Normal file
View File

@@ -0,0 +1,10 @@
Copyright (C) 2021-2022 Jolla Ltd.
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 program 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.

View File

@@ -0,0 +1 @@
/usr/lib/*/ofono/plugins/vendorqtiradioplugin.so

18
debian/rules vendored Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/make -f
# -*- makefile -*-
PLUGINDIR=$(shell pkg-config ofono --variable=plugindir)
override_dh_auto_build:
make PLUGINDIR=$(PLUGINDIR) KEEP_SYMBOLS=1 release
override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/tmp PLUGINDIR=$(PLUGINDIR) install
find $(CURDIR)/debian
override_dh_install:
dh_install --remaining-packages
%:
dh $@

1
debian/source/format vendored Normal file
View File

@@ -0,0 +1 @@
3.0 (native)