summaryrefslogtreecommitdiff
path: root/development/debian_packages_in_git.mdwn
diff options
context:
space:
mode:
authoragx <agx@web>2009-07-26 13:27:24 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2009-07-26 13:27:24 +0200
commit32f6d41706bc41507b6a4a14e5cf514d08059883 (patch)
tree5a04703fba36f5d195cacc43fed6af21c077f7a9 /development/debian_packages_in_git.mdwn
parent1d9dc586fbd91f91c8e812026d0af25aaa4552c7 (diff)
typos
Diffstat (limited to 'development/debian_packages_in_git.mdwn')
-rw-r--r--development/debian_packages_in_git.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/debian_packages_in_git.mdwn b/development/debian_packages_in_git.mdwn
index 8c83998..8c6680f 100644
--- a/development/debian_packages_in_git.mdwn
+++ b/development/debian_packages_in_git.mdwn
@@ -26,7 +26,7 @@ Assuming the Debian source package has it's patches in *debian/patches* and thes
* regenerate the patches in *debian/patches/* using [gbp-pq](http://honk.sigxcpu.org/projects/git-buildpackage/gbp-pq):
- gpg-pq export
+ gbp-pq export
* commit the result
* update *debian/changelog* (e.g. by running "git-dch -S -a")
@@ -35,7 +35,7 @@ Assuming the Debian source package has it's patches in *debian/patches* and thes
gbp-pq rebase
git checkout master
- gbp export
+ gbp-pq export
#### Team maintenance
You can push out patch-queue branches. Other team members must just be aware that that branches in the *patch-queue/* namespace are being rebased frequently. But it's actually easier to simply use *gbp-pq import* and keep the patch-queue branch local only.