From 33f32cd211b666eeb4fe4a3b7629dd5f849bbaf7 Mon Sep 17 00:00:00 2001 From: javiplx Date: Fri, 3 Dec 2010 23:01:21 +0000 Subject: [PATCH] Fixes on packaging control files git-svn-id: file:///svnroot/wifihood/trunk@76 c51dfc6a-5949-4919-9c8e-f207a149c383 --- wifiscanner/debian/control | 5 +++-- wifiscanner/debian/rules | 10 +--------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/wifiscanner/debian/control b/wifiscanner/debian/control index eafe2a2..d596183 100644 --- a/wifiscanner/debian/control +++ b/wifiscanner/debian/control @@ -1,12 +1,13 @@ Source: wifihood Priority: optional Maintainer: Javier Palacios -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0) , cdbs (>= 0.4.48) , python-support (>= 0.5.3) Standards-Version: 3.6.1 Package: wifihood-scanner +Section: user/navigation Architecture: any -Depends: python-osso, wifiscand[armel] (>= 1.1), python-gconf , python-gtk2 , python-location , python-hildon +Depends: python-osso, wifiscand (>= 1.1) [armel], python-gconf , python-gtk2 , python-location , python-hildon Description: WifiHood Scanner #Package: wifihood-mapper diff --git a/wifiscanner/debian/rules b/wifiscanner/debian/rules index 7087c43..bdc8879 100755 --- a/wifiscanner/debian/rules +++ b/wifiscanner/debian/rules @@ -1,17 +1,9 @@ #!/usr/bin/make -f -# workaround to avoid calling Scratchbox python2.3 -PATH := /usr/bin:$(PATH) -export PATH -SBOX_REDIRECT_IGNORE = /usr/bin/python -export SBOX_REDIRECT_IGNORE - -DEB_PYTHON_SYSTEM = pycentral +DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk # Add here any variable or target overrides you need. -clean:: - echo rm -f location.c -- 1.7.9.5