mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-17 23:05:50 +01:00
Use dh_prep instead of "dh_clean -k"
Use dh_prep instead of "dh_clean -k" (dh-clean-k-is-deprecated). However do not replace instances of dh_clean without -k option. (Debian bug590244). Build-Depend on debhelper 7.
This commit is contained in:
committed by
Carlos R. Mafra
parent
de48a9b1f5
commit
7b74111259
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -6,6 +6,9 @@ wmaker (0.92.0-9) unstable; urgency=low
|
|||||||
debhelper-but-no-misc-depends)
|
debhelper-but-no-misc-depends)
|
||||||
+ [debian/control] Move homepage from description text to homepage
|
+ [debian/control] Move homepage from description text to homepage
|
||||||
field. (Lintian description-contains-homepage)
|
field. (Lintian description-contains-homepage)
|
||||||
|
+ 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.
|
||||||
* 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
@@ -3,7 +3,7 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: John H. Robinson, IV <jaqque@debian.org>
|
Maintainer: John H. Robinson, IV <jaqque@debian.org>
|
||||||
Standards-Version: 3.8.0.1
|
Standards-Version: 3.8.0.1
|
||||||
Build-Depends: debhelper (>= 4), automake1.4, gettext, dctrl-tools,
|
Build-Depends: debhelper (>= 7.0.15), automake1.4, gettext, dctrl-tools,
|
||||||
libfontconfig1-dev, libjpeg-dev, libpng12-dev, libsm-dev, libtiff4-dev,
|
libfontconfig1-dev, libjpeg-dev, libpng12-dev, libsm-dev, libtiff4-dev,
|
||||||
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
||||||
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev
|
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev
|
||||||
|
|||||||
4
debian/rules
vendored
4
debian/rules
vendored
@@ -194,12 +194,12 @@ clean:
|
|||||||
binary-indep: build
|
binary-indep: build
|
||||||
# dh_testdir -i
|
# dh_testdir -i
|
||||||
# dh_testroot
|
# dh_testroot
|
||||||
# dh_clean -i -k
|
# dh_prep -i
|
||||||
|
|
||||||
binary-arch: build
|
binary-arch: build
|
||||||
dh_testdir -a
|
dh_testdir -a
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -a -k
|
dh_prep -a
|
||||||
dh_installdirs -a
|
dh_installdirs -a
|
||||||
debian/rules install-wmaker-stamp
|
debian/rules install-wmaker-stamp
|
||||||
debian/rules debian/$(LIBWRASTER)-dev.files
|
debian/rules debian/$(LIBWRASTER)-dev.files
|
||||||
|
|||||||
Reference in New Issue
Block a user