[SCM] leiningen packaging branch, master, updated. 3b2453d3a503df03a2b8c286b286d31ed49ec47f

Wolodja Wentland babilen-guest at alioth.debian.org
Sun Jul 31 12:35:45 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "leiningen packaging".

The branch, master has been updated
       via  3b2453d3a503df03a2b8c286b286d31ed49ec47f (commit)
      from  660ecfc125aeb56cdf6a01668887b51bb65d19ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b2453d3a503df03a2b8c286b286d31ed49ec47f
Author: Wolodja Wentland <babilen at gmail.com>
Date:   Sun Jul 31 13:35:04 2011 +0100

    Tags should be signed

-----------------------------------------------------------------------

Summary of changes:
 debian/README.source |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 39e8de4..c14278f 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -96,9 +96,9 @@ import the newly created $tarball:
     $ git add -A
     $ git commit -m "Imported $tarball"
 
-and tag the new release
+and tag the commit of the new release
 
-    $ git tag upstream/$upstream_ver
+    $ git tag -s upstream/$upstream_ver $new_release_ref
 
 David Bremner came up with a useful git alias for this [3]
 
@@ -114,7 +114,7 @@ work on patches
 
 tag the end of the patch-queue ($patch_commit_ref)
 
-    $ git tag patches/$debian_ver
+    $ git tag -s patches/$debian_ver $patch_commit_ref
 
 and work on the packaging
 
@@ -125,7 +125,7 @@ and work on the packaging
 and tag the last commit ref ($deb_commit_ref) once you are done and the
 package has been uploaded
 
-    $ git tag debian/$debian_ver $deb_commit_ref
+    $ git tag -s debian/$debian_ver $deb_commit_ref
 
 Do not forget to push changes and tags to pkg-java's repository
 


hooks/post-receive
-- 
leiningen packaging



More information about the pkg-java-commits mailing list