mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Use ${binary:Version} instead of ${Source-Version}
Use ${binary:Version} instead of deprecated ${Source-Version}
(Lintian: substvar-source-version-is-deprecated).
This commit is contained in:
committed by
Carlos R. Mafra
parent
7b74111259
commit
c20bfe9737
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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
|
+ 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
|
do not replace instances of dh_clean without -k option. Closes: #590244
|
||||||
+ Build-Depend on debhelper 7.
|
+ 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
|
* Invoke ./configure mit correct --build argument, as per
|
||||||
/usr/share/doc/autotools-dev/README.Debian.gz.
|
/usr/share/doc/autotools-dev/README.Debian.gz.
|
||||||
|
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -28,7 +28,7 @@ Package: libwraster3-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
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
|
Provides: libwraster-dev
|
||||||
Description: Static libraries and headers of Window Maker rasterizer
|
Description: Static libraries and headers of Window Maker rasterizer
|
||||||
Contains libwraster and header files, for manipulating and
|
Contains libwraster and header files, for manipulating and
|
||||||
|
|||||||
Reference in New Issue
Block a user