Run of lintian-fixes for openoverlayrouter
Try this locally (using the lintian-brush package):
debcheckout openoverlayrouter
cd openoverlayrouter
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/openoverlayrouter lintian-fixes/main
Summary
- debian/copyright: use spaces rather than tabs to start continuation lines. (tab-in-license-text)
- Use secure URI in Homepage field. (homepage-field-uses-insecure-uri)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Set upstream metadata fields: Bug-Database, Bug-Submit. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking)
- Update standards version to 4.5.0, no changes needed. (out-of-date-standards-version)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-08-25 20:02:02 +0000
+++ b/debian/changelog 2020-07-19 21:29:18 +0000
@@ -1,3 +1,14 @@
+openoverlayrouter (1.3.0+ds1-3) UNRELEASED; urgency=low
+
+ * debian/copyright: use spaces rather than tabs to start continuation lines.
+ * Use secure URI in Homepage field.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit.
+ * Update standards version to 4.5.0, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 19 Jul 2020 21:25:09 -0000
+
openoverlayrouter (1.3.0+ds1-2) unstable; urgency=medium
* upload to unstable
=== removed file 'debian/compat'
--- a/debian/compat 2018-07-08 17:26:55 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2019-05-12 17:30:54 +0000
+++ b/debian/control 2020-07-19 21:29:18 +0000
@@ -3,16 +3,16 @@
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: misc
Priority: optional
-Build-Depends: debhelper (>=11)
- , dh-exec (>=0.2)
- , quilt
+Build-Depends: debhelper-compat (= 12)
+ , dh-exec (>= 0.2)
+ , quilt
, libzmq3-dev
, libconfuse-dev
, libcap2-bin
, gengetopt
, libxml2-dev
-Standards-Version: 4.3.0
-Homepage: http://openoverlayrouter.org/
+Standards-Version: 4.5.0
+Homepage: https://openoverlayrouter.org/
Vcs-Browser: https://salsa.debian.org/debian-iot-team/oor
Vcs-Git: https://salsa.debian.org/debian-iot-team/oor.git
=== modified file 'debian/copyright'
--- a/debian/copyright 2018-07-08 17:26:55 +0000
+++ b/debian/copyright 2020-07-19 21:25:27 +0000
@@ -22,14 +22,14 @@
Files: oor/elibs/mbedtls/*
Copyright: 2011, 2015 Cisco Systems, Inc.
2015 CBA research group, Technical University of Catalonia.
- 2006-2015, ARM Limited, All Rights Reserved
+ 2006-2015, ARM Limited, All Rights Reserved
License: Apache-2.0
Files: netconf/ietf-inet-types.yang
- netconf/iana-afn-safi.yin
- netconf/lispsimple.yang
- netconf/iana-afn-safi.yang
- netconf/ietf-yang-types.yang
+ netconf/iana-afn-safi.yin
+ netconf/lispsimple.yang
+ netconf/iana-afn-safi.yang
+ netconf/ietf-yang-types.yang
Copyright: 2010 IETF Trust
License: BSD-2
=== added directory 'debian/upstream'
=== added file 'debian/upstream/metadata'
--- a/debian/upstream/metadata 1970-01-01 00:00:00 +0000
+++ b/debian/upstream/metadata 2020-07-19 21:28:33 +0000
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/OpenOverlayRouter/oor/issues
+Bug-Submit: https://github.com/OpenOverlayRouter/oor/issues/new
Publish History
- 2020-07-31T02:47: Merge proposal updated (Success)