[Python-modules-commits] r11785 - in packages/python-kde3/trunk/debian (5 files)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Thu Feb 18 19:24:12 UTC 2010


    Date: Thursday, February 18, 2010 @ 19:24:11
  Author: shlomme
Revision: 11785

prepared for new upstream release

Added:
  packages/python-kde3/trunk/debian/README.source
Modified:
  packages/python-kde3/trunk/debian/changelog
  packages/python-kde3/trunk/debian/control
  packages/python-kde3/trunk/debian/python-kde3-doc.doc-base
  packages/python-kde3/trunk/debian/rules

Added: packages/python-kde3/trunk/debian/README.source
===================================================================
--- packages/python-kde3/trunk/debian/README.source	                        (rev 0)
+++ packages/python-kde3/trunk/debian/README.source	2010-02-18 19:24:11 UTC (rev 11785)
@@ -0,0 +1,38 @@
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+
+
+--- 
+
+this documentation is part of dpatch package, and may be used by
+packages using dpatch to comply with policy on README.source. This
+documentation is meant to be useful to users who are not proficient in
+dpatch in doing work with dpatch-based packages. Please send any
+improvements to the BTS of dpatch package.
+
+original text by Gerfried Fuchs, edited by Junichi Uekawa <dancer at debian.org>
+10 Aug 2008.

Modified: packages/python-kde3/trunk/debian/changelog
===================================================================
--- packages/python-kde3/trunk/debian/changelog	2010-02-18 17:52:14 UTC (rev 11784)
+++ packages/python-kde3/trunk/debian/changelog	2010-02-18 19:24:11 UTC (rev 11785)
@@ -1,4 +1,4 @@
-python-kde3 (3.16.1-2) UNRELEASED; urgency=low
+python-kde3 (3.16.7-1) UNRELEASED; urgency=low
 
   [ Stephan Hermann ]
   * Add 06_kdepyuic_i18n.dpatch:
@@ -14,12 +14,22 @@
 
   [ Sandro Tosi ]
   * debian/watch
-    - fixed for new upstream website organization
+    - fixed for new upstream website organization (Closes: #550770)
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 08 Jul 2008 21:08:15 +0200
+  [ Torsten Marek ]
+  * New upstream release (Closes: #533054)
+  * debian/README.source
+   - Added
+  * debian/control
+   - Set maintainer fields to Debian Python modules team (Closes: #540930)
+   - Added call to ${sip:Depends}
+  * debian/rules
+   - Updated dependencies for sip 4.10 (Closes: #532940)
 
+ -- Torsten Marek <shlomme at debian.org>  Thu, 18 Feb 2010 19:46:18 +0100
+
 python-kde3 (3.16.1-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Modified: packages/python-kde3/trunk/debian/control
===================================================================
--- packages/python-kde3/trunk/debian/control	2010-02-18 17:52:14 UTC (rev 11784)
+++ packages/python-kde3/trunk/debian/control	2010-02-18 19:24:11 UTC (rev 11785)
@@ -1,10 +1,10 @@
 Source: python-kde3
 Section: python
 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), 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
-Standards-Version: 3.7.3
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Torsten Marek <shlomme at debian.org>, 
+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, python-sip-dev (>= 4.7), python-qt-dev (>= 3.17.3), kdelibs4-dev, python-central (>= 0.5.8), dpatch
+Standards-Version: 3.8.4
 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/
@@ -12,7 +12,7 @@
 
 Package: python-kde3
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.17.3)
+Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.17.3), ${sip:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: KDE3 bindings for Python
@@ -22,8 +22,9 @@
 
 Package: python-kde3-dbg
 Priority: extra
+Section: debug
 Architecture: any
-Depends: python-kde3 (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends}
+Depends: python-kde3 (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: KDE3 bindings for Python (debug extensions)
  Python binding module that provides wide access to the KDE3 API,
@@ -35,7 +36,7 @@
 Package: python-kde3-dev
 Section: python
 Architecture: all
-Depends: pyqt-tools, ${python:Depends}
+Depends: pyqt-tools, ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: KDE3 bindings for Python - Development files and scripts
  Development .sip files with definitions of PyKDE classes. They
@@ -47,6 +48,7 @@
 Package: python-kde3-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Documentation and examples for PyKDE
  General documentation and examples for PyKDE providing programming
  tips and working code you can use to learn from.

Modified: packages/python-kde3/trunk/debian/python-kde3-doc.doc-base
===================================================================
--- packages/python-kde3/trunk/debian/python-kde3-doc.doc-base	2010-02-18 17:52:14 UTC (rev 11784)
+++ packages/python-kde3/trunk/debian/python-kde3-doc.doc-base	2010-02-18 19:24:11 UTC (rev 11785)
@@ -1,4 +1,4 @@
-Document: PyKDE
+Document: pykde
 Title: PyKDE developer documentation
 Author: Jim Bublitz
 Abstract: This documentation describes the PyKDE API

Modified: packages/python-kde3/trunk/debian/rules
===================================================================
--- packages/python-kde3/trunk/debian/rules	2010-02-18 17:52:14 UTC (rev 11784)
+++ packages/python-kde3/trunk/debian/rules	2010-02-18 19:24:11 UTC (rev 11785)
@@ -141,6 +141,7 @@
 endif
 	dh_compress -X.py -X.ui -X.dtd
 	dh_fixperms
+	dh_sip
 	DH_PYCENTRAL=nomove dh_pycentral
 	dh_installdeb
 	dh_shlibdeps 




More information about the Python-modules-commits mailing list