Para Debian Testing execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 9.0 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 8.0 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 7.0 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 13 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 12 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 11 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros
Para Debian 10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Debian:/debbuild/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/Debian:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Debian:debbuild/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Debian_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild-macros