This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# Get Debian-styled "depends" string for a self-compiled binary. | |
# A helper tool for `.deb` package builders. | |
# | |
# REQUIRES: | |
# - `apt-file` Debian package with recent database | |
# | |
# (c) 2023 Ratan M. Kyeno | |
# This code is licensed under MIT license, see https://opensource.org/license/mit/ |