From b823b6b17995ff9ee2c05c73121c78a6de596bc9 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Dec 2017 21:07:45 -0700 Subject: [PATCH] update to policy 4.1.3 --- debian/changelog | 7 +++++-- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index bcfd9b6..d3bf13a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -atlc (4.6.1-2) unstable; urgency=medium +atlc (4.6.1-2) UNRELEASED; urgency=medium * remove libgsl0-dev build dependency, closes: #823876 * update to current standards version + * update to current debhelper compat level + * use dh_prep instead of dh_clean -k + * use https for VCS link - -- Bdale Garbee Mon, 02 Jan 2017 10:09:15 -0700 + -- Bdale Garbee Fri, 29 Dec 2017 21:06:57 -0700 atlc (4.6.1-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 0a0862b..608dee8 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: electronics Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>> 4.0.0), autotools-dev -Standards-Version: 3.9.8 +Standards-Version: 4.1.3 Vcs-Git: git://git.gag.com/debian/atlc -Vcs-Browser: http://git.gag.com/?p=debian/atlc +Vcs-Browser: https://git.gag.com/?p=debian/atlc Package: atlc Architecture: any diff --git a/debian/rules b/debian/rules index 0d04353..b71a385 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ clean: install: dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/atlc -- 2.30.2