[Python-modules-commits] r4781 - in packages/python-kde3/trunk/debian (4 files)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Mon Mar 10 23:04:25 UTC 2008
Date: Monday, March 10, 2008 @ 23:04:23
Author: morph-guest
Revision: 4781
fix install destionation for dev package + misc fixes
Modified:
packages/python-kde3/trunk/debian/changelog
packages/python-kde3/trunk/debian/control
packages/python-kde3/trunk/debian/copyright
packages/python-kde3/trunk/debian/rules
Modified: packages/python-kde3/trunk/debian/changelog
===================================================================
--- packages/python-kde3/trunk/debian/changelog 2008-03-10 19:40:31 UTC (rev 4780)
+++ packages/python-kde3/trunk/debian/changelog 2008-03-10 23:04:23 UTC (rev 4781)
@@ -8,6 +8,16 @@
- added missing file
* debian/control
- uniforming Vcs-Browser field
+ - bump Standard-Version to 3.7.3
+ - capitalized Python in -dbg package description
+ - removed Debian revision from versioned build-dep on libqt3-mt-dev,
+ qt3-apps-dev, qt3-dev-tools
+ * debian/rules
+ - fixed destination dir for -dev package
+ * debian/copyright
+ - clear separation of copyright and license notice
+ - copyright and license indented with 4 spaces
+ - added upstream authors notice
-- Sandro Tosi <matrixhasu at gmail.com> Sun, 25 Nov 2007 13:07:00 +0100
Modified: packages/python-kde3/trunk/debian/control
===================================================================
--- packages/python-kde3/trunk/debian/control 2008-03-10 19:40:31 UTC (rev 4780)
+++ packages/python-kde3/trunk/debian/control 2008-03-10 23:04:23 UTC (rev 4781)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes at debian.org>
Uploaders: Torsten Marek <shlomme at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7-1), qt3-dev-tools (>= 3:3.3.7-1), qt3-apps-dev (>= 3:3.3.7-1), python, python-all-dev, python-all-dbg, sip4 (>= 4.7), sip4 (<< 4.8), python-sip4-dev (>= 4.7), python-qt-dev (>= 3.17.3), kdelibs4-dev, python-central (>= 0.5.8), dpatch, konsole (>= 4:3.5.6)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7), qt3-dev-tools (>= 3:3.3.7), qt3-apps-dev (>= 3:3.3.7), python, python-all-dev, python-all-dbg, sip4 (>= 4.7), sip4 (<< 4.8), python-sip4-dev (>= 4.7), python-qt-dev (>= 3.17.3), kdelibs4-dev, python-central (>= 0.5.8), dpatch, konsole (>= 4:3.5.6)
+Standards-Version: 3.7.3
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-kde3/trunk/
@@ -30,7 +30,7 @@
also known as PyKDE. Using this, you'll get (for example) classes
from kio, kjs, khtml and kprint.
.
- This package contains the extension built for the python debug interpreter.
+ This package contains the extension built for the Python debug interpreter.
Package: python-kde3-dev
Section: python
Modified: packages/python-kde3/trunk/debian/copyright
===================================================================
--- packages/python-kde3/trunk/debian/copyright 2008-03-10 19:40:31 UTC (rev 4780)
+++ packages/python-kde3/trunk/debian/copyright 2008-03-10 23:04:23 UTC (rev 4781)
@@ -3,16 +3,28 @@
It was downloaded from http://www.riverbankcomputing.co.uk
-Copyright 2004 Jim Bublitz <jbublitz at nwinternet.com>
-Earlier copyrights 1998 - 2002 Jim Bublitz and/or Phil Thompson
+Upstream Authors:
-This software 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.
+ Jim Bublitz <jbublitz at nwinternet.com>
+ PyKDE(KDE2, KDE3)
+ Phil Thompson <phil at river-bank.demon.co.uk>
+ sip, PyQt, original PyKDE (KDE1) and loads of good advice and help
-A copy of the GNU General Public License is available as
-/usr/share/common-licenses/GPL in the Debian GNU/Linux distribution
-or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html.
-You can also obtain it by writing to the Free Software Foundation, Inc.,
-51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+Copyright:
+
+ Copyright 2004 Jim Bublitz <jbublitz at nwinternet.com>
+ Copyright 1998-2002 Jim Bublitz and/or Phil Thompson
+
+License:
+
+ This software 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.
+
+ A copy of the GNU General Public License is available as
+ /usr/share/common-licenses/GPL in the Debian GNU/Linux
+ distribution or on the World Wide Web at
+ http://www.gnu.org/copyleft/gpl.html. You can also obtain it by
+ writing to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA.
Modified: packages/python-kde3/trunk/debian/rules
===================================================================
--- packages/python-kde3/trunk/debian/rules 2008-03-10 19:40:31 UTC (rev 4780)
+++ packages/python-kde3/trunk/debian/rules 2008-03-10 23:04:23 UTC (rev 4781)
@@ -85,13 +85,13 @@
dh_install -i -X'\.diff$$' -X'\.in$$' -X'\.html$$'
for version in ${PYTHONS};\
do\
- mkdir -p debian/python-kde3-dev/usr/lib/python-$$version/site-packages;\
- cp debian/pykdeconfig.py debian/python-kde3-dev/usr/lib/python-$$version/site-packages/;\
- cp build-$$version/pykdeconfig.py debian/python-kde3-dev/usr/lib/python-$$version/site-packages/pykdeconfig_nd.py;\
+ mkdir -p debian/python-kde3-dev/usr/lib/python$$version/site-packages;\
+ cp debian/pykdeconfig.py debian/python-kde3-dev/usr/lib/python$$version/site-packages/;\
+ cp build-$$version/pykdeconfig.py debian/python-kde3-dev/usr/lib/python$$version/site-packages/pykdeconfig_nd.py;\
done
for version in ${DBG_PYTHONS};\
do\
- cp dbg-build-$$version/pykdeconfig.py debian/python-kde3-dev/usr/lib/python-$$version/site-packages/pykdeconfig_d.py;\
+ cp dbg-build-$$version/pykdeconfig.py debian/python-kde3-dev/usr/lib/python$$version/site-packages/pykdeconfig_d.py;\
done
install-arch:
More information about the Python-modules-commits
mailing list