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.