remove excessive changes not coordinated with the current maintainer.

This commit is contained in:
Sandro Tosi 2023-01-10 01:07:35 -05:00
parent a5ea22acd7
commit 2fb69c988c
6 changed files with 26 additions and 60 deletions

29
debian/README.source vendored
View file

@ -1,29 +0,0 @@
This package is maintained with git-buildpackage(1). It follows DEP-14 for
branch naming (e.g. using debian/master for the current version in Debian
unstable due Debian Python team policy).
It uses pristine-tar(1) to store enough information in git to generate bit
identical tarballs when building the package without having downloaded an
upstream tarball first.
When working with patches it is recommended to use "gbp pq import" to import
the patches, modify the source and then use "gbp pq export --commit" to commit
the modifications.
The changelog is generated using "gbp dch" so if you submit any changes don't
bother to add changelog entries but rather provide a nice git commit message
that can then end up in the changelog.
It is recommended to build the package with pbuilder using:
gbp buildpackage --git-pbuilder
For information on how to set up a pbuilder environment see the git-pbuilder(1)
manpage. In short:
DIST=sid git-pbuilder create
gbp clone https://salsa.debian.org/python-team/packages/phython-click.git
cd python-click
gbp buildpackage --git-pbuilder
-- Carsten Schoenert <c.schoenert@t-online> Wed, 30 Nov 2022 10:56:00 +0100

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
python-click (8.1.3-2) UNRELEASED; urgency=medium
* remove excessive changes not coordinated with the current maintainer.
-- Sandro Tosi <morph@debian.org> Tue, 10 Jan 2023 01:07:15 -0500
python-click (8.1.3-1) unstable; urgency=medium
* Team upload

36
debian/control vendored
View file

@ -24,24 +24,6 @@ Homepage: https://github.com/pallets/click
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python-click-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Wrapper around optparse for command line utilities - documentation
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This package contains the documentation for Click.
Package: python3-click
Architecture: all
Depends: python3-colorama,
@ -59,3 +41,21 @@ Description: Wrapper around optparse for command line utilities - Python 3.x
an intended CLI API.
.
This is the Python 3 compatible package.
Package: python-click-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Wrapper around optparse for command line utilities - documentation
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This package contains the documentation for Click.

8
debian/gbp.conf vendored
View file

@ -1,8 +0,0 @@
[DEFAULT]
compression = gz
debian-branch = debian/master
upstream-branch = upstream
pristine-tar = True
[pq]
patch-numbers = False

View file

@ -1,6 +1,4 @@
Tests: unittests
Depends:
python3-all,
@,
@builddeps@,
Depends: @,
@builddeps@,
Restrictions: allow-stderr

View file

@ -1,6 +1,5 @@
Bug-Database: https://github.com/pallets/click/issues
Bug-Submit: https://github.com/pallets/click/issues/new
FAQ: https://github.com/pallets/click/blob/main/README.rst
Documentation: https://click.palletsprojects.com
Repository: https://github.com/pallets/click.git
Repository-Browse: https://github.com/pallets/click