Run of lintian-fixes for pgsql-asn1oid
Try this locally (using the lintian-brush package):
debcheckout pgsql-asn1oid
cd pgsql-asn1oid
lintian-brush --compat-release=oldoldstable
Merge these changes:
git pull https://janitor.debian.net/git/pgsql-asn1oid lintian-fixes/main
Summary
- Trim trailing whitespace. (file-contains-trailing-whitespace)
- Upgrade to newer source format. (older-source-format)
- Update standards version to 4.4.1, no changes needed. (out-of-date-standards-version)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-10-30 10:40:44 +0000
+++ b/debian/changelog 2019-12-03 14:23:30 +0000
@@ -1,3 +1,11 @@
+pgsql-asn1oid (1.2-4) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Upgrade to newer source format.
+ * Update standards version to 4.4.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk> Tue, 03 Dec 2019 14:22:44 +0000
+
pgsql-asn1oid (1.2-3) unstable; urgency=medium
* Upload for PostgreSQL 12.
=== modified file 'debian/control'
--- a/debian/control 2019-10-30 10:40:44 +0000
+++ b/debian/control 2019-12-03 14:23:30 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~)
-Standards-Version: 4.4.0
+Standards-Version: 4.4.1
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Vcs-Browser: https://github.com/ChristophBerg/pgsql-asn1oid
Vcs-Git: https://github.com/ChristophBerg/pgsql-asn1oid.git
=== modified file 'debian/control.in'
--- a/debian/control.in 2019-10-30 10:40:44 +0000
+++ b/debian/control.in 2019-12-03 14:23:30 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~)
-Standards-Version: 4.4.0
+Standards-Version: 4.4.1
Homepage: https://github.com/ChristophBerg/pgsql-asn1oid
Vcs-Browser: https://github.com/ChristophBerg/pgsql-asn1oid
Vcs-Git: https://github.com/ChristophBerg/pgsql-asn1oid.git
=== modified file 'debian/rules'
--- a/debian/rules 2017-01-26 16:17:18 +0000
+++ b/debian/rules 2019-12-03 14:22:53 +0000
@@ -16,4 +16,4 @@
rm -rf results
%:
- dh $@
+ dh $@
=== modified file 'debian/source/format'
--- a/debian/source/format 2017-10-02 08:14:56 +0000
+++ b/debian/source/format 2019-12-03 14:23:12 +0000
@@ -1,1 +1,1 @@
-1.0
+3.0 (quilt)
Publish History
- 2019-12-03T16:15: Merge proposal updated (Success)