[ocrfeeder] Fixes Debian package generation (thanks to Alberto Garcia)



commit d6f96af60be7c78a99bf9f7494c32d73bbdc74e7
Author: Joaquim Rocha <jrocha cookiemonster local igalia com>
Date:   Wed Mar 24 18:10:47 2010 +0100

    Fixes Debian package generation (thanks to Alberto Garcia)

 debian/control   |    6 ++----
 debian/copyright |   10 +++++-----
 debian/rules     |    5 ++++-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/debian/control b/debian/control
index b6f3c89..0876d35 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,12 @@ Source: ocrfeeder
 Section: graphics
 Priority: optional
 Maintainer: Joaquim Rocha <jrocha igalia com>
-Build-Depends: debhelper (>= 7), python-support (>= 0.6), cdbs (>= 0.4.49)
-XS-Python-Version: >=2.4
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), python, python-support (>= 0.6), cdbs (>= 0.4.49), intltool
+Standards-Version: 3.8.4
 Homepage: http://live.gnome.org/OCRFeeder
 
 Package: ocrfeeder
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: python-gtk2 (>= 2.13), python-imaging (>= 1.1), python-pygoocanvas (>= 0.12.0), ${misc:Depends}, ${python:Depends}
 Description: Document layout analysis and optical character recognition system
  It will process the given images and automatically outline its contents,
diff --git a/debian/copyright b/debian/copyright
index cb82c53..5427047 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,16 @@
 Upstream Author:
 
-    Joaquim Rocha
+    Joaquim Rocha <joaquimrocha1 gmail com>
 
 Copyright:
 
-    Copyright (C) 2009 Joaquim Rocha
+    Copyright (C) 2009-2010 Joaquim Rocha
 
 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; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This package is distributed in the hope that it will be useful,
@@ -18,8 +18,8 @@ License:
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, see .
+   On Debian systems, the complete text of the GNU General
+   Public License can be found in `/usr/share/common-licenses/GPL-3'.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-3'.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index de235b0..180522e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ DEB_PYTHON_SYSTEM := pysupport
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+configure/ocrfeeder::
+	make i18n
+
 clean::
 	rm -rf build build-stamp configure-stamp build/ MANIFEST
-	dh_clean
\ No newline at end of file
+	dh_clean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]