]> git.proxmox.com Git - systemd.git/commitdiff
Document disabling of patch numbers
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 28 Apr 2014 10:55:14 +0000 (12:55 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 28 Apr 2014 10:55:14 +0000 (12:55 +0200)
Our debian/gbp.conf disables gbp-pq patch numbers, adjust README.source
accordingly.

debian/README.source

index f9f10e3f03d494ac84df10b60085ef0aa86dc938..2f179e549d21d0b6c4bcc09e4205a6a93796c143 100644 (file)
@@ -22,7 +22,7 @@ which represents each quilt patch as git commit. You create this with
 Then you are in the patch-queue branch and can git log, commit, cherry-pick
 upstream commits, rebase, etc. there. After you are done, run
 
-  gbp-pq export --no-patch-numbers
+  gbp-pq export
 
 which will put you back into master and update debian/patches/ (including
 series). You need to git add etc. new patches, add a changelog and other
@@ -58,7 +58,9 @@ do:
 
 Now resolve all the conflicts, skip obsolete patches, etc. When you are done, run
 
-  gbp-pq export --no-patch-numbers
+  gbp-pq export
+
+Note that our debian/gbp.conf disables patch numbers.
 
 Cherry-picking upstream patches
 -------------------------------