From 392ddf418a5d93e6b5cba5ab024358a7d8a296bf Mon Sep 17 00:00:00 2001 From: Eugene Gagarin Date: Wed, 25 Feb 2009 13:11:23 +0300 Subject: [PATCH] fixed dependencies in debian/control & paths in debian/rules --- debian/control | 4 ++-- debian/copyright | 2 +- debian/rules | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index f255a8e..1647ce3 100755 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: findit Section: user/tools Priority: optional Maintainer: Alexandr Popov -Build-Depends: debhelper (>= 7), gettext, python-support (>= 0.4) +Build-Depends: debhelper (>= 4), gettext, python-support (>= 0.4) Standards-Version: 3.7.3 Package: findit Architecture: all -Depends: python-gtk2 (>= 2.10) +Depends: python2.5-gtk2 (>= 2.10) Description: Tool to search for various information on the device XB-Maemo-Display-Name: FindIT XB-Maemo-Icon-26: diff --git a/debian/copyright b/debian/copyright index eb85a51..5b73ea0 100755 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ Upstream Authors: Wall License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 3 dated June, 1991. + the Free Software Foundation; version 3 dated June, 2007. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/debian/rules b/debian/rules index 9ef9da7..f959cfa 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ build-stamp: dh_testdir # Add here commands to compile the package. - mkdir -p $(CURDIR)/ru/LC_MESSAGES - msgfmt ru.po -o $(CURDIR)/ru/LC_MESSAGES/findit.mo + mkdir -p $(CURDIR)/po/ru/ + msgfmt $(CURDIR)/po/ru.po -o $(CURDIR)/po/ru/findit.mo python setup.py build touch $@ @@ -18,7 +18,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp - rm -rf $(CURDIR)/ru + rm -rf $(CURDIR)/po/ru # Add here commands to clean up after the build process. python setup.py clean --all @@ -51,4 +51,5 @@ binary-indep: build install binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install \ No newline at end of file + +.PHONY: build clean binary-indep binary-arch binary install -- 1.7.9.5