[SCM] branch, master, updated. debian/0.9.9+git2012426-3-13-g08c1aa5

Danai SAE-HAN (=?UTF-8?Q?=E9=9F=93=E9=81=94=E8=80=90?=) danai at debian.org
Sat Jul 6 16:44:15 UTC 2013


The following commit has been merged in the master branch:
commit d837021b0b1e6af4eaec380555485ae0579cbb6f
Author: Danai SAE-HAN (韓達耐) <danai at debian.org>
Date:   Fri Apr 19 22:49:42 2013 +0800

    Add extra tips for git and gbp in d/README.Debian-source.

diff --git a/debian/README.Debian-source b/debian/README.Debian-source
index 05835ee..8d1ba12 100644
--- a/debian/README.Debian-source
+++ b/debian/README.Debian-source
@@ -31,5 +31,21 @@ tree.
 Example:
  gbp-pull
 
+The upstream branch will only be updated with every public
+release; it is not connected to the development branch that
+is updated very frequently.
+
+
+
+4. Update tags
+
+To update tags, use:
+ git tag -a -s -m "Tagging release ABC" ABC <commit>
+
+Then upload it:
+ git push --tags
+
 
  -- Danai SAE-HAN (韓達耐) <danai at debian.org>, Tue,  1 May 2012 11:09:54 +0200
+
+

-- 




More information about the Pkg-perl-cvs-commits mailing list