From: Andreas Metzler <[email protected]>
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 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 77fb157..a11c244 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 a6322ec..4890a50 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
--
1.7.1
--
To unsubscribe, send mail to [email protected].