diff --git a/CHANGELOG.md b/CHANGELOG.md index 4967b944..8747b1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Changelog for NeoFS Node - All trees synchronization on bootstrap (#1902) - `--force` flag to `neofs-cli control set-status` command (#1916) - Logging `SessionService.Create` RPC on the server for debug (#1930) +- Debian packages can now be built with `make debpackage` (#1802) ### Changed - Path to a metabase can now be reloaded with a SIGHUP. diff --git a/debian/control b/debian/control index 747bcdee..5be06f6f 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Description: NeoFS Storage node Package: neofs-ir Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, neofs-locode-db Description: NeoFS InnerRing node NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain. NeoFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data. diff --git a/locode_db.tar.gz b/locode_db.tar.gz deleted file mode 100644 index 0702b3db..00000000 Binary files a/locode_db.tar.gz and /dev/null differ