From 88e3135482bdff8e0dcc8e8556a189884bfcc5ea Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 15 Jun 2021 16:36:16 +0000 Subject: [PATCH] Remove constraints unnecessary since stretch * Build-Depends: Drop versioned constraint on debhelper. Changes-By: deb-scrub-obsolete --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c96667..04b2f21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ light-locker (1.8.0-4) UNRELEASED; urgency=medium * Set upstream metadata fields: Bug-Submit. * Refer to specific version of license GPL-2+. * Update standards version to 4.5.0, no changes needed. + * Remove constraints unnecessary since stretch: + + Build-Depends: Drop versioned constraint on debhelper. -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 diff --git a/debian/control b/debian/control index 96a52bc..a3204b3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper, intltool, libdbus-glib-1-dev, libgtk-3-dev, -- GitLab