--- dballe-4.0.18.orig/debian/libdballepp-dev.docs
+++ dballe-4.0.18/debian/libdballepp-dev.docs
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/doc/dballe/libdballepp.doxytags
+debian/tmp/usr/share/doc/dballe/c++_api
--- dballe-4.0.18.orig/debian/dirs
+++ dballe-4.0.18/debian/dirs
@@ -0,0 +1 @@
+usr
--- dballe-4.0.18.orig/debian/compat
+++ dballe-4.0.18/debian/compat
@@ -0,0 +1 @@
+7
--- dballe-4.0.18.orig/debian/python-dballe.docs
+++ dballe-4.0.18/debian/python-dballe.docs
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/dballe/python-dballe*
--- dballe-4.0.18.orig/debian/libdballe4.shlibs
+++ dballe-4.0.18/debian/libdballe4.shlibs
@@ -0,0 +1 @@
+libdballe 4 libdballe4 (>= 4.0.16)
--- dballe-4.0.18.orig/debian/python-dballe.install
+++ dballe-4.0.18/debian/python-dballe.install
@@ -0,0 +1,2 @@
+usr/lib/python*/*-packages/_dballe*
+usr/lib/python*/*-packages/dballe
--- dballe-4.0.18.orig/debian/libdballepp-dev.install
+++ dballe-4.0.18/debian/libdballepp-dev.install
@@ -0,0 +1,6 @@
+usr/include/dballe++
+usr/lib/libdballepp*.a
+usr/lib/pkgconfig/libdballepp*
+usr/lib/libdballepp*.la
+usr/lib/libdballepp*.so
+usr/share/aclocal/libdballepp.m4
--- dballe-4.0.18.orig/debian/libdballepp4.install
+++ dballe-4.0.18/debian/libdballepp4.install
@@ -0,0 +1 @@
+usr/lib/libdballepp*.so.*
--- dballe-4.0.18.orig/debian/dballe-common.install
+++ dballe-4.0.18/debian/dballe-common.install
@@ -0,0 +1,3 @@
+usr/share/dballe/[BD]*
+usr/share/dballe/dballe.txt
+usr/share/dballe/repinfo.csv
--- dballe-4.0.18.orig/debian/libdballe-dev.install
+++ dballe-4.0.18/debian/libdballe-dev.install
@@ -0,0 +1,10 @@
+usr/include/dballe/core
+usr/include/dballe/bufrex
+usr/include/dballe/msg
+usr/include/dballe/db
+usr/include/dballe/init.h
+usr/lib/libdballe.a
+usr/lib/pkgconfig/libdballe.pc
+usr/lib/libdballe.la
+usr/lib/libdballe.so
+usr/share/aclocal/libdballe.m4
--- dballe-4.0.18.orig/debian/libdballe4.install
+++ dballe-4.0.18/debian/libdballe4.install
@@ -0,0 +1 @@
+usr/lib/libdballe.so.*
--- dballe-4.0.18.orig/debian/libdballef-dev.install
+++ dballe-4.0.18/debian/libdballef-dev.install
@@ -0,0 +1,6 @@
+usr/include/dballe/dballef.h
+usr/lib/libdballef*.a
+usr/lib/pkgconfig/libdballef*
+usr/lib/libdballef*.la
+usr/lib/libdballef*.so
+usr/share/aclocal/libdballef*.m4
--- dballe-4.0.18.orig/debian/rules
+++ dballe-4.0.18/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+# Work around to latex2html bug #368693
+export RGBDEF=/usr/share/latex2html/styles/rgb.txt
+
+#DEB_MAKE_CHECK_TARGET := check
+
+# From http://wiki.debian.org/DebianPython/NewPolicy
+binary-install/python-dballe::
+	dh_pycentral -ppython-dballe
+binary-install/provami::
+	dh_pycentral -pprovami
+
+# Store build information
+common-binary-post-install-arch common-binary-post-install-indep::
+	dh_buildinfo
--- dballe-4.0.18.orig/debian/libdballe-doc.docs
+++ dballe-4.0.18/debian/libdballe-doc.docs
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/doc/dballe/c_api
+debian/tmp/usr/share/doc/dballe/fortran_api
--- dballe-4.0.18.orig/debian/dballe.install
+++ dballe-4.0.18/debian/dballe.install
@@ -0,0 +1,6 @@
+usr/bin/dbadb
+usr/bin/dbamsg
+usr/bin/dbatbl
+usr/share/man/man1/dbadb*
+usr/share/man/man1/dbamsg*
+usr/share/man/man1/dbatbl*
--- dballe-4.0.18.orig/debian/dballe.docs
+++ dballe-4.0.18/debian/dballe.docs
@@ -0,0 +1 @@
+doc/guide.ps
--- dballe-4.0.18.orig/debian/docs
+++ dballe-4.0.18/debian/docs
@@ -0,0 +1,3 @@
+NEWS
+README
+ChangeLog
--- dballe-4.0.18.orig/debian/libdballe-dev.docs
+++ dballe-4.0.18/debian/libdballe-dev.docs
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/dballe/libdballe.doxytags
--- dballe-4.0.18.orig/debian/changelog
+++ dballe-4.0.18/debian/changelog
@@ -0,0 +1,252 @@
+dballe (4.0.18-1) unstable; urgency=low
+
+  * New upstream version
+     + Lua bindings to be used from C
+  * Dropped sqliteodbc build-dep and disabled make check as a consequence.
+    Closes: #581008
+
+ -- Enrico Zini <enrico@debian.org>  Sun, 13 Jun 2010 23:43:14 +0200
+
+dballe (4.0.17-1) UNRELEASED; urgency=low
+
+  * New upstream version
+     + Complain if trying to encode a generic message containing a variable
+       with an attribute which is not a B33YYY variable
+     + Added dbatbl_makeb to edit B tables
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 14 Apr 2010 12:24:49 +0200
+
+dballe (4.0.16-1) unstable; urgency=low
+
+  * New upstream version
+     + Allow to use priority filters on query=best queries
+     + Implemented dbadb --dbfile to directly use sqlite file databases
+     + Added dba_db_create_{from_file,from_url,test}
+     + Allow to provide a url instead of a dsn as the dsn parameter in presentati
+     + Implemented dbamsg convert --template to force output template
+     + Implemented dbamsg convert --report to force output message type
+  * Build-depends on python-dev instead of python-all-dev. Closes: #571228
+  * Applied patch by Alessio Treglia to work with python 2.6. Closes: #535839
+  * Stricter shlibs
+  * Added fortran bindings doxygen documentation
+  * Updated Standards-version (no changes required)
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 24 Feb 2010 20:01:36 +0000
+
+dballe (4.0.15-1) unstable; urgency=low
+
+  * Fixed a misbehaviour in the Fortran API to create BUFR messages
+  * Allow to encode and decode an optional section in BUFR messages.
+    This change may break ABI, but I am not bumping SONAME because as far as I
+    know I can still handle rebuilds for each library user.
+  * Implemented "dbamsg head"
+  * Added msg/repinfo.h with dba_repinfo_default_filename
+
+ -- Enrico Zini <enrico@debian.org>  Sun, 21 Feb 2010 23:49:05 +0000
+
+dballe (4.0.14-1) unstable; urgency=low
+
+  * Allow to filter by variable names in dbamsg filter
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 17 Nov 2009 23:08:19 +0000
+
+dballe (4.0.13-1) unstable; urgency=low
+
+  * Lowercase rep_memo before use
+  * Added support for CO, SO2 and PM2.5
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 30 Sep 2009 23:30:04 +0100
+
+dballe (4.0.12-1) unstable; urgency=low
+
+  * Redefine Fortran<->C constants to be more portable
+  * Test database using SQLite if no test DSN is specified
+  * Favour use of rep_memo instead of rep_cod
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 29 Sep 2009 17:41:12 +0100
+
+dballe (4.0.11-1) unstable; urgency=low
+
+  * New upstream version.
+     + Don't give error in case of empty input
+     + Fixed byteswapping of AOF on big endian machines. Closes: #526021.
+  * Updated Standards-Version. No changes needed.
+
+ -- Enrico Zini <enrico@debian.org>  Sat, 04 Jul 2009 17:27:24 +0200
+
+dballe (4.0.10-1) unstable; urgency=low
+
+  * New upstream version
+     - Implemented dbamsg bisect to find messages with problems among large
+       message sets
+     - ship direction and ship speed flags were swapped when reading from AOF
+     - Ignore CREX data when loading tables for BUFR decoding/encoding
+     - Handle negative heights in AOF aireps, somehow 
+  * libdballe-doc is now Architecture: all.  Closes: #517607
+  * Updated Standard-Version (no change required)
+  * Build-Depend on ghostscript instead of gs
+  * Added missing ${misc:Depends}
+  * Updated debhelper compatibility level
+  * Move libdballe-doc to Section: doc.  Closes: #515920
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 21 Apr 2009 13:39:38 +0100
+
+dballe (4.0.9-1) unstable; urgency=low
+
+  * New upstream version
+     - Fixed export of data with same context except for rep_cod
+     - Importing with --full-pseudoana will try to integrate existing data
+       without overwriting them
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 18 Nov 2008 17:30:08 +0000
+
+dballe (4.0.8-1) unstable; urgency=low
+
+  * New upstream version
+     - Try searching table files using BUFR4 table names even for BUFR3
+     - Added missing headers for GCC 4.4.  Closes: #504903
+     - Do not allow CREX data to interfere with units and scale when decoding
+       and encoding BUFR
+     - Fixed template alias for synop messages
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 11 Nov 2008 17:29:47 +0000
+
+dballe (4.0.7-1) unstable; urgency=low
+
+  * New upstream version
+     - fixed handling of queries using query=best on MySQL
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 29 Oct 2008 15:56:26 +0000
+
+dballe (4.0.6-1) unstable; urgency=low
+
+  * New upstream version
+     - dbadb now accepts aliases with --template
+     - allow to select a template when creating BUFR/CREX messages from
+       Fortran
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 22 Oct 2008 14:41:32 +0200
+
+dballe (4.0.5-1) unstable; urgency=low
+
+  * New upstream version
+     - Import the right numpy module
+     - Fixed checks for real range in idba_enqr
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 14 Oct 2008 15:53:46 +0200
+
+dballe (4.0.5-1) unstable; urgency=low
+
+  * New upstream version
+     - Allow to read and write BUFR files from Fortran
+
+ -- Enrico Zini <enrico@debian.org>  Thu Aug 14 15:54:47 CEST 2008
+
+dballe (4.0.3-1) unstable; urgency=low
+
+  * New upstream version
+     - Fixed import of 12-hours cumulated rain
+     - Test against NaN on setr and setd
+     - Improved manpages
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 10 Jun 2008 12:10:13 +0200
+
+dballe (4.0.2-1) unstable; urgency=low
+
+  * New upstream version
+     - Added missing include.  Closes: #481397, #481738
+
+ -- Enrico Zini <enrico@debian.org>  Sun, 18 May 2008 17:39:17 +0100
+
+dballe (4.0.1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 07 May 2008 12:02:52 +0200
+
+dballe (4.0.0-1) unstable; urgency=low
+
+  * New upstream version
+     + Builds with gcc 4.3.  Closes: #455391.
+  * Heavily reduced the amount of binary packages
+  * Fixed syntax of dependency fields.  Closes: #453199.
+  * Updated standards-version
+
+ -- Enrico Zini <enrico@debian.org>  Tue, 18 Mar 2008 13:39:34 +0000
+
+dballe (3.6.2-1) unstable; urgency=low
+
+  * New upstream version
+     + Allow to only parse the header of a BUFR and CREX message
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 12 Sep 2007 16:53:09 +0100
+
+dballe (3.6-1) unstable; urgency=low
+
+  * New upstream version
+     + Builds on ARM
+  * Various fixes in the Fortran API code and documentation
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 20 Jun 2007 19:42:07 +0100
+
+dballe (3.4-1) unstable; urgency=low
+
+  * New upstream version
+     + Properly import and export synop high level stations
+     + Improved database independence: now it can connect via ODBC to Postgres,
+       SQLite and Oracle
+  * Applied GVV 4.3 patch from tbm.  Closes: #417155.
+  * Use ${binary:Version} instead of ${Source-Version}.  Closes: #414337.
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 23 May 2007 14:14:48 +0000
+
+dballe (3.1-1) unstable; urgency=low
+
+  * New upstream version
+     + Moved provami into the package
+     + Added dballe.volnd and dballe.rconvert Python modules
+     + Improved C++ and Python bindings
+  * Conflict with old libdballe-dev.  Closes: bug#411975.
+
+ -- Enrico Zini <enrico@debian.org>  Wed, 28 Feb 2007 13:47:20 +0100
+
+dballe (3.0.1-1) unstable; urgency=low
+
+  * New upstream version
+     + Fixed database export problems.
+     + More control on database import: please see "dbadb help import" for a
+       list of the new options
+
+ -- Enrico Zini <enrico@debian.org>  Fri, 19 Jan 2007 00:22:52 +0100
+
+dballe (3.0-1) unstable; urgency=low
+
+  * New upstream version
+     + Split the package in various libraries to allow use of just a part (for
+       example, the BUFR or CREX encoder and decoder)
+     + Much improved C API documentation
+     + C++ interface
+     + Python interface
+     + Support for SQLite
+     + BUFR importer can now parse compressed BUFR messages
+     + Improved level and time range formatters
+     + Redesigned the dba_file API
+     + Allow to run all non-database tests, and run them when building the
+       deb
+     + Database support works on 64bit systems.  Closes: bug#405357.
+
+ -- Enrico Zini <enrico@debian.org>  Thu, 21 Dec 2006 15:17:14 +0800
+
+dballe (2.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depend on tetex-bin, tetex-extra and gs-common.  Closes: bug#393047.
+
+ -- Enrico Zini <enrico@debian.org>  Sat, 14 Oct 2006 22:24:16 +0100
+
+dballe (2.5-1) unstable; urgency=low
+
+  * Initial upload.  Closes: bug#389776.
+
+ -- Enrico Zini <enrico@debian.org>  Sat, 30 Sep 2006 17:42:22 +0200
+
--- dballe-4.0.18.orig/debian/libdballef4.install
+++ dballe-4.0.18/debian/libdballef4.install
@@ -0,0 +1 @@
+usr/lib/libdballef*.so.*
--- dballe-4.0.18.orig/debian/libdballepp4.shlibs
+++ dballe-4.0.18/debian/libdballepp4.shlibs
@@ -0,0 +1 @@
+libdballepp 4 libdballepp4 (>= 4.0.16)
--- dballe-4.0.18.orig/debian/provami.install
+++ dballe-4.0.18/debian/provami.install
@@ -0,0 +1,5 @@
+usr/bin/provami
+usr/share/man/man1/provami*
+usr/lib/python*/*-packages/provami
+usr/share/dballe/icon*.png
+usr/share/dballe/world.dat
--- dballe-4.0.18.orig/debian/libdballef-dev.docs
+++ dballe-4.0.18/debian/libdballef-dev.docs
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/dballe/fapi.ps
--- dballe-4.0.18.orig/debian/copyright
+++ dballe-4.0.18/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized by Enrico Zini <enrico@debian.org> on
+Tue Mar 15 11:02:21 CET 2005.
+
+Home page: http://www.smr.arpa.emr.it/software/DBalle.html
+
+Upstream Author: Enrico Zini <enrico@debian.org>
+
+Copyright (C) 2005,2006 ARPA-SIM <urpsim@smr.arpa.emr.it>
+
+License:
+
+This software is distributed under the GNU General Public License version 2,
+which can be found at /usr/share/common-licenses/GPL-2.
--- dballe-4.0.18.orig/debian/libdballef4.shlibs
+++ dballe-4.0.18/debian/libdballef4.shlibs
@@ -0,0 +1 @@
+libdballef 4 libdballef4 (>= 4.0.16)
--- dballe-4.0.18.orig/debian/control
+++ dballe-4.0.18/debian/control
@@ -0,0 +1,185 @@
+Source: dballe
+Section: misc
+Priority: optional
+Maintainer: Enrico Zini <enrico@debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), dh-buildinfo, doxygen, libtut-dev, unixodbc-dev, gperf, gfortran | g77, libpopt-dev, libcnf-dev, swig, texlive-base, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, ghostscript, python-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-docutils, python-numpy, pkg-config, liblua5.1-0-dev
+Standards-Version: 3.8.4.0
+XS-Python-Version: >= 2.3
+Homepage: http://www.arpa.emr.it/dettaglio_documento.asp?id=514&idlivello=64
+
+Package: libdballe-dev
+Section: libdevel
+Architecture: any
+Depends: libdballe4 (= ${binary:Version}), ${misc:Depends}
+Recommends: pkg-config
+Conflicts: libdballe-core-dev, libdballe-bufrex-dev, libdballe-msg-dev, libdballe-db-dev
+Description: DB-All.e C development library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ The Debian packaging of DB-All.e includes all the features of the libraries,
+ but any subset can be used without interference from other subsets.  It is
+ also possible to rebuild the library to include only those features that are
+ needed.
+ .
+ Features provided:
+ .
+  * Unit conversion
+  * Handling of physical variables
+  * Encoding and decoding of BUFR and CREX reports from:
+     * fixed land and sea stations, like synops and buoys
+     * mobile stations: ships, airplanes
+     * soundings: temp, pilot
+     * METAR reports
+     * Satellite strides (decode only)
+  * Decoding of AOF reports
+  * Interpretation of weather reports as physical data precisely located in
+    space and time, and encoding of physical data into weather reports.
+  * Smart on-disk database for observed and forecast weather data based on
+    physical principles, built to support operations such as quality control,
+    data thinning, correlation of data from mixed sources
+
+Package: libdballe-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: documentation for the DB-ALL.e C library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This is the documentation for the DB_All.e development the library.
+
+Package: libdballe4
+Section: libs
+Architecture: any
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
+Description: DB-ALL.e C shared library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This is the shared library for C programs.
+
+Package: libdballef-dev
+Section: libdevel
+Architecture: any
+Depends: libdballef4 (=${binary:Version}), ${misc:Depends}
+Recommends: pkg-config
+Description: DB-All.e Fortran development library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This is the DB-All.e Fortran API, designed to make it easy to use the DB-All.e
+ database as a smart working area for meteorological software.
+
+Package: libdballef4
+Section: libs
+Architecture: any
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
+Description: DB-ALL.e Fortran shared library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This is the shared library for Fortran programs.
+
+Package: libdballepp-dev
+Section: libdevel
+Architecture: any
+Depends: libdballepp4 (=${binary:Version}), libdballe-dev (=${binary:Version}), libdballe4 (= ${binary:Version}), ${misc:Depends}
+Recommends: pkg-config
+Description: DB-All.e C++ development library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This is the DB-All.e C++ API, a thin wrapper around the C API that takes
+ advantage of C++ features.  See libdballe-dev for a list of features.
+
+Package: libdballepp4
+Section: libs
+Architecture: any
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
+Description: DB-ALL.e C++ shared library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This is the shared library for C++ programs.
+
+Package: python-dballe
+Section: python
+Architecture: any
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Recommends: python-numpy
+Suggests: python-rpy
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: DB-ALL.e Python library for weather research
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ These are the Python bindings.
+
+Package: dballe-common
+Section: misc
+Architecture: any
+Depends: ${misc:Depends}
+Description: Common data files for all DB-All.e modules
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This package contains common DB-All.e data files, including variable metadata,
+ BUFR and CREX decoding tables, report metadata, level and time range
+ descriptions.
+
+Package: dballe
+Section: misc
+Architecture: any
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
+Description: Database for punctual meteorological data (Command line tools)
+ DB-All.e is a fast on-disk database where meteorological observed and
+ forecast data can be stored, searched, retrieved and updated.
+ .
+ This framework allows to manage large amounts of data using its simple
+ Application Program Interface, and provides tools to visualise, import
+ and export in the standard formats BUFR, AOF and CREX.
+ .
+ The main characteristics of DB-ALL.e are:
+ .
+  * Fortran, C, C++ and Python APIs are provided.
+  * To make computation easier, data is stored as physical quantities,
+    that is, as measures of a variable in a specific point of space and
+    time, rather than as a sequence of report.
+  * Internal representation is similar to BUFR and CREX WMO standard
+    (table code driven) and utility for import and export are included
+    (generic and ECMWF template).
+  * Representation is in 7 dimensions: latitude and longitude geographic
+    coordinates, table driven vertical coordinate, reference time,
+    table driven observation and forecast specification, table driven
+    data type.
+  * It allows to store extra information linked to the data, such as
+    confidence intervals for quality control.
+  * It allows to store extra information linked to the stations.
+  * Variables can be represented as real, integer and characters, with
+    appropriate precision for the type of measured value.
+  * It is based on physical principles, that is, the data it contains are
+    defined in terms of homogeneous and consistent physical data. For
+    example, it is impossible for two incompatible values to exist in the
+    same point in space and time.
+  * It can manage fixed stations and moving stations such as airplanes or
+    ships.
+  * It can manage both observational and forecast data.
+  * It can manage data along all three dimensions in space, such as data
+    from soundings and airplanes.
+  * Report information is preserved. It can work based on physical
+    parameters or on report types.
+
+Package: provami
+Section: misc
+Architecture: all
+Depends: python-dballe, python-wxgtk2.6, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Suggests: python-rpy
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Graphical interface to DB-All.e databases
+ provami is a GUI application to visualise and navigate DB-All.e databases.
+ .
+ It also allows to perform simple editing tasks, and to graphically select and
+ export data subsets.
