Author: malat-guest Date: 2011-03-09 08:04:06 +0000 (Wed, 09 Mar 2011) New Revision: 6222
Removed: trunk/packages/pythonqt/debian/README.source Modified: trunk/packages/pythonqt/debian/control trunk/packages/pythonqt/debian/copyright Log: Integrate suggestion from domibel Deleted: trunk/packages/pythonqt/debian/README.source =================================================================== --- trunk/packages/pythonqt/debian/README.source 2011-03-08 19:04:02 UTC (rev 6221) +++ trunk/packages/pythonqt/debian/README.source 2011-03-09 08:04:06 UTC (rev 6222) @@ -1,6 +0,0 @@ -pythonqt for Debian -------------------- - -This packages uses a patch system. Please read -/usr/share/doc/quilt/README.source for more informations. - Modified: trunk/packages/pythonqt/debian/control =================================================================== --- trunk/packages/pythonqt/debian/control 2011-03-08 19:04:02 UTC (rev 6221) +++ trunk/packages/pythonqt/debian/control 2011-03-09 08:04:06 UTC (rev 6222) @@ -1,6 +1,6 @@ Source: pythonqt Section: libs -Priority: extra +Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> @@ -14,7 +14,7 @@ Package: libpythonqt2.0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Dynamic Python binding for the Qt framework. +Description: Dynamic Python binding for the Qt framework PythonQt offers an easy way to embed the Python scripting language into a C++ Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt 4.x. @@ -24,12 +24,14 @@ If you are looking for a simple way to embed Python objects into your C++/Qt Application and to script parts of your application via Python, PythonQt is the way to go! + . + This package contains the libraries needed to run PythonQt applications. Package: libpythonqt2-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Dynamic Python binding for the Qt framework. +Description: Dynamic Python binding for the Qt framework PythonQt offers an easy way to embed the Python scripting language into a C++ Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt 4.x. @@ -39,4 +41,5 @@ If you are looking for a simple way to embed Python objects into your C++/Qt Application and to script parts of your application via Python, PythonQt is the way to go! - + . + This package contains development files needed to build PythonQt applications. Modified: trunk/packages/pythonqt/debian/copyright =================================================================== --- trunk/packages/pythonqt/debian/copyright 2011-03-08 19:04:02 UTC (rev 6221) +++ trunk/packages/pythonqt/debian/copyright 2011-03-09 08:04:06 UTC (rev 6222) @@ -1,29 +1,7 @@ -This work was packaged for Debian by: +Files: * +Copyright: Copyright (C) 2010 MeVis Medical Solutions AG All Rights Reserved. +License: LGPL-2.1 - Mathieu Malaterre <[email protected]> on Sat, 05 Mar 2011 16:34:12 +0100 - -It was downloaded from: - - http://pythonqt.sourceforge.net - -Upstream Author(s): - - Florian Link <[email protected]> - -Copyright: - - Copyright (C) 2010 MeVis Medical Solutions AG All Rights Reserved. - -License: - - All code is offered under the GNU Lesser Public License (LGPL) - - On Debian systems, the GPL is available at - `/usr/share/common-licenses/LGPL-2.1'. - -The Debian packaging is: - - Copyright (C) 2011 Mathieu Malaterre <[email protected]> - -and is licensed under the LGPL version 2.1, -see "/usr/share/common-licenses/LGPL-2.1". +Files: debian/* +Copyright: 2011 Mathieu Malaterre <[email protected]> +License: LGPL-2.1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
