Confirmed users
1,018
edits
(comment on upstream package upgrades from dustin) |
|||
| Line 113: | Line 113: | ||
dch --local mozilla --distribution precise # bump debian/changelog with proper version suffix | dch --local mozilla --distribution precise # bump debian/changelog with proper version suffix | ||
git commit -va | git commit -va | ||
# | # build it | ||
ARCH=amd64 BUILDER=pbuilder git-buildpackage --git-upstream-branch=origin/upstream --git-debian-branch=mozilla # add -sa to include source) | ARCH=amd64 BUILDER=pbuilder git-buildpackage --git-upstream-branch=origin/upstream --git-debian-branch=mozilla # add -sa to include source) | ||
# once you're happy with the package, tag it | # once you're happy with the package, tag it | ||