[Debian-astro-commits] [wcslib] 01/01: Breaks/Replaces for the dev and tools packages

Ole Streicher olebole at moszumanska.debian.org
Mon Jun 20 20:00:22 UTC 2016


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

olebole pushed a commit to branch debian
in repository wcslib.

commit c03ee7798d9f5f155b674291ef88c210f5345301
Author: Ole Streicher <olebole at debian.org>
Date:   Mon Jun 20 21:59:47 2016 +0200

    Breaks/Replaces for the dev and tools packages
---
 debian/control              | 23 +++++++++++++++++------
 debian/wcslib-dev.install   |  4 ++--
 debian/wcslib-tools.install |  4 ++--
 3 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 8f058fa..b05cb8d 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,8 @@ Description: Implementation of the FITS WCS standard
 Package: libpgsbox5
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: Draw and label curvilinear coordinate grids with pgplot
  PGSBOX draws and labels a curvilinear coordinate grid.  The caller
  must provide a separate external function, NLFUNC, to define the
@@ -46,15 +47,23 @@ Description: Draw and label curvilinear coordinate grids with pgplot
 Package: wcslib-dev
 Architecture: any
 Section: libdevel
-Depends: libwcs5 (= ${binary:Version}),
+Depends: giza-dev,
+         libpgsbox5 (= ${binary:Version}),
+         libwcs5 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: wcslib-doc
-Description: Header files and static library for libwcs
+Breaks: libpgsbox-dev (<< 5.15-2~)
+Replaces: libpgsbox-dev (<< 5.15-2~)
+Description: Header files and static library for wcslib and pgsbox
  WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
  implements the "World Coordinate System" (WCS) standard in FITS (Flexible
  Image Transport System).
  .
- This package contains the static library and the C header files.
+ PGSBOX draws and labels a curvilinear coordinate grid.  The caller
+ must provide a separate external function, NLFUNC, to define the
+ non-linear coordinate transformation.
+ .
+ This package contains the static libraries and the C header files.
 
 Package: wcslib-doc
 Architecture: all
@@ -72,10 +81,12 @@ Package: wcslib-tools
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Breaks: wcslib-tools-wcsgrid (<< 5.15-2~)
+Replaces: wcslib-tools-wcsgrid (<< 5.15-2~)
 Description: Command line tools utilizing wcslib
  WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
  implements the "World Coordinate System" (WCS) standard in FITS (Flexible
  Image Transport System).
  .
- This package contains the utility programs fitshdr, wcsware, and HPXcvt
- that are included in wcslib.
+ This package contains the utility programs fitshdr, wcsware, HPXcvt,
+ and wcsgrid that are included in wcslib.
diff --git a/debian/wcslib-dev.install b/debian/wcslib-dev.install
index 23097f6..79b8539 100644
--- a/debian/wcslib-dev.install
+++ b/debian/wcslib-dev.install
@@ -1,6 +1,6 @@
 usr/include/*
-usr/lib/*/libwcs*.a
-usr/lib/*/libwcs.so
 usr/lib/*/libpgsbox*.a
 usr/lib/*/libpgsbox.so
+usr/lib/*/libwcs*.a
+usr/lib/*/libwcs.so
 usr/lib/*/pkgconfig/wcslib.pc
diff --git a/debian/wcslib-tools.install b/debian/wcslib-tools.install
index 5eb9521..6a915d7 100644
--- a/debian/wcslib-tools.install
+++ b/debian/wcslib-tools.install
@@ -1,8 +1,8 @@
 usr/bin/HPXcvt
 usr/bin/fitshdr
-usr/bin/wcsware
 usr/bin/wcsgrid
+usr/bin/wcsware
 usr/share/man/man1/HPXcvt.*
 usr/share/man/man1/fitshdr.*
-usr/share/man/man1/wcsware.*
 usr/share/man/man1/wcsgrid.*
+usr/share/man/man1/wcsware.*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/wcslib.git



More information about the Debian-astro-commits mailing list