Debian packaging directory master
authorJavier Palacios <javiplx@gmail.com>
Thu, 15 Apr 2010 19:55:15 +0000 (21:55 +0200)
committerJavier Palacios <javiplx@gmail.com>
Thu, 15 Apr 2010 19:55:15 +0000 (21:55 +0200)
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]
welcome [deleted file]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..110c077
--- /dev/null
@@ -0,0 +1,6 @@
+iw (0.9.19-1) unstable; urgency=low
+
+  * First release
+
+ -- Javier Palacios <javiplx@gmail.com>  Tue,  6 Apr 2010 21:28:21 +2000
+
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..a466582
--- /dev/null
@@ -0,0 +1,17 @@
+Source: iw
+Section: net
+Priority: extra
+Maintainer: Javier Palacios <javiplx@gmail.com>
+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 (executable)
index 0000000..8ebc430
--- /dev/null
@@ -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 (file)
index e69de29..0000000