rev 11678 - branches/kde4/packages/soprano/debian

Modestas Vainius modax-guest at alioth.debian.org
Wed Jul 23 14:29:27 UTC 2008


Author: modax-guest
Date: 2008-07-23 14:29:27 +0000 (Wed, 23 Jul 2008)
New Revision: 11678

Modified:
   branches/kde4/packages/soprano/debian/changelog
   branches/kde4/packages/soprano/debian/copyright
   branches/kde4/packages/soprano/debian/rules
Log:
Copyright update, soprano dfsg tarball

Modified: branches/kde4/packages/soprano/debian/changelog
===================================================================
--- branches/kde4/packages/soprano/debian/changelog	2008-07-23 13:43:47 UTC (rev 11677)
+++ branches/kde4/packages/soprano/debian/changelog	2008-07-23 14:29:27 UTC (rev 11678)
@@ -1,13 +1,17 @@
-soprano (2.1-0r2) UNRELEASED; urgency=low
+soprano (2.1+dfsg.1-0r1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release (KDE 4.1).
 
   +++ Changes by Modestas Vainius:
 
   * Bump shlibs to 2.1.
   * Add myself to uploaders.
+  * Update debian/copyright.
+  * Add prune-nonfree debian/rules target as a helper to get rid of jars and
+    *.class files inside the tarball. 
+  * Add dfsg suffix to the original tarball name. It was pruned.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Jul 2008 16:42:40 +0300
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Jul 2008 17:26:55 +0300
 
 soprano (2.0.98-2) unstable; urgency=low
 

Modified: branches/kde4/packages/soprano/debian/copyright
===================================================================
--- branches/kde4/packages/soprano/debian/copyright	2008-07-23 13:43:47 UTC (rev 11677)
+++ branches/kde4/packages/soprano/debian/copyright	2008-07-23 14:29:27 UTC (rev 11678)
@@ -3,14 +3,19 @@
 
 It was downloaded from http://soprano.sourceforge.net
 
-Copyright:
+Copyright: © 2006-2008 Sebastian Trueg <trueg at kde.org> <strueg at mandriva.com>
+Copyright: © 2006-2007 Daniele Galdi <daniele.galdi at gmail.com>
+Copyright: © 2006 Duncan Mac-Vicar <duncan at kde.org>
+Copyright: © 2006 David Faure <faure at kde.org>
+Copyright: © 2002 Insight Consortium. All Rights Reserved.
+Copyright: © 2006 Alexander Neundorf <neundorf at kde.org>
+Copyright: © 2006-2007 Laurent Montel <montel at kde.org>
+Copyright: © 2007 Pino Toscano <pino at kde.org>
+Copyright: © 2007 Christian Ehrlicher <ch.ehrlicher at gmx.de>
+Copyright: © 1992-2008 Trolltech ASA
+Copyright: © 2006 Kevin Ottens <ervin at kde.org>
+Copyright: © 2006 Peter Kuemmel <syntheticpp at yahoo.com>
 
-    © 2006-2007 Daniele Galdi <daniele.galdi at gmail.com>
-    © 2006-2007 Sebastian Trueg <trueg at kde.org>
-    © 2006 Duncan Mac-Vicar <duncan at kde.org>
-    © 2006 Kevin Ottens <ervin at kde.org>
-    © 2006 Peter Kuemmel <syntheticpp at yahoo.com>
-
 License:
 
     This library is free software; you can redistribute it and/or
@@ -31,13 +36,18 @@
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.
 
 The following files are under the terms of the GNU General Public License
-version 2 or later:
-
-    * tools/sopranocmd.cpp
-    * tools/sopranod.cpp
-    * test/parsertest.cpp
+version 2 or later (unless stated otherwise below):
+    
+    * top level source directory files
+    * build system files (CMakeLists.txt, cmake/*, *.cmake)
+    * data/*
+    * server/sopranod.cpp
+    * server/sopranodcore.cpp
+    * server/sopranodcore.h
     * test/tstringtest.cpp
     * test/tstringtest.h
+    * tools/sopranocmd.cpp
+    * tools/onto2vocabularyclass.cpp
 
 License:
 
@@ -61,11 +71,13 @@
 The following files are under the terms of the BSD license:
 
     * cmake/modules/FindGNUWIN32.cmake
-    * cmake/modules/ FindRedland.cmake
-    * cmake/modules/FindQt4.cmake
+    * cmake/modules/FindLibraryWithDebug.cmake
+    * cmake/modules/FindRedland.cmake
+    * cmake/modules/MacroEnsureVersion.cmake
+    * cmake/modules/MacroPushRequiredVars.cmake
 
 On Debian systems, the complete text of the BSD License can be
 found in `/usr/share/common-licenses/BSD'
 
-The Debian packaging is © 2007, Debian Qt/KDE Maintainers and
+The Debian packaging is © 2008, Debian Qt/KDE Maintainers and
 is licensed under the same license as the software, LGPL-2, see above.

Modified: branches/kde4/packages/soprano/debian/rules
===================================================================
--- branches/kde4/packages/soprano/debian/rules	2008-07-23 13:43:47 UTC (rev 11677)
+++ branches/kde4/packages/soprano/debian/rules	2008-07-23 14:29:27 UTC (rev 11678)
@@ -20,3 +20,7 @@
 binary-post-install/libsoprano-dev::
 	doxytag -t debian/$(cdbs_curpkg)/usr/share/soprano/doc/soprano.tag \
 		$(DEB_DESTDIR)/usr/share/soprano/doc/html
+
+prune-nonfree:
+	# Deleting binary blobs
+	find \( -name *.jar -o -name *.class \) -print -delete




More information about the pkg-kde-commits mailing list