Skip to content

Commit c5d2d5e

Browse files
authored
Merge pull request #1 from debian-janitor/lintian-fixes
Fix some issues reported by lintian
2 parents 589d8a1 + 4f16a2f commit c5d2d5e

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
postgresql-numeral (1.0-4) UNRELEASED; urgency=medium
2+
3+
* Use secure copyright file specification URI.
4+
* Bump debhelper from deprecated 9 to 12.
5+
* Set debhelper-compat version in Build-Depends.
6+
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
7+
Repository-Browse.
8+
* Refer to specific version of license GPL-2+.
9+
* Update standards version to 4.5.0, no changes needed.
10+
11+
-- Debian Janitor <janitor@jelmer.uk> Tue, 05 May 2020 08:32:20 +0000
12+
113
postgresql-numeral (1.0-3) unstable; urgency=medium
214

315
* Upload for PostgreSQL 12.

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Priority: optional
44
Maintainer: Christoph Berg <myon@debian.org>
55
Build-Depends:
66
bison,
7-
debhelper (>> 9),
7+
debhelper-compat (= 12),
88
flex,
99
postgresql-server-dev-all (>= 153~),
10-
Standards-Version: 4.4.0
10+
Standards-Version: 4.5.0
1111
Vcs-Git: https://github.com/ChristophBerg/postgresql-numeral.git
1212
Vcs-Browser: https://github.com/ChristophBerg/postgresql-numeral
1313
Homepage: https://github.com/ChristophBerg/postgresql-numeral

debian/control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Priority: optional
44
Maintainer: Christoph Berg <myon@debian.org>
55
Build-Depends:
66
bison,
7-
debhelper (>> 9),
7+
debhelper-compat (= 12),
88
flex,
99
postgresql-server-dev-all (>= 153~),
10-
Standards-Version: 4.4.0
10+
Standards-Version: 4.5.0
1111
Vcs-Git: https://github.com/ChristophBerg/postgresql-numeral.git
1212
Vcs-Browser: https://github.com/ChristophBerg/postgresql-numeral
1313
Homepage: https://github.com/ChristophBerg/postgresql-numeral

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22

33
Files: *
44
Copyright: (C) 2017 Christoph Berg
@@ -16,4 +16,4 @@ License: GPL-2+
1616
GNU General Public License for more details.
1717
.
1818
The full text of the GPL is distributed as in
19-
/usr/share/common-licenses/GPL on Debian systems.
19+
/usr/share/common-licenses/GPL-2 on Debian systems.

debian/upstream/metadata

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Bug-Database: https://github.com/ChristophBerg/postgresql-numeral/issues
2+
Bug-Submit: https://github.com/ChristophBerg/postgresql-numeral/issues/new
3+
Repository: https://github.com/ChristophBerg/postgresql-numeral.git
4+
Repository-Browse: https://github.com/ChristophBerg/postgresql-numeral

0 commit comments

Comments
 (0)