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