Commit 554f1772 authored by Evgheni Dereveanchin's avatar Evgheni Dereveanchin
Browse files

initial Debian manifest

parent 2537ba36
......@@ -9,3 +9,9 @@ all: swconfig
swconfig: cli.o swlib.o
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
clean:
rm -f *~ *.o swconfig
install:
install -D swconfig $(DESTDIR)$(BINDIR)/swconfig
echo "will build swconfig now"
if [ ! -f /usr/include/linux/switch.h ]; then
echo "switch.h not found in kernel headers! Aborting"
exit
fi
make clean && cd .. && tar -cvzf swconfig_15.04.orig.tar.gz swconfig && cd swconfig
debuild -us -uc
\ No newline at end of file
File added
hostapd (15.04-1) UNRELEASED; urgency=medium
* Initial release.
-- Jeka Der <jekader@gmail.com> Sat, 04 Apr 2015 20:49:55 +0100
9
\ No newline at end of file
Source: swconfig
Maintainer: Evgheni Dereveanchin <jekader@gmail.com>
Section: network
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), libnl-3-dev, libnl-genl-3-dev
Package: swconfig
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility to configure configurable Ethernet network switches
\ No newline at end of file
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: swconfig
Upstream-Contact: Jouni Malinen <j@w1.fi>
Source: http://wiki.openwrt.org/doc/techref/swconfig
Files: *
Copyright: 2015 OpenWRT Project
License: GPL-2
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
#!/usr/bin/make -f
%:
dh $@
\ No newline at end of file
3.0 (quilt)
\ No newline at end of file
File added
File added
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment