From 6ae1d17b67861f9cb2591fbf3d6e7041ead30ee5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 30 Jul 2020 22:35:45 +0200 Subject: [PATCH] TT#88050 Remove obsolete transitional package ngcp-bulk-processor This package got introduced before the last LTS, so it is now safe to be removed. Change-Id: I51ee983f126f7d4f1f6b1fa0c37211de07b78178 --- debian/.gitignore | 2 -- debian/control | 15 --------------- 2 files changed, 17 deletions(-) diff --git a/debian/.gitignore b/debian/.gitignore index 0946b1d..98f717a 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -4,7 +4,5 @@ /.debhelper/ /debhelper-build-stamp /files -/libexcel-reader-xlsx-perl/ /libngcp-bulkprocessor-perl/ -/ngcp-bulk-processor/ /tmp/ diff --git a/debian/control b/debian/control index 5aecf4b..43c13f0 100644 --- a/debian/control +++ b/debian/control @@ -17,10 +17,6 @@ Homepage: https://www.sipwise.com/ Package: libngcp-bulkprocessor-perl Architecture: all -Replaces: - ngcp-bulk-processor (<< 7.3), -Breaks: - ngcp-bulk-processor (<< 7.3), Depends: ${misc:Depends}, ${perl:Depends}, @@ -73,14 +69,3 @@ Suggests: Description: NGCP bulk processor framework perl modules This package provides the NGCP::BulkProcessor perl modules that implement a framework for parallel/distributed processing of record blocks. - -Package: ngcp-bulk-processor -Architecture: all -Section: oldlibs -Depends: - libexcel-reader-xlsx-perl, - libngcp-bulkprocessor-perl (= ${source:Version}), -Description: transitional dummy package - This package has been split into libexcel-reader-xlsx-perl and - libngcp-bulkprocessor-perl. It can be safely removed once it is not - depended on by other packages.