[med-svn] [dcmtkpp] 04/09: Rename package

Julien Lamy lamy-guest at moszumanska.debian.org
Thu Jan 14 08:45:46 UTC 2016


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

lamy-guest pushed a commit to branch master
in repository dcmtkpp.

commit ab789a9eb17e9b65cc6954b74e1a0c2dd6c2c8bd
Author: Julien Lamy <lamy at unistra.fr>
Date:   Tue Jan 12 18:00:39 2016 +0100

    Rename package
---
 debian/README.Debian                     |  4 +-
 debian/control                           | 87 ++++++++++++++++++++------------
 debian/copyright                         |  4 +-
 debian/libdcmtkpp0-doc.doc-base          | 10 ++--
 debian/libdcmtkpp0-doc.lintian-overrides |  2 +-
 debian/watch                             |  2 +-
 6 files changed, 66 insertions(+), 43 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 06bcbaa..2768a20 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,5 +1,5 @@
 Compared to the two main free-software C++ DICOM toolkits (DCMTK and
-GDCM), DCMTK++ provides either additional features (generic
+GDCM), Odil provides either additional features (generic
 implementation of DICOM servers, missing from GDCM) and a modern C++ API
 (missing from DCMTK). Developers of DICOM application will benefit from
-DCMTK++ in term of code readability and ease of application maintenance.
+Odil in term of code readability and ease of application maintenance.
diff --git a/debian/control b/debian/control
index 90b9158..e79e986 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: dcmtkpp
+Source: odil
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Julien Lamy <lamy at unistra.fr>
 Section: science
@@ -20,55 +20,78 @@ Build-Depends: debhelper (>= 9),
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/dcmtkpp.git/
 Vcs-Git: git://anonscm.debian.org/debian-med/dcmtkpp.git
-Homepage: https://github.com/lamyj/dcmtkpp
+Homepage: https://github.com/lamyj/odil
 
-Package: libdcmtkpp0
+Package: libodil0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: C++ wrapper library for the DCMTK DICOM toolkit
- DCMTK++ is a C++ wrapper library for DCMTK, a C++ toolkit handling the DICOM
- medical imaging standard. DCMTK++ leverages C++ constructs to provide a
- more user-friendly API, notably for the networking part. Included in
- DCMTK++ are exception-based error handling, generic access to datasets
- elements, standard JSON representation of datasets, and generic
- implementation of messages, clients and servers for the various DICOM
- protocols.
+Breaks: libdcmtkpp0 (<< 0.4.0-1~)
+Description: Odil is a C++11 library for the DICOM standard
+ Odil leverages C++ constructs to provide a user-friendly API of the 
+ different parts of the DICOM standard. Included in Odil are exception-based
+ error handling, generic access to datasets elements, standard JSON and XML 
+ representation of datasets, and generic implementation of messages, clients
+ and servers for the various DICOM protocols.
+ .
+ Odil also provides conversion to and from DCMTK data structures.
  .
  This package contains the shared library.
 
-Package: libdcmtkpp0-dev
+Package: libodil0-dev
 Architecture: any
 Section: libdevel
-Depends: libdcmtkpp0 (= ${binary:Version}),
+Depends: libodil0 (= ${binary:Version}),
          ${devlibs:Depends},
          ${misc:Depends}
-Provides: libdcmtkpp-dev
-Conflicts: libdcmtkpp-dev
-Description: C++ wrapper library for the DCMTK DICOM toolkit (development files)
- DCMTK++ is a C++ wrapper library for DCMTK, a C++ toolkit handling the DICOM
- medical imaging standard. DCMTK++ leverages C++ constructs to provide a
- more user-friendly API, notably for the networking part. Included in
- DCMTK++ are exception-based error handling, generic access to datasets
- elements, standard JSON representation of datasets, and generic
- implementation of messages, clients and servers for the various DICOM
- protocols.
+Provides: libodil-dev
+Conflicts: libodil-dev
+Breaks: libdcmtkpp0-dev (<< 0.4.0-1~)
+Description: Odil is a C++11 library for the DICOM standard (development files)
+ Odil leverages C++ constructs to provide a user-friendly API of the 
+ different parts of the DICOM standard. Included in Odil are exception-based
+ error handling, generic access to datasets elements, standard JSON and XML 
+ representation of datasets, and generic implementation of messages, clients
+ and servers for the various DICOM protocols.
  .
  This package contains the development files.
 
