diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index fc17328..285ef55 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,27 @@ +yamllint (1.20.0-2) unstable; urgency=medium + + * Removed 'Installing yamllint' section in the manpage (Closes: #947440) + * Moved maintainership into the Python Applications Packaging Team + (Closes: 947416) + + -- Philipp Huebner Fri, 28 Feb 2020 14:02:37 +0100 + +yamllint (1.20.0-1) unstable; urgency=medium + + * New upstream version 1.20.0 + * Updated Standards-Version: 4.5.0 (no changes needed) + * Rules-Requires-Root: no + + -- Philipp Huebner Sun, 16 Feb 2020 00:39:28 +0100 + +yamllint (1.18.0-1) unstable; urgency=medium + + * New upstream version 1.18.0 + * Added dh-python to build-depends + * Updated Standards-Version: 4.4.1 (no changes needed) + + -- Philipp Huebner Sun, 20 Oct 2019 19:40:24 +0200 + yamllint (1.16.0-1) unstable; urgency=medium * New upstream version 1.16.0 diff --git a/packaging/debian/debian/compat b/packaging/debian/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/packaging/debian/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/packaging/debian/debian/control b/packaging/debian/debian/control index 719901b..fc80327 100644 --- a/packaging/debian/debian/control +++ b/packaging/debian/debian/control @@ -1,18 +1,21 @@ Source: yamllint -Maintainer: Adrien Vergé -Uploaders: Philipp Huebner +Maintainer: Python Applications Packaging Team +Uploaders: Adrien Vergé , Philipp Huebner Section: devel Priority: optional -Build-Depends: debhelper (>= 12), +Build-Depends: debhelper, + debhelper-compat (= 12), + dh-python, python3-all, python3-nose, python3-pathspec, python3-setuptools, python3-sphinx, python3-yaml -Standards-Version: 4.4.0 -Vcs-Browser: https://github.com/adrienverge/yamllint/tree/packaging -Vcs-Git: https://github.com/adrienverge/yamllint.git -b packaging +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Vcs-Browser: https://salsa.debian.org/python-team/applications/yamllint +Vcs-Git: https://salsa.debian.org/python-team/applications/yamllint.git Homepage: https://github.com/adrienverge/yamllint Package: yamllint diff --git a/packaging/debian/debian/patches/docs.diff b/packaging/debian/debian/patches/docs.diff new file mode 100644 index 0000000..5a95f4c --- /dev/null +++ b/packaging/debian/debian/patches/docs.diff @@ -0,0 +1,62 @@ +Description: clean docs + Remove content unsuitable for Debian +Author: Philipp Huebner + +Index: yamllint/docs/quickstart.rst +=================================================================== +--- yamllint.orig/docs/quickstart.rst ++++ yamllint/docs/quickstart.rst +@@ -1,53 +1,6 @@ + Quickstart + ========== + +-Installing yamllint +-------------------- +- +-On Fedora / CentOS (note: `EPEL `_ is +-required on CentOS): +- +-.. code:: bash +- +- sudo dnf install yamllint +- +-On Debian 8+ / Ubuntu 16.04+: +- +-.. code:: bash +- +- sudo apt-get install yamllint +- +-On Mac OS 10.11+: +- +-.. code:: bash +- +- brew install yamllint +- +-On FreeBSD: +- +-.. code:: sh +- +- pkg install py36-yamllint +- +-On OpenBSD: +- +-.. code:: sh +- +- doas pkg_add py3-yamllint +- +-Alternatively using pip, the Python package manager: +- +-.. code:: bash +- +- pip install --user yamllint +- +-If you prefer installing from source, you can run, from the source directory: +- +-.. code:: bash +- +- python setup.py sdist +- pip install --user dist/yamllint-*.tar.gz +- + Running yamllint + ---------------- + diff --git a/packaging/debian/debian/patches/series b/packaging/debian/debian/patches/series new file mode 100644 index 0000000..1975efa --- /dev/null +++ b/packaging/debian/debian/patches/series @@ -0,0 +1 @@ +docs.diff diff --git a/packaging/debian/debian/source/lintian-overrides b/packaging/debian/debian/source/lintian-overrides index 3e63fe5..235750b 100644 --- a/packaging/debian/debian/source/lintian-overrides +++ b/packaging/debian/debian/source/lintian-overrides @@ -1 +1,2 @@ yamllint source: debian-watch-does-not-check-gpg-signature +yamllint source: no-dh-sequencer