rev 13760 - krap/libmsn/trunk/debian

Pau Garcia i Quiles pgquiles-guest at alioth.debian.org
Thu Feb 12 22:30:29 UTC 2009


Author: pgquiles-guest
Date: 2009-02-12 22:30:29 +0000 (Thu, 12 Feb 2009)
New Revision: 13760

Modified:
   krap/libmsn/trunk/debian/changelog
   krap/libmsn/trunk/debian/control
   krap/libmsn/trunk/debian/copyright
   krap/libmsn/trunk/debian/rules
Log:
Update to beta4, adding pusling's changes to beta3 (or was it beta2?)

Modified: krap/libmsn/trunk/debian/changelog
===================================================================
--- krap/libmsn/trunk/debian/changelog	2009-02-11 00:12:48 UTC (rev 13759)
+++ krap/libmsn/trunk/debian/changelog	2009-02-12 22:30:29 UTC (rev 13760)
@@ -1,14 +1,27 @@
-libmsn (4.0~beta3-1) unstable; urgency=low
+libmsn (4.0~beta4-1) unstable; urgency=low
 
   * New upstream beta release
 
- -- Pau Garcia i Quiles <pgquiles at elpauer.org>  Sun, 18 Jan 2009 02:41:24 +0100
+ -- Pau Garcia i Quiles <pgquiles at elpauer.org>  Thu, 12 Feb 2009 22:01:35 +0100
 
+libmsn (4.0~beta3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Pau Garcia i Quiles <pgquiles at elpauer.org>  Sun, 28 Jan 2009 02:41:24 +0100
+
 libmsn (4.0~beta2-1) unstable; urgency=low
+ 
+  +++ Changes by Pau Garcia i Quiles:
 
   * New upstream beta release
+  
+  +++ Changes by Sune Vuorela:
+  
+  * Make libmsn-dev depend on libssl-dev.
+  * Add the copyright holders from cmake/ to copyright file.
 
- -- Pau Garcia i Quiles <pgquiles at elpauer.org>  Mon, 22 Dec 2008 21:56:28 +0100
+ -- Sune Vuorela <debian at pusling.com>  Sun, 25 Jan 2009 19:04:25 +0100
 
 libmsn (4.0~beta1-1) unstable; urgency=low
 

Modified: krap/libmsn/trunk/debian/control
===================================================================
--- krap/libmsn/trunk/debian/control	2009-02-11 00:12:48 UTC (rev 13759)
+++ krap/libmsn/trunk/debian/control	2009-02-12 22:30:29 UTC (rev 13760)
@@ -29,7 +29,7 @@
 Package: libmsn-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmsn0.1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmsn0.1 (= ${binary:Version}), libssl-dev
 Description: high-level C++ library for MSN Messenger [devel]
  The libmsn library is a C++ library for Microsoft's MSN Messenger
  service. It provides a high-level interface that allows an application 

Modified: krap/libmsn/trunk/debian/copyright
===================================================================
--- krap/libmsn/trunk/debian/copyright	2009-02-11 00:12:48 UTC (rev 13759)
+++ krap/libmsn/trunk/debian/copyright	2009-02-12 22:30:29 UTC (rev 13760)
@@ -67,7 +67,7 @@
   * The MD5 implementation libmsn uses (files md5.h and md5.cpp) is 
     (c) 1999 Aladdin Enterprises and is licensed under the zlib license
 
-  Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+  Copyright (C) Copyright 1999 Aladdin Enterprises.  All rights reserved.
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
@@ -131,6 +131,35 @@
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+the cmake/ dir contains two files
+  Copyright (c) 2007, Christian Ehrlicher, <ch.ehrlicher at gmx.de>
+  Copyright (c) 2006, Alexander Neundorf, <neundorf at kde.org>
 
-The Debian packaging is (C) 2008, Pau Garcia i Quiles <pgquiles at elpauer.org> and
-is licensed under the GPL, see above.
+The files are originating from kdelibs, which contains the mentioned COPYING-CMAKE-SCRIPTS. 
+This is the file from kdelibs:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products 
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is (C) Copyright 2008, Pau Garcia i Quiles 
+<pgquiles at elpauer.org> and is licensed under the GPL, see above.

Modified: krap/libmsn/trunk/debian/rules
===================================================================
--- krap/libmsn/trunk/debian/rules	2009-02-11 00:12:48 UTC (rev 13759)
+++ krap/libmsn/trunk/debian/rules	2009-02-12 22:30:29 UTC (rev 13760)
@@ -18,7 +18,7 @@
 				-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 				-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
 				-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-				-DCMAKE_SKIP_RPATH:BOOL=ON
+				-DCMAKE_SKIP_RPATH:BOOL=ON				
 
 build: build-stamp
 
@@ -66,7 +66,7 @@
 	dh_strip --dbg-package=libmsn0.1-dbg
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -plibmsn0.1 -V'libmsn0.1 (>=4.0~beta3)'
+	dh_makeshlibs -plibmsn0.1 -V'libmsn0.1 (>=4.0~beta4)'
 	dh_shlibdeps -a
 	dh_installdeb
 	dh_gencontrol




More information about the pkg-kde-commits mailing list