aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2020-01-12 19:48:50 +0000
committerJelmer Vernooij <jelmer@debian.org>2020-01-12 19:48:50 +0000
commit4910f13e57a8fcb6488be0f6f15694056cd16148 (patch)
tree364d64f3a458323e2d456f80e957ea85474055d5
parent3fa0ea4c5a112f3dfbd18a9be3b9229a5c3ff368 (diff)
parentfa7ce5fed355d12cd3b53657198c74a3be326258 (diff)
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian See merge request python-team/modules/pexpect!1
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
-rw-r--r--debian/upstream/metadata2
3 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ed46631..d410f03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
pexpect (4.6.0-2) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
+ [ Debian Janitor ]
+ * Bump debhelper from old 10 to 12.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit.
+ * Fix day-of-week for changelog entries 0.999-4, 0.999-3, 0.999-2.
+
-- Ondřej Nový <onovy@debian.org> Wed, 08 Aug 2018 09:18:45 +0200
pexpect (4.6.0-1) unstable; urgency=medium
@@ -210,20 +216,20 @@ pexpect (0.999-4) unstable; urgency=low
* Really build pexpect for python 2.4.
- -- Ganesan Rajagopal <rganesan@debian.org> Sat, 09 Jan 2005 22:15:36 +0530
+ -- Ganesan Rajagopal <rganesan@debian.org> Sun, 09 Jan 2005 22:15:36 +0530
pexpect (0.999-3) unstable; urgency=low
* Build python 2.4 package.
* python-pexpect now depends on ${python:Depends}.
- -- Ganesan Rajagopal <rganesan@debian.org> Sat, 09 Jan 2005 22:10:36 +0530
+ -- Ganesan Rajagopal <rganesan@debian.org> Sun, 09 Jan 2005 22:10:36 +0530
pexpect (0.999-2) unstable; urgency=low
* Build-depend on python (Closes: #258299).
- -- Ganesan Rajagopal <rganesan@debian.org> Wed, 09 Jul 2004 09:45:36 +0530
+ -- Ganesan Rajagopal <rganesan@debian.org> Fri, 09 Jul 2004 09:45:36 +0530
pexpect (0.999-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ce6f031..ca56f0c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: pexpect
Section: python
Priority: optional
-Build-Depends: debhelper-compat (= 10),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-ptyprocess,
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e0a9dbd
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+Bug-Database: https://github.com/pexpect/pexpect/issues
+Bug-Submit: https://github.com/pexpect/pexpect/issues/new