[epr-api] 08/09: Added a libepr-api2-dev dummy package

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Fri Mar 28 21:20:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository epr-api.

commit caaa5ecc4d7f1781ad37835693af2dc0d2bcb0e2
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Fri Mar 28 20:33:12 2014 +0000

    Added a libepr-api2-dev dummy package
---
 debian/changelog |  5 +++--
 debian/control   | 27 +++++++++++++++++++++++----
 2 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3ac1fc..1bfbd4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,8 @@ epr-api (2.3~dev20140322-1) unstable; urgency=low
   * Standard version bumped to 3.9.5 (no changes)
   * Compat have been set to 9
   * Removed all patches (applied upstream)
-  * The -dev package has been renamed from libepr-api2-dev into libepr-api-dev
+  * The -dev package has been renamed from libepr-api2-dev (that
+    is now a dummy package) into libepr-api-dev
   * Now the -dev package also provides a static version of the library
   * debian/control
     - the -dev package is now architecture any
@@ -22,7 +23,7 @@ epr-api (2.3~dev20140322-1) unstable; urgency=low
     - updated dates in copyright statements
   * Added symbol file 
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 22 Mar 2014 20:13:06 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Fri, 28 Mar 2014 20:31:28 +0000
 
 epr-api (2.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 83264c4..671f273 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/epr-api.git
 
 Package: libepr-api2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: ENVISAT Product Reader API for C
  The ENVISAT Product Reader API is a set of C-source code files
  supporting developers who want to use MERIS, AATSR, and ASAR data
@@ -28,12 +29,11 @@ Package: libepr-api-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libc6-dev,
          libepr-api2 (>= ${source:Version}),
          libepr-api2 (<< ${source:Version}.)
 Provides: libepr-api2-dev
-Replaces: libepr-api2-dev
-Conflicts: libepr-api2-dev
+Replaces: libepr-api2-dev (<< 2.3~dev20140322-1~)
+Breaks: libepr-api2-dev (<< 2.3~dev20140322-1~)
 Description: ENVISAT Product Reader API for C - Development files
  The ENVISAT Product Reader API is a set of C-source code files
  supporting developers who want to use MERIS, AATSR, and ASAR data
@@ -47,3 +47,22 @@ Description: ENVISAT Product Reader API for C - Development files
      interface.
  .
  This package contains development files (headers and static libraries).
+
+Package: libepr-api2-dev
+Section: oldlibs
+Architecture: all
+Depends: libepr-api-dev,
+         ${misc:Depends}
+Description: ENVISAT Product Reader API for C - Transitional package
+ The ENVISAT Product Reader API is a set of C-source code files
+ supporting developers who want to use MERIS, AATSR, and ASAR data
+ products of the ESA ENVISAT satellite in their software.
+ .
+ The main use case for the C API is the ingestion of ENVISAT data into
+   * new scientific algorithms developed for the MERIS, AATSR or ASAR
+     sensors or even all of them,
+   * existing scientific software packages written in C or C++, or COTS
+     software systems which allow for extension using a C or C++
+     interface.
+ .
+ This is a transitional dummy package. It can safely be removed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git



More information about the Pkg-grass-devel mailing list