Lintian Fixes - croaring

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 816530a..91de800 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: croaring
 Priority: optional
 Maintainer: Alexander GQ Gerasiov <gq@debian.org>
-Build-Depends: debhelper (>= 11), cmake
-Standards-Version: 4.3.0
+Build-Depends: debhelper-compat (= 13), cmake
+Standards-Version: 4.6.2
 Section: libs
 Homepage: https://github.com/RoaringBitmap/CRoaring
 Vcs-Git: https://salsa.debian.org/debian/croaring.git
-Vcs-Browser: https://salsa.debian.org/debian/croaring.git
+Vcs-Browser: https://salsa.debian.org/debian/croaring
 
 Package: libroaring-dev
 Architecture: any
@@ -33,4 +33,3 @@ Description: Portable Roaring bitmaps in C (and C++)
  compressed bitmaps.
  Roaring bitmaps are compressed bitmaps which tend to outperform conventional
  compressed bitmaps such as WAH, EWAH or Concise.
-
diff --git a/debian/copyright b/debian/copyright
index f79b887..aab42fb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: CRoaring
 Source: https://github.com/RoaringBitmap/CRoaring
 Files-Excluded: benchmarks/realdata
diff --git a/debian/rules b/debian/rules
index 43bbf34..ee54270 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,4 @@ override_dh_auto_clean:
 
 # Since we exclude realdata from archive, do not run ctest for it
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test -- ARGS+="-E realdata_unit"
-endif
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..09eb844
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/RoaringBitmap/CRoaring/issues
+Bug-Submit: https://github.com/RoaringBitmap/CRoaring/issues/new
+Repository-Browse: https://github.com/RoaringBitmap/CRoaring

Run locally

More details

Full run details

Historical runs