[pkg-kde-commits] rev 2916 - in kde-extras/wlassistant/trunk/debian: . patches

Achim Bohnet ach-guest at costa.debian.org
Tue Jan 17 00:02:23 UTC 2006


Author: ach-guest
Date: 2006-01-17 00:02:22 +0000 (Tue, 17 Jan 2006)
New Revision: 2916

Added:
   kde-extras/wlassistant/trunk/debian/patches/11_add_waconfig_license_from_cvs.diff
Modified:
   kde-extras/wlassistant/trunk/debian/TODO
   kde-extras/wlassistant/trunk/debian/changelog
Log:
wlassistant: patches/11_add_waconfig_license_from_cvs.diff 'fix' missing
	license in header file. Upstream added the license to cvs after
	I told him.  So use the cvs version add the lisence.

Modified: kde-extras/wlassistant/trunk/debian/TODO
===================================================================
--- kde-extras/wlassistant/trunk/debian/TODO	2006-01-16 23:54:21 UTC (rev 2915)
+++ kde-extras/wlassistant/trunk/debian/TODO	2006-01-17 00:02:22 UTC (rev 2916)
@@ -28,10 +28,6 @@
 [13:03] <allee> Tonio_: and the test www.google.com reachable need to be
 optional (not every home network in online all the time) :(
 
-o src/waconfig.h copyright/license included. Sent already a mail
-	to upstream (14-Jan-2006) to fix it in cvs.
-	Addendum: upstream fixed it in cvs. Need to wait until anan-cvs sync to
-	download.
 
 o Bug #1323263 - Unable to reconnect after disconnection. There is a fix for
 this in the cvs, the changed files are wlassistant.cpp, wlassistant.h,
@@ -40,4 +36,4 @@
 
 o Bug #1366531 - connection failed when switching access point. I put "key"
 before "essid" as the submitter suggested. The change was in netparams.h. Tested
-and it works great in my network. - Stan
\ No newline at end of file
+and it works great in my network. - Stan

Modified: kde-extras/wlassistant/trunk/debian/changelog
===================================================================
--- kde-extras/wlassistant/trunk/debian/changelog	2006-01-16 23:54:21 UTC (rev 2915)
+++ kde-extras/wlassistant/trunk/debian/changelog	2006-01-17 00:02:22 UTC (rev 2916)
@@ -8,6 +8,9 @@
      + kdesu instead of sudo:  This works without prior configuration
        of sudoers
      + use GenericName and it's translations from kwifimanager.desktop
+  * patches/11_add_waconfig_license_from_cvs.diff: src/waconfig.h did
+    not include a license and copyright. Upstream added it to cvs. So
+    use it.
   * add wlassistant menu file
 
   [ Stan Vasilyev ]

Added: kde-extras/wlassistant/trunk/debian/patches/11_add_waconfig_license_from_cvs.diff
===================================================================
--- kde-extras/wlassistant/trunk/debian/patches/11_add_waconfig_license_from_cvs.diff	2006-01-16 23:54:21 UTC (rev 2915)
+++ kde-extras/wlassistant/trunk/debian/patches/11_add_waconfig_license_from_cvs.diff	2006-01-17 00:02:22 UTC (rev 2916)
@@ -0,0 +1,32 @@
+Index: src/waconfig.h
+===================================================================
+RCS file: /cvsroot/wlassistant/wlassistant/src/waconfig.h,v
+retrieving revision 1.1
+retrieving revision 1.2
+diff -u -r1.1 -r1.2
+--- src/waconfig.h	8 Aug 2005 20:43:19 -0000	1.1
++++ src/waconfig.h	14 Jan 2006 21:07:18 -0000	1.2
+@@ -1,3 +1,23 @@
++/***************************************************************************
++ *   Copyright (C) 2005 by Pawel Nawrocki                                  *
++ *   pnawrocki at interia.pl                                                  *
++ *                                                                         *
++ *   This program is free software; you can redistribute it and/or modify  *
++ *   it under the terms of the GNU General Public License as published by  *
++ *   the Free Software Foundation; either version 2 of the License, or     *
++ *   (at your option) any later version.                                   *
++ *                                                                         *
++ *   This program is distributed in the hope that it will be useful,       *
++ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
++ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
++ *   GNU General Public License for more details.                          *
++ *                                                                         *
++ *   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.             *
++ ***************************************************************************/
++
+ #ifndef WACONFIG_H
+ #define WACONFIG_H
+ 




More information about the pkg-kde-commits mailing list