Package: synce-kpm
Version: 0.15-1
Severity: normal

Since Python 2.6 changes some things in setup.py, we need to adapt the package 
to it.


Patch:

diff -Nru synce-kpm-0.15/debian/changelog synce-kpm-0.15/debian/changelog
--- synce-kpm-0.15/debian/changelog     2010-05-12 17:52:25.000000000 +0200
+++ synce-kpm-0.15/debian/changelog     2010-06-04 23:57:40.000000000 +0200
@@ -1,3 +1,9 @@
+synce-kpm (0.15-2) unstable; urgency=low
+
+  * Fix package to changed setup.py options.
+
+ -- Jean-Louis Dupond <jean-lo...@dupond.be>  Fri, 04 Jun 2010 23:47:25 +0200
+
 synce-kpm (0.15-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru synce-kpm-0.15/debian/control synce-kpm-0.15/debian/control
--- synce-kpm-0.15/debian/control       2010-05-12 17:52:25.000000000 +0200
+++ synce-kpm-0.15/debian/control       2010-06-05 00:02:27.000000000 +0200
@@ -1,5 +1,6 @@
 Source: synce-kpm
 Maintainer: Jonny Lamb <jo...@debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 5.0)
diff -Nru synce-kpm-0.15/debian/rules synce-kpm-0.15/debian/rules
--- synce-kpm-0.15/debian/rules 2010-05-12 17:52:25.000000000 +0200
+++ synce-kpm-0.15/debian/rules 2010-06-04 23:48:29.000000000 +0200
@@ -27,9 +27,10 @@
        python setup.py install \
                --root=$(CURDIR)/debian/synce-kpm \
                --single-version-externally-managed \
+               --install-layout=deb
        
        mkdir -p $(CURDIR)/debian/synce-kpm/usr/share/synceKPM
-       mv 
$(CURDIR)/debian/synce-kpm/usr/lib/python$(PYVER)/site-packages/synceKPM/data \
+       mv 
$(CURDIR)/debian/synce-kpm/usr/lib/python$(PYVER)/dist-packages/synceKPM/data \
                $(CURDIR)/debian/synce-kpm/usr/share/synceKPM
 
 binary-indep: build install



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to