From 9fc9a7b86edd775ee621858dbc7f243bd115a7f1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 29 Sep 2011 23:38:12 -0400 Subject: [PATCH] PKG: pkg should match the module name (hence python-scikits.image) + Uploaders (me) --- debian/control | 19 ++++++++++--------- debian/rules | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 6d8768db..6404be66 100644 --- a/debian/control +++ b/debian/control @@ -2,39 +2,40 @@ Source: scikits-image Section: python Priority: optional Maintainer: Stefan van der Walt +Uploaders: Yaroslav Halchenko Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~), python-numpy, python-sphinx, python-nose, python-setuptools, cython (>= 0.13), python-matplotlib Standards-Version: 3.9.1 XS-Python-Version: >= 2.5 Homepage: http://scikits-image.org Vcs-Browser: https://github.com/scikits-image/scikits.image Vcs-Git: git://github.com/scikits-image/scikits.image.git -XS-DM-Upload-Allowed: yes -Package: python-scikits-image +Package: python-scikits.image Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-scikits-image-lib(>= ${source:Version}) +Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-scikits.image-lib (>= ${source:Version}) Provides: ${python:Provides} Recommends: python-nose, python-matplotlib -Suggests: python-scikits-image-doc, python-opencv +Suggests: python-scikits.image-doc, python-opencv Description: Python modules for image processing scikits-image is a collection of image processing algorithms for Python. It performs tasks such as image loading, filtering, morphology, segmentation, color conversions, and transformations. -Package: python-scikits-image-doc +Package: python-scikits.image-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery -Suggests: python-scikits-image +Suggests: python-scikits.image Description: Documentation and examples for scikits-image This package contains documentation and example scripts for - python-scikits-image. + python-scikits.image. -Package: python-scikits-image-lib +Package: python-scikits.image-lib Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy +Recommends: python-scikits.image Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Optimized low-level algorithms for scikits-image - This is an add-on package for python-scikits-image. It provides + This is an add-on package for python-scikits.image. It provides optimized, low-level implementations of algorithms. diff --git a/debian/rules b/debian/rules index 70882400..fa4fbd3e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -PACKAGE_NAME = python-scikits-image +PACKAGE_NAME = python-scikits.image PACKAGE_ROOT_DIR = $(CURDIR)/debian/${PACKAGE_NAME} PYVERS = $(shell pyversions -vs)