Debian: Package 1.20.0-2
This commit is contained in:
@@ -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 <debalance@debian.org> 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 <debalance@debian.org> 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 <debalance@debian.org> Sun, 20 Oct 2019 19:40:24 +0200
|
||||||
|
|
||||||
yamllint (1.16.0-1) unstable; urgency=medium
|
yamllint (1.16.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version 1.16.0
|
* New upstream version 1.16.0
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
12
|
|
||||||
@@ -1,18 +1,21 @@
|
|||||||
Source: yamllint
|
Source: yamllint
|
||||||
Maintainer: Adrien Vergé <adrienverge@gmail.com>
|
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
|
||||||
Uploaders: Philipp Huebner <debalance@debian.org>
|
Uploaders: Adrien Vergé <adrienverge@gmail.com>, Philipp Huebner <debalance@debian.org>
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper,
|
||||||
|
debhelper-compat (= 12),
|
||||||
|
dh-python,
|
||||||
python3-all,
|
python3-all,
|
||||||
python3-nose,
|
python3-nose,
|
||||||
python3-pathspec,
|
python3-pathspec,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
python3-sphinx,
|
python3-sphinx,
|
||||||
python3-yaml
|
python3-yaml
|
||||||
Standards-Version: 4.4.0
|
Standards-Version: 4.5.0
|
||||||
Vcs-Browser: https://github.com/adrienverge/yamllint/tree/packaging
|
Rules-Requires-Root: no
|
||||||
Vcs-Git: https://github.com/adrienverge/yamllint.git -b packaging
|
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
|
Homepage: https://github.com/adrienverge/yamllint
|
||||||
|
|
||||||
Package: yamllint
|
Package: yamllint
|
||||||
|
|||||||
62
packaging/debian/debian/patches/docs.diff
Normal file
62
packaging/debian/debian/patches/docs.diff
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
Description: clean docs
|
||||||
|
Remove content unsuitable for Debian
|
||||||
|
Author: Philipp Huebner <debalance@debian.org>
|
||||||
|
|
||||||
|
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 <https://fedoraproject.org/wiki/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
|
||||||
|
----------------
|
||||||
|
|
||||||
1
packaging/debian/debian/patches/series
Normal file
1
packaging/debian/debian/patches/series
Normal file
@@ -0,0 +1 @@
|
|||||||
|
docs.diff
|
||||||
@@ -1 +1,2 @@
|
|||||||
yamllint source: debian-watch-does-not-check-gpg-signature
|
yamllint source: debian-watch-does-not-check-gpg-signature
|
||||||
|
yamllint source: no-dh-sequencer
|
||||||
|
|||||||
Reference in New Issue
Block a user