[pkg-wpa-devel] r1242 - in /iw/trunk/debian: changelog compat control copyright rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Fri Sep 19 14:43:07 UTC 2008


Author: kelmo-guest
Date: Fri Sep 19 14:43:07 2008
New Revision: 1242

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1242
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    iw/trunk/debian/changelog
    iw/trunk/debian/compat
    iw/trunk/debian/control
    iw/trunk/debian/copyright
    iw/trunk/debian/rules   (with props)

Added: iw/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/changelog?rev=1242&op=file
==============================================================================
--- iw/trunk/debian/changelog (added)
+++ iw/trunk/debian/changelog Fri Sep 19 14:43:07 2008
@@ -1,0 +1,5 @@
+iw (0.9.5-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Kel Modderman <kel at otaku42.de>  Fri, 19 Sep 2008 12:00:41 +1000

Added: iw/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/compat?rev=1242&op=file
==============================================================================
--- iw/trunk/debian/compat (added)
+++ iw/trunk/debian/compat Fri Sep 19 14:43:07 2008
@@ -1,0 +1,1 @@
+7

Added: iw/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/control?rev=1242&op=file
==============================================================================
--- iw/trunk/debian/control (added)
+++ iw/trunk/debian/control Fri Sep 19 14:43:07 2008
@@ -1,0 +1,18 @@
+Source: iw
+Section: net
+Priority: optional
+Maintainer: Kel Modderman <kel at otaku42.de>
+Build-Depends: debhelper (>= 7), libnl-dev (>= 1.1), pkg-config (>= 0.22)
+Standards-Version: 3.8.0
+Homepage: http://wireless.kernel.org/en/users/Documentation/iw
+
+Package: iw
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Tools for configuring Linux wireless devices
+ This package contains the `iw' tool which allows you to
+ configure and show information about wireless networking.
+ The tool is currently mainly used for drivers based on
+ the mac80211 stack but work is under way to make it useful
+ for other drivers as well.
+Tag: admin::kernel, implemented-in::c, interface::commandline, network::configuration, role::program, scope::utility, use::configuring

Added: iw/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/copyright?rev=1242&op=file
==============================================================================
--- iw/trunk/debian/copyright (added)
+++ iw/trunk/debian/copyright Fri Sep 19 14:43:07 2008
@@ -1,0 +1,19 @@
+Upstream-Name: iw
+Upstream-Maintainer: Johannes Berg <johannes at sipsolutions.net>
+Upstream-Source: http://git.sipsolutions.net/iw.git/
+
+Files: *
+Copyright: Copyright (c) 2007, 2008        Johannes Berg
+Copyright: Copyright (c) 2007              Andy Lutomirski
+Copyright: Copyright (c) 2007              Mike Kershaw
+Copyright: Copyright (c) 2008              Luis R. Rodriguez
+License: BSD-3
+ On Debian GNU/Linux systems, the complete text of the BSD license can be
+ found at `/usr/share/common-licenses/BSD'.
+
+Files: debian/*
+Copyright: Copyright (c) 2007, 2008        Johannes Berg
+Copyright: Copyright (c) 2008              Kel Modderman
+License: BSD-3
+ On Debian GNU/Linux systems, the complete text of the BSD license can be
+ found at `/usr/share/common-licenses/BSD'.

Added: iw/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/rules?rev=1242&op=file
==============================================================================
--- iw/trunk/debian/rules (added)
+++ iw/trunk/debian/rules Fri Sep 19 14:43:07 2008
@@ -1,0 +1,22 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch build-stamp
+
+clean:
+	dh clean
+
+install: build install-stamp
+install-stamp:
+	dh install
+	touch install-stamp
+
+binary-arch: install
+	dh binary-arch
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-arch binary-indep

Propchange: iw/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-wpa-devel mailing list