summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-12-12 14:27:07 +0100
committerGuido Günther <agx@sigxcpu.org>2012-12-12 14:27:07 +0100
commit4cdd334286c89f4a82144cc7743f373f0b7808bd (patch)
treeef01a7dbcb0e88f9f549f68b5254ec5b591c3cf9 /development
parent7763af3d744a95787bdae8f10ef69e1bd2f4afb6 (diff)
We touch debian/patches not the changelog
Thanks Lars Hanisch for pointing this out.
Diffstat (limited to 'development')
-rw-r--r--development/debian_packages_in_git.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/debian_packages_in_git.mdwn b/development/debian_packages_in_git.mdwn
index 9193161..57f6d1c 100644
--- a/development/debian_packages_in_git.mdwn
+++ b/development/debian_packages_in_git.mdwn
@@ -30,7 +30,8 @@ Assuming the Debian source package has it's patches in *debian/patches* and thes
gbp-pq export
* Commit the result either by using *gbp-add-patch* or simply
- git commit -a debian/changelog
+ git add debian/patches
+ git commit
* Update *debian/changelog* (e.g. by running "git-dch -S -a")
* Build the package
* After importing a new upstream version you can use the following commands to refresh *debian/patches*: