diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:15:50 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:15:50 +0100 |
commit | 72c724fc30e920f557ba56998a5f518b124a943b (patch) | |
tree | 8f5f2568b6dc3fe89e92d2cdb0fba537f4bd0b8a | |
parent | Increasing parallel=n on all systems with 512GB RAM or more. (diff) | |
download | ceph-19-72c724fc30e920f557ba56998a5f518b124a943b.tar.xz ceph-19-72c724fc30e920f557ba56998a5f518b124a943b.zip |
Renaming source package to ceph-19 to allow parallel packaging of the current and next versions of Ceph.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index c8788762b..8007766b1 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: ceph +Source: ceph-19 Section: admin Priority: optional Maintainer: Ceph Packaging Team <team+ceph@tracker.debian.org> diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 7f77f57f6..5b19daf54 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,10 +1,10 @@ # we don't ship thse thirdparty libs here, afaics. # license.txt is outdated but fixing it causes the same error # come up for the patch, so... -ceph source: license-problem-json-evil src/s3select/rapidjson/license.txt +ceph-19 source: license-problem-json-evil src/s3select/rapidjson/license.txt # pybind js source is in src/pybind/mgr/dashboard/frontend/src -ceph source: source-is-missing src/pybind/mgr/dashboard/frontend/dist/*.js +ceph-19 source: source-is-missing src/pybind/mgr/dashboard/frontend/dist/*.js # regression test file is actually shipped with source and build files -ceph source: source-contains-prebuilt-ms-help-file src/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib.chm +ceph-19 source: source-contains-prebuilt-ms-help-file src/boost/libs/beast/test/extern/zlib-1.2.12/contrib/dotzlib/DotZLib.chm |