Run of lintian-fixes for rfidiot
Try this locally package):
debcheckout rfidiot
cd rfidiot
DEB_UPDATE_CHANGELOG=auto lintian-brush
Summary
- Add missing build dependency on dh addon. (missing-build-dependency-for-dh-addon)
- Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking upstream-metadata-missing-repository)
- Update standards version to 4.6.0, no changes needed. (out-of-date-standards-version)
Diff
diff --git a/debian/control b/debian/control
index 86af8c1..6895c6f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
-Build-Depends: debhelper-compat (= 12), dh-python, python-all
-Standards-Version: 4.3.0
+Build-Depends: debhelper-compat (= 12), dh-python, python-all, python2:any | python2-dev:any | dh-sequence-python2
+Standards-Version: 4.6.0
Homepage: http://www.rfidiot.org/
Vcs-Git: https://gitlab.com/kalilinux/packages/rfidiot.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/rfidiot
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..3b4f6fa
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/AdamLaurie/RFIDIOt/issues
+Bug-Submit: https://github.com/AdamLaurie/RFIDIOt/issues/new
+Repository: https://github.com/AdamLaurie/RFIDIOt.git
+Repository-Browse: https://github.com/AdamLaurie/RFIDIOt