Import Debian changes 20221107-1
This commit is contained in:
parent
564342a1e7
commit
d6b1ec9995
|
@ -0,0 +1,5 @@
|
|||
mobile-broadband-provider-info (20221107-1ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openkylin.
|
||||
|
||||
-- rtlhq <nobelxyz@163.com> Tue, 13 Sep 2022 15:49:05 +0800
|
|
@ -0,0 +1,26 @@
|
|||
Source: mobile-broadband-provider-info
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: openKylin KDE SIG <kde@lists.openkylin.top>
|
||||
Uploaders: rtlhq <nobelxyz@163.com>
|
||||
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.
|
|
@ -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 <antti@kaijanmaki.net>,
|
||||
Dan Williams <dcbw@redhat.com>, Jiří Klimeš <jklimes@redhat.com>
|
||||
License: public-domain
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2009 Daniel Baumann <daniel@debian.org>
|
||||
2009-2017 Bhavani Shankar <bhavi@ubuntu.com>
|
||||
2016 W. Martin Borgert <debacle@debian.org>
|
||||
2019-2022 Graham Inggs <ginggs@debian.org>
|
||||
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.
|
|
@ -0,0 +1 @@
|
|||
README
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
version=4
|
||||
https://gitlab.gnome.org/GNOME/@PACKAGE@/tags \
|
||||
.*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
|
Loading…
Reference in New Issue