chiark / gitweb /
dgit-maint-debrebase(7): correct what debrebase will do when debrebasing an NMU
[dgit.git] / dgit-maint-debrebase.7.pod
index 7ffeaef2cc023e934f10c6bdbdf6a4b4c5e3b33c..f5023e849ba5c6c271069e713a929bdf9c3974a4 100644 (file)
@@ -488,8 +488,8 @@ If the NMUer added new commits modifying the upstream source, you will
 probably want to debrebase before your next upload to tidy those up.
 
 For example, the NMUer might have used git-revert(1) to unapply one of
-your patches.  A debrebase will strip both the patch and the reversion
-from the delta queue.
+your patches.  A debrebase can be used to strip both the patch and the
+reversion from the delta queue.
 
 =head2 Manually applying the debdiff
 
@@ -522,10 +522,8 @@ involved in upstream development).  We work with upstream tags rather
 than any branches, except temporary branches used to prepare patches
 for forwarding upstream, for example.
 
-The thought behind this is that branches are things to which one
-expects to commit, while tags are immutable points in history.  From
-the Debian point of the view, the upstream source is immutable.  It's
-our packaging to which we expect to commit.
+The thought behind this is that from Debian's point of view, upstream
+releases are immutable points in history, better represented by tags.
 
 =head2 The first ever dgit push