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

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Tue Mar 11 00:43:38 UTC 2008


    Date: Tuesday, March 11, 2008 @ 00:43:37
  Author: shlomme
Revision: 4783

* some more changes for the upload, also compress
  packages using bzip2 now

Modified:
  packages/python-kde3/trunk/debian/changelog
  packages/python-kde3/trunk/debian/patches/03_dcopext.dpatch
  packages/python-kde3/trunk/debian/rules

Modified: packages/python-kde3/trunk/debian/changelog
===================================================================
--- packages/python-kde3/trunk/debian/changelog	2008-03-10 23:33:17 UTC (rev 4782)
+++ packages/python-kde3/trunk/debian/changelog	2008-03-11 00:43:37 UTC (rev 4783)
@@ -1,4 +1,4 @@
-python-kde3 (3.16.1-1) UNRELEASED; urgency=low
+python-kde3 (3.16.1-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
@@ -25,12 +25,15 @@
     DCOPObj.objmethods being None (Closes: #468248).
   * Patched dcopext.py to handle strings with non-ASCII 
     characters (Closes: #452443).
+  * Dropped 03-sip-4.7.dpatch, is now included upstream.
   * debian/control
     - removed dependency on konsole, because the bindings
       for the konsole KPart have been removed.
-  * Dropped 03-sip-4.7.dpatch, is now included upstream.
+  * debian/rules
+    - compress debs using bzip2 to reduce the size
+      of the debug packages.
 
- -- Torsten Marek <shlomme at debian.org>  Tue, 11 Mar 2008 00:32:19 +0100
+ -- Torsten Marek <shlomme at debian.org>  Tue, 11 Mar 2008 01:42:08 +0100
 
 python-kde3 (3.16.0-4) unstable; urgency=low
 

Modified: packages/python-kde3/trunk/debian/patches/03_dcopext.dpatch
===================================================================
--- packages/python-kde3/trunk/debian/patches/03_dcopext.dpatch	2008-03-10 23:33:17 UTC (rev 4782)
+++ packages/python-kde3/trunk/debian/patches/03_dcopext.dpatch	2008-03-11 00:43:37 UTC (rev 4783)
@@ -6,8 +6,13 @@
 @DPATCH@
 diff -urNad python-kde3-3.16.1~/extensions/dcopext.py python-kde3-3.16.1/extensions/dcopext.py
 --- python-kde3-3.16.1~/extensions/dcopext.py	2006-09-22 05:11:16.000000000 +0200
-+++ python-kde3-3.16.1/extensions/dcopext.py	2008-03-11 00:14:03.000000000 +0100
-@@ -575,7 +575,10 @@
++++ python-kde3-3.16.1/extensions/dcopext.py	2008-03-11 01:28:49.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ 
+ """
+@@ -575,7 +574,10 @@
  		self.objname  = dcopObj.objname
  		self.methname = name
  		self.client   = dcopObj.objclient
@@ -19,7 +24,7 @@
  		self.valid    = self.findMethod()
  #		
  #		if not self.valid:
-@@ -716,6 +719,6 @@
+@@ -716,6 +718,6 @@
  		s = QDataStream(data, IO_ReadOnly)
  
  		if str(type_) in stringTypes:

Modified: packages/python-kde3/trunk/debian/rules
===================================================================
--- packages/python-kde3/trunk/debian/rules	2008-03-10 23:33:17 UTC (rev 4782)
+++ packages/python-kde3/trunk/debian/rules	2008-03-11 00:43:37 UTC (rev 4783)
@@ -146,7 +146,7 @@
 	dh_shlibdeps 
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -- -Z bzip2
 
 # Build architecture independant packages using the common target.
 binary-indep: install-indep




More information about the Python-modules-commits mailing list