debian/0000755000000000000000000000000011660606275007177 5ustar debian/uapevent.install0000644000000000000000000000002111660606275012407 0ustar uapevent usr/bin debian/copyright0000644000000000000000000000104511660606275011132 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: uapevent Files: * Copyright: 2008-2009, Marvell International Ltd. License: GPL-2.0 Files: debian/* Copyright: 2011 Bdale Garbee License: GPL-2.0+ License: GPL-2.0 This software file (the "File") is distributed by Marvell International Ltd. under the terms of the GNU General Public License Version 2, June 1991 (the "License"). . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000755000000000000000000000105511660606275010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_build: install -d $(CURDIR)/debian/uapevent INSTALLDIR=$(CURDIR)/debian/uapevent dh_auto_build %: dh $@ debian/source/0000755000000000000000000000000011660606275010477 5ustar debian/source/format0000644000000000000000000000001411660606275011705 0ustar 3.0 (quilt) debian/control0000644000000000000000000000076511660606275010612 0ustar Source: uapevent Section: net Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.2 Vcs-Git: git://git.gag.com/debian/uapevent Vcs-Browser: http://git.gag.com/?p=debian/uapevent Package: uapevent Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: event monitoring tool for Marvell uAP wireless driver A small utility for receiving and interpreting event notifications from the Marvell uAP wireless driver. debian/gbp.conf0000644000000000000000000000231211660606275010614 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: #cleaner = debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: debian-branch = master # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s # use pristine-tar: pristine-tar = True # Options only affecting git-buildpackage [git-buildpackage] #upstream-branch = dfsgclean # uncomment this to automatically GPG sign tags #sign-tags = True # keyid to GPG sign tags with #keyid = 0xdeadbeef # push to a remote repository after a successful tag: posttag = git push --mirror # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/uapevent/ #tarball-dir = ../tarballs/ # Options only affecting git-import-orig [git-import-orig] #upstream-branch = newupstream #debian-branch = dfsgclean #filter = .svn # Options only affecting git-import-dsc [git-import-dsc] #upstream-branch = svn-upstream #filter = [ 'CVS', '.cvsignore' ] # Options only affecting git-dch [git-dch] #git-log = --no-merges #snapshot-number = snapshot + 1 debian/uapevent.manpages0000644000000000000000000000002211660606275012535 0ustar debian/uapevent.1 debian/changelog0000644000000000000000000000047011660606275011052 0ustar uapevent (1.4-2) unstable; urgency=low * avoid errant use of ../.. by overriding dh_auto_build, closes: #648852 -- Bdale Garbee Tue, 15 Nov 2011 14:30:11 -0700 uapevent (1.4-1) unstable; urgency=low * Initial packaging -- Bdale Garbee Wed, 20 Jul 2011 16:52:51 +0200 debian/compat0000644000000000000000000000000211660606275010375 0ustar 8 debian/uapevent.10000644000000000000000000000231111660606275011105 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH UAPEVENT 1 "July 20, 2011" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME uapevent \- interpret events from Marvell uAP wireless driver .SH SYNOPSIS .B uapevent .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B uapevent command. .PP \fBuapevent\fP receives and interprets events from the device driver for Marvell's uAP wireless interface. .SH OPTIONS .TP .B \-h Show summary of options. .TP .B \-v Show version of program. .SH SEE ALSO .BR uaputl (1). .br .PP This manual page was written by Bdale Garbee , for the Debian project (and may be used by others).