From 48f8865a78a22af7b854e1430a95058664406cab Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Mon, 18 Oct 2021 04:18:30 +0530 Subject: [PATCH] Update dependencies in debian control and README --- README.md | 4 +++- debian/changelog | 6 +++--- debian/control | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0cd0f0..08e919e 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,13 @@ install it using your distro's package manager_ * pkg-config * gtk * libgtk-3-dev +* libqrencode-dev (for qr code generation) +* libpng-dev (for qr code generation) On Ubuntu or debian install dependencies by, ```bash -sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd +sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd libqrencode-dev libpng-dev ``` ## Installation diff --git a/debian/changelog b/debian/changelog index d7e6464..bf6f900 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -linux-wifi-hotspot (4.2.1) UNRELEASED; urgency=low +linux-wifi-hotspot (4.3) UNRELEASED; urgency=low - * Revert Fallback to same channel when same wifi interface does not support for multiple channels + * Add qr code generate support - -- Lakindu Akash Sat, 23 Jan 2021 06:34:00 +0530 \ No newline at end of file + -- Lakindu Akash Sat, 18 Oct 2021 04:12:00 +0530 \ No newline at end of file diff --git a/debian/control b/debian/control index 2161d68..29ce97c 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: linux-wifi-hotspot Section: devel Priority: optional Maintainer: Lakindu Akash -Build-Depends: debhelper (>=11~), pkg-config, libgtk-3-dev +Build-Depends: debhelper (>=11~), pkg-config, libgtk-3-dev, libpng-dev, libqrencode-dev Standards-Version: 4.1.4 Homepage: https://github.com/lakinduakash/linux-wifi-hotspot Package: linux-wifi-hotspot Architecture: any Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends}, hostapd (>=2.0), iw (>= 5.4),iproute2 (>=5.0), util-linux (>=2.3), procps(>=3.3) +Depends: ${misc:Depends}, ${shlibs:Depends}, hostapd (>=2.0), iw (>= 5.4),iproute2 (>=5.0), util-linux (>=2.3), procps(>=3.3), libqrencode4(>=4.0), libpng16-16(>=1.6) Description: GUI tool for creating virtual hotspots using the same wi-fi card that is already connected to an access point.