initial packaging for Debian
authorBdale Garbee <bdale@gag.com>
Wed, 20 Jul 2011 15:46:15 +0000 (17:46 +0200)
committerBdale Garbee <bdale@gag.com>
Wed, 20 Jul 2011 15:46:15 +0000 (17:46 +0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/uapevent.1 [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..1ea2d66
--- /dev/null
@@ -0,0 +1,5 @@
+uapevent (1.4-1) unstable; urgency=low
+
+  * Initial packaging
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 20 Jul 2011 16:52:51 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..06d3ea2
--- /dev/null
@@ -0,0 +1,15 @@
+Source: uapevent
+Section: network
+Priority: optional
+Maintainer: Bdale Garbee <bdale@gag.com>
+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 wireless driver
+ A small utility for receiving and interpreting event notifications from 
+ the Marvell wireless driver used in devices like the Dreamplug.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..843c5f8
--- /dev/null
@@ -0,0 +1,19 @@
+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 <bdale@gag.com>
+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".
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b760bee
--- /dev/null
@@ -0,0 +1,13 @@
+#!/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
+
+%:
+       dh $@ 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/uapevent.1 b/debian/uapevent.1
new file mode 100644 (file)
index 0000000..0af8288
--- /dev/null
@@ -0,0 +1,42 @@
+.\"                                      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 <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+uapevent \- interpret events from Marvell wifi driver
+.SH SYNOPSIS
+.B uapevent
+.RI [ options ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B uapevent command.
+.PP
+\fBuapevent\fP is a program receives and interprets events from the 
+device driver for certain Marvell wireless chips, such as the one used 
+in the Dreamplug.
+.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 <bdale@gag.com>,
+for the Debian project (and may be used by others).