-Package: libdcmtkpp0-doc
+Package: libodil0-doc
 Architecture: all
 Section: doc
 Depends: libjs-jquery,
          ${misc:Depends}
-Description: C++ wrapper library for the DCMTK DICOM toolkit (documentation)
- DCMTK++ is a C++ wrapper library for DCMTK, a C++ toolkit handling the DICOM
- medical imaging standard. DCMTK++ leverages C++ constructs to provide a
- more user-friendly API, notably for the networking part. Included in
- DCMTK++ are exception-based error handling, generic access to datasets
- elements, standard JSON representation of datasets, and generic
- implementation of messages, clients and servers for the various DICOM
- protocols.
+Breaks: libdcmtkpp0-doc (<< 0.4.0-1~)
+Description: Odil is a C++11 library for the DICOM standard (documentation)
+ Odil leverages C++ constructs to provide a user-friendly API of the 
+ different parts of the DICOM standard. Included in Odil are exception-based
+ error handling, generic access to datasets elements, standard JSON and XML 
+ representation of datasets, and generic implementation of messages, clients
+ and servers for the various DICOM protocols.
  .
  This package contains the documentation files.
+
+Package: libdcmtkpp0
+Depends: libodil0, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
+
+Package: libdcmtkpp0-dev
+Depends: libodil0-dev, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
+
+Package: libdcmtkpp0-doc
+Depends: libodil0-doc, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 2d42468..5b15685 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: DCMTK++
-Source: https://github.com/lamyj/dcmtkpp
+Upstream-Name: Odil
+Source: https://github.com/lamyj/odil
 
 Files: *
 Copyright: © 2015 Julien Lamy <lamy at unistra.fr>
diff --git a/debian/libdcmtkpp0-doc.doc-base b/debian/libdcmtkpp0-doc.doc-base
index 4057ae5..4f393f3 100644
--- a/debian/libdcmtkpp0-doc.doc-base
+++ b/debian/libdcmtkpp0-doc.doc-base
@@ -1,9 +1,9 @@
-Document: dcmtkpp-doxygen
-Title: Documentation of DCMTK++
+Document: odil-doxygen
+Title: Documentation of Odil
 Author: Julien Lamy
-Abstract: Doxygen-generated documentation of DCMTK++.
+Abstract: Doxygen-generated documentation of Odil.
 Section: Science/Medicine
 
 Format: HTML
-Index: /usr/share/doc/libdcmtkpp0-doc/html/index.html
-Files: /usr/share/doc/libdcmtkpp0-doc/html/*.html
+Index: /usr/share/doc/libodil0-doc/html/index.html
+Files: /usr/share/doc/libodil0-doc/html/*.html
diff --git a/debian/libdcmtkpp0-doc.lintian-overrides b/debian/libdcmtkpp0-doc.lintian-overrides
index 598e2c1..a959b35 100644
--- a/debian/libdcmtkpp0-doc.lintian-overrides
+++ b/debian/libdcmtkpp0-doc.lintian-overrides
@@ -1,4 +1,4 @@
 # According to Doxygen's maintainer:
 # Lintian will have to learn that a `jquery.js` embedded by Doxygen 
 # is a normal thing.
-libdcmtkpp0-doc: embedded-javascript-library
+libodil0-doc: embedded-javascript-library
diff --git a/debian/watch b/debian/watch
index b46913d..539d306 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
-https://github.com/lamyj/dcmtkpp/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://github.com/lamyj/odil/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtkpp.git



More information about the debian-med-commit mailing list