Hi!

I have packaged 0.4.5 and 0.4.6. 0.4.5 was perfectly working for me.
0.4.6 I cannot test since I don't have a WLAN available.

Attached is a patch that brings the files under debian from 0.4.4-1 to
0.4.6-0.1, and does:
. dh compat 4
. adaption of the rules and conffiles files
. fix address of fsf

Ready build packages are available
        deb http://www.logic.at/debian/ wpasupplicant/
        deb-src http://www.logic.at/debian/ wpasupplicant/


Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at>             Università di Siena
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
WIMBLEDON (n.)
That last drop which, no matter how much you shake it, always goes
down your trouser leg.
                        --- Douglas Adams, The Meaning of Liff
diff -urN wpasupplicant-0.4.4/debian/changelog 
wpasupplicant-0.4.6/debian/changelog
--- wpasupplicant-0.4.4/debian/changelog        2005-11-10 02:38:47.000000000 
+0100
+++ wpasupplicant-0.4.6/debian/changelog        2005-11-10 02:34:44.000000000 
+0100
@@ -1,3 +1,21 @@
+wpasupplicant (0.4.6-0.1) unstable; urgency=low
+
+  * NMU just for fun.
+  * debhelper compat version set to 4
+  * add debhelper token to postrm script
+  * fix address of FSF in copyright file
+  * bump standards version
+  * new upstream version
+
+ -- Norbert Preining <[EMAIL PROTECTED]>  Thu, 10 Nov 2005 02:19:00 +0100
+
+wpasupplicant (0.4.5-0.1) unstable; urgency=low
+
+  * New upstream version, including support for WE19.
+  * NMU upload to fix the WE19 problem
+
+ -- Norbert Preining <[EMAIL PROTECTED]>  Sun,  2 Oct 2005 12:54:46 +0200
+
 wpasupplicant (0.4.4-1) unstable; urgency=low
 
   * New upstream version.
diff -urN wpasupplicant-0.4.4/debian/compat wpasupplicant-0.4.6/debian/compat
--- wpasupplicant-0.4.4/debian/compat   1970-01-01 01:00:00.000000000 +0100
+++ wpasupplicant-0.4.6/debian/compat   2005-11-10 02:30:35.000000000 +0100
@@ -0,0 +1 @@
+4
diff -urN wpasupplicant-0.4.4/debian/conffiles 
wpasupplicant-0.4.6/debian/conffiles
--- wpasupplicant-0.4.4/debian/conffiles        2005-11-10 02:38:47.000000000 
+0100
+++ wpasupplicant-0.4.6/debian/conffiles        1970-01-01 01:00:00.000000000 
+0100
@@ -1,2 +0,0 @@
-/etc/default/wpasupplicant
-/etc/wpa_supplicant.conf
diff -urN wpasupplicant-0.4.4/debian/control wpasupplicant-0.4.6/debian/control
--- wpasupplicant-0.4.4/debian/control  2005-11-10 02:38:47.000000000 +0100
+++ wpasupplicant-0.4.6/debian/control  2005-11-10 02:31:20.000000000 +0100
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Kyle McMartin <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1.1
+Standards-Version: 3.6.2
 Build-Depends: dpatch, debhelper (>= 4.0.0), libssl-dev, libreadline5-dev
 
 Package: wpasupplicant
diff -urN wpasupplicant-0.4.4/debian/copyright 
wpasupplicant-0.4.6/debian/copyright
--- wpasupplicant-0.4.4/debian/copyright        2005-11-10 02:38:47.000000000 
+0100
+++ wpasupplicant-0.4.6/debian/copyright        2005-11-10 02:33:35.000000000 
+0100
@@ -14,7 +14,7 @@
 /usr/share/common-licenses/GPL, and the BSD-style license can be found
 in /usr/share/common-licenses/BSD.
 
-wpa_supplicant is Copyright (C) 2003-2004 Jouni Malinen <[EMAIL PROTECTED]>
+wpa_supplicant is Copyright (C) 2003-2005 Jouni Malinen <[EMAIL PROTECTED]>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2 as
@@ -27,7 +27,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 (this copy of the license is in COPYING file)
 
diff -urN wpasupplicant-0.4.4/debian/postrm wpasupplicant-0.4.6/debian/postrm
--- wpasupplicant-0.4.4/debian/postrm   2005-11-10 02:38:47.000000000 +0100
+++ wpasupplicant-0.4.6/debian/postrm   2005-11-10 02:30:57.000000000 +0100
@@ -5,4 +5,6 @@
     update-rc.d wpasupplicant remove >/dev/null
 fi
 
+#DEBHELPER#
+
 exit 0
diff -urN wpasupplicant-0.4.4/debian/rules wpasupplicant-0.4.6/debian/rules
--- wpasupplicant-0.4.4/debian/rules    2005-11-10 02:38:47.000000000 +0100
+++ wpasupplicant-0.4.6/debian/rules    2005-11-10 02:30:31.000000000 +0100
@@ -35,16 +35,16 @@
        dh_testroot
        dh_clean -k
        dh_installdirs
-       mkdir -p debian/tmp/etc/init.d
-       mkdir -p debian/tmp/etc/default
-       mkdir -p debian/tmp/usr/sbin
-       mkdir -p debian/tmp/usr/share/doc/wpasupplicant/examples
+       mkdir -p debian/$(PACKAGE)/etc/init.d
+       mkdir -p debian/$(PACKAGE)/etc/default
+       mkdir -p debian/$(PACKAGE)/usr/sbin
+       mkdir -p debian/$(PACKAGE)/usr/share/doc/wpasupplicant/examples
        install -p wpa_cli wpa_passphrase wpa_supplicant \
-                       debian/tmp/usr/sbin
-       install -p debian/init.d/wpasupplicant debian/tmp/etc/init.d
-       install --mode=644 -p wpa_supplicant.conf 
debian/tmp/usr/share/doc/wpasupplicant/examples
-       install --mode=644 -p debian/wpa_supplicant.defconf 
debian/tmp/etc/wpa_supplicant.conf
-       install --mode=644 -p debian/default/wpasupplicant 
debian/tmp/etc/default
+                       debian/$(PACKAGE)/usr/sbin
+       install -p debian/init.d/wpasupplicant debian/$(PACKAGE)/etc/init.d
+       install --mode=644 -p wpa_supplicant.conf 
debian/$(PACKAGE)/usr/share/doc/wpasupplicant/examples
+       install --mode=644 -p debian/wpa_supplicant.defconf 
debian/$(PACKAGE)/etc/wpa_supplicant.conf
+       install --mode=644 -p debian/default/wpasupplicant 
debian/$(PACKAGE)/etc/default
        dh_install
        touch install-stamp
 

Reply via email to