Import Debian changes 1.3.3-ok1

python-wadllib (1.3.3-ok1) yangtze; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2022-04-25 22:03:04 +08:00
parent cba51cb853
commit ddd2b531c2
7 changed files with 73 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-wadllib (1.3.3-ok1) yangtze; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800

28
debian/control vendored Normal file
View File

@ -0,0 +1,28 @@
Source: python-wadllib
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders:
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
debhelper-compat (= 11),
dh-python,
python3-all (>= 3.1.2-0),
python3-lazr.uri,
python3-setuptools
Standards-Version: 4.2.0
Homepage: https://launchpad.net/wadllib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-wadllib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-wadllib
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-wadllib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library for navigating WADL files
The Web Application Description Language (WADL) is an XML vocabulary for
describing the capabilities of HTTP resources. wadllib can be used in
conjunction with an HTTP library to navigate and manipulate those resources.
.
This package provides wadllib for Python 3.x.

27
debian/copyright vendored Normal file
View File

@ -0,0 +1,27 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wadllib
Source: https://launchpad.net/wadllib
Files: *
Copyright: 2008-2018 Canonical Ltd.
License: LGPL-3.0
Files: debian/*
Copyright:
2009, James Westby <james.westby@ubuntu.com>
2009-2011, Luca Falavigna <dktrkranz@debian.org>
2012-2018, Stefano Rivera <stefanor@debian.org>
License: LGPL-3.0
License: LGPL-3.0
lazr.restfulclient is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, version 3 of the License.
.
lazr.restfulclient 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 Lesser General Public License
for more details.
.
On Debian systems the complete text of the LGPL, version 3, can be found at
/usr/share/common-licenses/LGPL-3.

1
debian/python3-wadllib.docs vendored Normal file
View File

@ -0,0 +1 @@
src/wadllib/README.txt

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export PYBUILD_NAME=wadllib
%:
dh $@ --with python3 --buildsystem pybuild
override_dh_installchangelogs:
dh_installchangelogs -k src/wadllib/NEWS.txt

1
debian/source/format vendored Normal file
View File

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

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
https://launchpad.net/wadllib/+download .*/wadllib-(.+).tar.gz