From a1f544a495079ea6c0dacf38b82cc711198923da Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Mon, 16 Nov 2009 10:29:41 -0700 Subject: [PATCH] Add ${misc:Depends} for debhelper --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e0e7ec..e914f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wdq2wav (0.8.3-2) unstable; urgency=low + + * Add ${misc:Depends} for debhelper + + -- Kevin M. Rosenberg Mon, 16 Nov 2009 10:28:06 -0700 + wdq2wav (0.8.3-1) unstable; urgency=low * New upstream diff --git a/debian/control b/debian/control index fe425c3..f5c4e5c 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Section: contrib/utils Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>> 7.0.0) -Standards-Version: 3.8.2.0 +Standards-Version: 3.8.3.0 Homepage: http://files.b9.com/wdq2wav/ Vcs-Git: git://git.b9.com/wdq2wav.git Package: wdq2wav Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Converts a WinDAQ channel to sound .wav file This program extracts a channel from a WinDAQ file and produces a .wav file that can be played. This is helpful when recording a -- 2.34.1