From 822a63157f7f28631e170366feb754df60019638 Mon Sep 17 00:00:00 2001 From: Javier Palacios Date: Thu, 15 Apr 2010 21:55:15 +0200 Subject: [PATCH] Debian packaging directory --- debian/changelog | 6 ++++++ debian/control | 17 +++++++++++++++++ debian/rules | 6 ++++++ 3 files changed, 29 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100755 debian/rules delete mode 100644 welcome diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..110c077 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +iw (0.9.19-1) unstable; urgency=low + + * First release + + -- Javier Palacios Tue, 6 Apr 2010 21:28:21 +2000 + diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a466582 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: iw +Section: net +Priority: extra +Maintainer: Javier Palacios +Build-Depends: debhelper (>= 5.0.0), libnl-dev (>= 1.0) +Homepage: http://wireless.kernel.org/en/users/Documentation/iw + +Package: iw +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Linux mac80211 configuration tool + iw is a new nl80211 based CLI configuration utility for wireless devices. It + supports almost all new drivers that have been added to the kernel recently. + . + iw is still under development. Features are added 'as we go'. The only + documentation that exists for iw is this page. Please help expand it. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8ebc430 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + diff --git a/welcome b/welcome deleted file mode 100644 index e69de29..0000000 -- 1.7.9.5