mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
remove dead outdated code from debian/rules
-isp is default behaviour of dpkg-gencontrol since 1.13.16 (18 Feb 2006) The code for generating debian/shlibs.local is not used, remove it. dpkg-shlibdeps already searches in debian/libwraster3/usr/lib/ by default.
This commit is contained in:
committed by
Carlos R. Mafra
parent
1150f741ec
commit
ac8da4a8f0
11
debian/rules
vendored
11
debian/rules
vendored
@@ -141,9 +141,7 @@ clean:
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
$(RM) -r $(WMAKER_BD)
|
$(RM) -r $(WMAKER_BD)
|
||||||
$(RM) *-stamp \
|
$(RM) *-stamp \
|
||||||
debian/*.files \
|
debian/*.files
|
||||||
debian/shlibs.local \
|
|
||||||
debian/conffiles
|
|
||||||
dh_clean libtool
|
dh_clean libtool
|
||||||
|
|
||||||
binary-indep: build
|
binary-indep: build
|
||||||
@@ -200,8 +198,8 @@ binary-arch: build
|
|||||||
cd debian && find -name \*.la -exec chmod a-X {} \;
|
cd debian && find -name \*.la -exec chmod a-X {} \;
|
||||||
dh_installdeb -a
|
dh_installdeb -a
|
||||||
dh_makeshlibs -p$(LIBWRASTER) -V '$(LIBWRASTER) $(libwraster_deps)'
|
dh_makeshlibs -p$(LIBWRASTER) -V '$(LIBWRASTER) $(libwraster_deps)'
|
||||||
dh_shlibdeps -u-L$(LIBWRASTER_TMP)/DEBIAN/shlibs
|
dh_shlibdeps
|
||||||
dh_gencontrol -a -u-isp
|
dh_gencontrol -a
|
||||||
dh_md5sums -a
|
dh_md5sums -a
|
||||||
find debian -type d -empty -print0 | xargs -0r rm -rf
|
find debian -type d -empty -print0 | xargs -0r rm -rf
|
||||||
$(RMDIR) $(DEBTMPDIR)/$(INCLUDEDIR)
|
$(RMDIR) $(DEBTMPDIR)/$(INCLUDEDIR)
|
||||||
@@ -325,9 +323,6 @@ debian/libwings-dev.files: build
|
|||||||
find usr -name get-wutil-flags -o -name get-wings-flags \
|
find usr -name get-wutil-flags -o -name get-wings-flags \
|
||||||
) | sed -e 's:$(DEBTMPDIR)/*::'> $@
|
) | sed -e 's:$(DEBTMPDIR)/*::'> $@
|
||||||
|
|
||||||
debian/shlibs.local:
|
|
||||||
echo 'libwraster $(patsubst libwraster%,%, $(LIBWRASTER)) $(LIBWRASTER) $(libwraster_deps)' > $@
|
|
||||||
|
|
||||||
configure: configure.ac
|
configure: configure.ac
|
||||||
$(TOPSRCDIR)/autogen.sh
|
$(TOPSRCDIR)/autogen.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user