Последняя активность 1754758246

Версия 60ab7880f74517c91a8babd747d5331aa5d0d983

packaging_alsa-ucm-conf.md Исходник

Rebuilding alsa-ucm-conf

Install the Git packaging tools

sudo apt install git-buildpackage

Clone the maintainers' Git repository

git clone https://salsa.debian.org/alsa-team/alsa-ucm-conf.git
cd alsa-ucm-conf

Add a new patch

gbp pq import
git revert 7283759a381ca1fc2589da213daa05f9d3b84aac

# Remove changes to some existing patches
git checkout -- debian/patches/000[123]*

git add debian/patches
dch -i # And edit the Debian changelog message and version number (i.e. replace "ubuntu" with a better name)
git commit -a -m "Closes #1110637"
git tag debian/1.2.14-1aesthr1 # From the changelog

Apply the new patch

gbp pq --force import
git checkout debian/master
gbp buildpackage

Install the new package

sudo dpkg -i ../alsa-ucm-conf_1.2.14-1aesthr1_all.deb