From 512f12ec8430be303fe4b80431584c6564b2b34e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 16 Sep 2012 17:37:28 +0200 Subject: [PATCH] Mention debhelper (v9) in changelog, add build-dependency --- debian/changelog | 1 + debian/compat | 1 + debian/control | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index c587032..1ef5601 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mmv (1.01b-16) UNRELEASED; urgency=low * Add myself as Uploader. * Bump Standards-Version to 3.9.3 (no other changes necessary) * Switch to source format "3.0 (quilt)" + * Use debhelper (v9) in many places, add build-dependency * Add lintian overrides for no-upstream-changelog and no-homepage-field. -- Axel Beckert Sun, 16 Sep 2012 16:31:08 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control index d807f6f..c891e9d 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Uploaders: Axel Beckert Section: utils Priority: optional Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9~) Package: mmv Architecture: any @@ -13,4 +14,4 @@ Description: Move/Copy/Append/Link multiple files performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names. -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} -- 2.39.2