Fix hostapd package version

This commit is contained in:
zador-blood-stained 2017-09-24 14:22:22 +03:00
parent d89812fe43
commit 63ff246e5d
6 changed files with 4 additions and 12 deletions

View File

@ -2,7 +2,7 @@
local package_name="hostapd-realtek"
local package_repo="http://w1.fi/hostap.git"
local package_ref="tag:hostap_2_5"
local package_upstream_version="2:2.5"
local package_upstream_version="2:2.5-1"
local package_builddeps="pkg-config libssl-dev libreadline-dev libpcsclite-dev libnl-route-3-dev libnl-genl-3-dev libnl-3-dev libncurses5-dev libdbus-1-dev docbook-utils docbook-to-man"
local package_install_target="hostapd-realtek"
local package_component="utils"

View File

@ -2,7 +2,7 @@
local package_name="hostapd"
local package_repo="http://w1.fi/hostap.git"
local package_ref="tag:hostap_2_5"
local package_upstream_version="2:2.5"
local package_upstream_version="2:2.5-1"
local package_builddeps="pkg-config libssl-dev libreadline-dev libpcsclite-dev libnl-route-3-dev libnl-genl-3-dev libnl-3-dev libncurses5-dev libdbus-1-dev docbook-utils docbook-to-man"
local package_install_target="hostapd"
local package_component="utils"

View File

@ -7,7 +7,7 @@ Section: net
Priority: optional
Build-Depends: debhelper (>> 9.20120115),
libdbus-1-dev,
libssl-dev,
libssl-dev | libssl1.0-dev,
libncurses5-dev,
libpcsclite-dev,
libnl-3-dev [linux-any],

View File

@ -53,10 +53,6 @@ override_dh_install:
override_dh_installchangelogs:
dh_installchangelogs --package=hostapd-realtek hostapd/ChangeLog
override_dh_gencontrol:
dh_gencontrol -phostapd-realtek -- '-v1:$(VERSION)'
dh_gencontrol --remaining-packages
override_dh_builddeb:
dh_builddeb -- -Zxz -z6

View File

@ -7,7 +7,7 @@ Section: net
Priority: optional
Build-Depends: debhelper (>> 9.20120115),
libdbus-1-dev,
libssl-dev,
libssl-dev | libssl1.0-dev,
libncurses5-dev,
libpcsclite-dev,
libnl-3-dev [linux-any],

View File

@ -53,10 +53,6 @@ override_dh_install:
override_dh_installchangelogs:
dh_installchangelogs --package=hostapd hostapd/ChangeLog
override_dh_gencontrol:
dh_gencontrol -phostapd -- '-v1:$(VERSION)'
dh_gencontrol --remaining-packages
override_dh_builddeb:
dh_builddeb -- -Zxz -z6
### end dh overrides