binary-gtk targets now also make base packages they depend on
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
18
debian/rules
vendored
18
debian/rules
vendored
@@ -977,17 +977,21 @@ binary-dbg-py: control-files-stamp install-gtk-dbg-py
|
|||||||
# Debian policy. Do not distribute packages built with these rules, they
|
# Debian policy. Do not distribute packages built with these rules, they
|
||||||
# are currently useful for rapid in-house testing by developers only.
|
# are currently useful for rapid in-house testing by developers only.
|
||||||
|
|
||||||
|
DH_OPTIONS_GTK := -p$(package_wxbase_lib) -p$(package_gtk_lib) -p$(package_headers)
|
||||||
|
|
||||||
# libwxgtk shared lib package
|
# libwxgtk shared lib package
|
||||||
binary-gtk: control-files-stamp install-gtk-lib install-headers
|
binary-gtk: control-files-stamp install-gtk-lib install-wxbase-lib install-headers
|
||||||
$(MAKE) -f debian/rules DH_OPTIONS="-p$(package_gtk_lib) -p$(package_headers)" binary-common
|
$(MAKE) -f debian/rules DH_OPTIONS="$(DH_OPTIONS_GTK)" binary-common
|
||||||
|
|
||||||
binary-gtk-dev: control-files-stamp install-gtk-dev install-headers
|
binary-gtk-dev: control-files-stamp install-gtk-dev install-wxbase-dev install-headers
|
||||||
$(MAKE) -f debian/rules \
|
$(MAKE) -f debian/rules \
|
||||||
DH_OPTIONS="-p$(package_gtk_lib) -p$(package_gtk_dev) -p$(package_headers)" \
|
DH_OPTIONS="-p$(package_wxbase_dev) -p$(package_gtk_dev) $(DH_OPTIONS_GTK)" \
|
||||||
binary-common
|
binary-common
|
||||||
|
|
||||||
binary-gtk-dbg: control-files-stamp install-gtk-dbg install-headers
|
binary-gtk-dbg: control-files-stamp install-gtk-dbg install-wxbase-dbg install-headers
|
||||||
$(MAKE) -f debian/rules DH_OPTIONS="-p$(package_gtk_dbg) -p$(package_headers)" binary-common
|
$(MAKE) -f debian/rules \
|
||||||
|
DH_OPTIONS="-p$(package_wxbase_dbg) -p$(package_gtk_dbg) -p$(package_headers)" \
|
||||||
|
binary-common
|
||||||
|
|
||||||
|
|
||||||
# docs package
|
# docs package
|
||||||
|
Reference in New Issue
Block a user