Last active
February 12, 2020 03:04
-
-
Save thiagovsk/eb2f42c63114c3868044 to your computer and use it in GitHub Desktop.
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
pra atualziar o changelog é | |
dch -m --team "New upstream release" | |
ou | |
gbp dch | |
para atualziar o upstream | |
gbp import-orig --pristine-tar --uscan | |
para rodar a buld | |
gbp buildpackage | |
ou | |
debuild -us -uc | |
links importantes | |
https://pet.debian.net/pkg-ruby-extras/pet.cgi | |
https://udd.debian.org/dmd.cgi?email1=pkg-ruby-extras-maintainers%40lists.alioth.debian.org | |
https://wiki.debian.org/Teams/Ruby/Workflow | |
https://wiki.debian.org/Teams/Ruby/Packaging | |
ter as branches upstream e pristine tar local | |
Ai executa gbp buildpackage --git-builder=sbuild -d unstable | |
$ gbp pq import | |
# faça suas modificações e comite normalmente quando terminar executa: | |
$ gbp pq export | |
gbp buildpackage --git-builder=sbuild -d unstable --build-dep-resolver=aptitude --extra-repository="deb http://deb.debian.org/debian experimental main" --starting-build-commands="apt install -y ruby-all-dev/experimental" --source-only-changes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment