From c20bfe9737778d78c49b96061f5f8f4531474c4e Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sat, 7 Aug 2010 14:34:52 +0200 Subject: [PATCH] Use ${binary:Version} instead of ${Source-Version} Use ${binary:Version} instead of deprecated ${Source-Version} (Lintian: substvar-source-version-is-deprecated). --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 77fb157d..a11c244e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ wmaker (0.92.0-9) unstable; urgency=low + Use dh_prep instead of "dh_clean -k" (dh-clean-k-is-deprecated). However do not replace instances of dh_clean without -k option. Closes: #590244 + Build-Depend on debhelper 7. + + Use ${binary:Version} instead of deprecated ${Source-Version} + (substvar-source-version-is-deprecated). * Invoke ./configure mit correct --build argument, as per /usr/share/doc/autotools-dev/README.Debian.gz. diff --git a/debian/control b/debian/control index a6322ec8..4890a50b 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Package: libwraster3-dev Architecture: any Section: libdevel Priority: optional -Depends: libwraster3 (= ${Source-Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev, ${misc:Depends} +Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev, ${misc:Depends} Provides: libwraster-dev Description: Static libraries and headers of Window Maker rasterizer Contains libwraster and header files, for manipulating and