]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove debian packaging
authorJohannes Berg <johannes@xzone.dyndns.org>
Wed, 17 Sep 2008 18:36:15 +0000 (20:36 +0200)
committerJohannes Berg <johannes@xzone.dyndns.org>
Wed, 17 Sep 2008 18:36:15 +0000 (20:36 +0200)
debian/NOTE [deleted file]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/rules [deleted file]

diff --git a/debian/NOTE b/debian/NOTE
deleted file mode 100644 (file)
index ab32653..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Note to prospective debian packagers: I know this will conflict
-with your work. Feel free to build on this and then let me know
-you're doing proper packaging at which time I'll release a new
-version of iw without the debian packaging.
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index b816bb2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-iw (0.9.2) unstable; urgency=low
-
-  * try to work around x86_64 problem
-
- -- Johannes Berg <johannes@sipsolutions.net>  Wed, 17 Sep 2008 00:20:45 +0200
-
-iw (0.9.1) unstable; urgency=low
-
-  * Initial release.
-
- -- Johannes Berg <johannes@sipsolutions.net>  Tue, 16 Sep 2008 23:06:40 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 7f8f011..0000000
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 65064be..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: iw
-Section: net
-Priority: optional
-Maintainer: Johannes Berg <johannes@sipsolutions.net>
-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
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 41f27ec..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Upstream-Name: iw
-Upstream-Maintainer: Johannes Berg <johannes@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'.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index cbe925d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-%:
-       dh $@