diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..21351c3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +linux-wifi-hotspot (3.1.1) UNRELEASED; urgency=low + + * Initial release. + + -- Scott Hardin Wed, 21 Oct 2020 19:21:49 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6558988 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: linux-wifi-hotspot +Section: devel +Priority: optional +Maintainer: Lakindu Akash +Build-Depends: debhelper (>=11~), make, gcc, g++, pkg-config, libgtk-3-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} +Description: GUI tool for creating virtual hotspots using the same wi-fi card that is already connected to an access point. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..da6836f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,24 @@ +Files: * +Copyright: 2013 oblique + 2019 lakinduaksh +License: BSD-2-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..981d143 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +export DH_VERBOSE = 1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)