From 6085663b0ff0c17f3c301bc3ae1761a78da5f3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 4 Aug 2018 16:15:40 +0800 Subject: [PATCH] Update Debian standards version - Use httpS in copyright format link - Remove deprecated get-orig-source target from rules --- debian/control | 2 +- debian/copyright | 2 +- debian/rules | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index c409eabd..ec4581b9 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: bison, psmisc, unixodbc-dev, zlib1g-dev (>= 1:1.1.3-5~) -Standards-Version: 4.1.5 +Standards-Version: 4.2.0 Homepage: https://mariadb.org/ Vcs-Browser: https://salsa.debian.org/mariadb-team/mariadb-10.1 Vcs-Git: https://salsa.debian.org/mariadb-team/mariadb-10.1.git diff --git a/debian/copyright b/debian/copyright index abfd40c5..be420115 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: MariaDB Server Upstream-Contact: https://mariadb.org/jira Source: https://github.com/MariaDB/server diff --git a/debian/rules b/debian/rules index 55ac8924..638e348c 100755 --- a/debian/rules +++ b/debian/rules @@ -176,9 +176,6 @@ override_dh_installinit-arch: override_dh_installcron-arch: dh_installcron --name mysql-server -get-orig-source: - uscan --force-download --verbose - %: dh $@ --parallel --with systemd --fail-missing -- GitLab