From 542b79226b7e9fb0bc25ef24720999f918a05d04 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 5 Apr 2021 12:52:49 +0300 Subject: fix: add devscripts to build-depends and depends Bumper needs it to run. --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 02f0f80..73796d0 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Standards-Version: 4.2.0 Build-Depends: debhelper (>= 10~), build-essential, + devscripts, dh-cargo, git, libssl-dev, @@ -20,7 +21,8 @@ Homepage: https://obnam.org Package: bumper Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, + devscripts Built-Using: ${cargo:Built-Using} Description: set version number for release Bumper sets the version number of a software project when it's being -- cgit v1.2.1