[SCM] pykde4 packaging branch, master, updated. 5ab20d62ba1f1feaabcc0f4f4a36ae40aac6c742

Modestas Vainius modax at alioth.debian.org
Sun Jun 5 21:33:20 UTC 2011


The following commit has been merged in the master branch:
commit f62dd3be3a2752bb220a0abc3cf03f12aaa541a1
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jun 6 00:30:11 2011 +0300

    Fix binNMUability of python-kde4-dev.
    
    Depend on python-kde4 (>= ${source:Version}) rather than ${binary:Version}.
    python-kde4-dev is arch:all.
    
    E: pykde4 source: not-binnmuable-all-depends-any python-kde4-dev -> python-kde4
---
 debian/changelog |    3 +++
 debian/control   |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2b0109..f132ec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,5 +13,8 @@ pykde4 (4:4.6.80-0r1) UNRELEASED; urgency=low
   * Clean up Uploaders list.
   * Clean up Build-Depends list.
   * Add libboost-dev to Build-Depends.
+  * Fix binNMUability of python-kde4-dev: depend on python-kde4 (>=
+    ${source:Version}) rather than ${binary:Version}. python-kde4-dev is
+    arch:all.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 05 Jun 2011 20:31:17 +0300
diff --git a/debian/control b/debian/control
index ee71d11..ed07ce7 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,7 @@ Package: python-kde4-dev
 Architecture: all
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, ${misc:Depends},
- python-kde4 (= ${binary:Version}), python-qt4 (>= 4.4.4),
+ python-kde4 (>= ${source:Version}), python-qt4 (>= 4.4.4),
 Breaks: python-kde4 (<< ${source:Version})
 Description: UIC compiler and SIP files for PyKDE
  This package contains pykdeuic4, a wrapper around PyQt's own UIC (user

-- 
pykde4 packaging



More information about the pkg-kde-commits mailing list