diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..40d6ac5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mobile-broadband-provider-info (20221107-1ok1) yangtze; urgency=medium + + * Build for openkylin. + + -- rtlhq Tue, 13 Sep 2022 15:49:05 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c2e08d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: mobile-broadband-provider-info +Section: admin +Priority: optional +Maintainer: openKylin KDE SIG +Uploaders: rtlhq +Build-Depends: debhelper-compat (= 13), + libxml2-utils, + xsltproc +Standards-Version: 4.6.1 +Rules-Requires-Root: no +Homepage: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders +Vcs-Browser: https://gitee.com/openkylin/mobile-broadband-provider-info +Vcs-Git: https://gitee.com/openkylin/mobile-broadband-provider-info.git + +Package: mobile-broadband-provider-info +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: database of mobile broadband service providers + This package contains a database of provider-specific settings of mobile + broadband providers in different countries. Its functioning through Network + Manager makes it easy for users to choose their mobile broadband service + provider. + . + The database contains information relevant to mobile networks access point + usage, such as APN (access point name), username, password, etc. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..9cafb65 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,44 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mobile-broadband-provider-info +Source: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders + +Files: * +Copyright: 2008-2022 Antti Kaijanmäki , + Dan Williams , Jiří Klimeš +License: public-domain + +Files: debian/* +Copyright: 2009 Daniel Baumann + 2009-2017 Bhavani Shankar + 2016 W. Martin Borgert + 2019-2022 Graham Inggs +License: public-domain + +License: public-domain + THIS WORK IS IN PUBLIC DOMAIN: + The person or persons who have associated work with this document + (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best + of his knowledge, the work of authorship identified is in the public domain of + the country from which the work is published, or (b) hereby dedicates whatever + copyright the dedicators holds in the work of authorship identified below + (the "Work") to the public domain. A certifier, moreover, dedicates any + copyright interest he may have in the associated work, and for these purposes, + is described as a "dedicator" below. + . + A certifier has taken reasonable steps to verify the copyright status of this + work. Certifier recognizes that his good faith efforts may not shield him from + liability if in fact the work certified is not in the public domain. + . + Dedicator makes this dedication for the benefit of the public at large and to + the detriment of the Dedicator's heirs and successors. Dedicator intends this + dedication to be an overt act of relinquishment in perpetuity of all present + and future rights under copyright law, whether vested or contingent, in the + Work. Dedicator understands that such relinquishment of all rights includes the + relinquishment of all rights to enforce (by lawsuit or otherwise) those + copyrights in the Work. + . + Dedicator recognizes that, once placed in the public domain, the Work may be + freely reproduced, distributed, transmitted, used, modified, built upon, or + otherwise exploited by anyone for any purpose, commercial or non-commercial, + and in any way, including by methods that have not yet been invented or + conceived. diff --git a/debian/mobile-broadband-provider-info.docs b/debian/mobile-broadband-provider-info.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/mobile-broadband-provider-info.docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..977f855 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/issues/ +Bug-Submit: https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/issues/new +Repository: https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git +Repository-Browse: https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4ffef87 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +https://gitlab.gnome.org/GNOME/@PACKAGE@/tags \ + .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@