[SCM] leiningen packaging branch, master,	updated. debian/1.6.1-2-5-ga5fd472
    Wolodja Wentland 
    babilen at gmail.com
       
    Fri Oct  7 14:51:11 UTC 2011
    
    
  
The following commit has been merged in the master branch:
commit a5fd47271681ebdcaae023ac49fc84b99ddd0c32
Author: Wolodja Wentland <babilen at gmail.com>
Date:   Fri Oct 7 11:10:41 2011 +0100
    Clarify build process in README.source
diff --git a/debian/README.source b/debian/README.source
index 96d1ef4..dccefb7 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -26,19 +26,15 @@ export hooks of gitpkg and configure gitpkg to build with dpkg-buildpackage:
     $ git config gitpkg.deb-export-hook /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook
     $ git config gitpkg.exit-hook /usr/share/gitpkg/hooks/dpkg-buildpackage-exit-hook
 
-and you can build with:
-
-    $ gitpkg master
-
-If you want to build a specific version you can pass the corresponding tag:
+and you can then build a specific version:
 
     $ gitpkg debian/$debian_ver
 
-Switching to the endorsed git packaging style described in [2] a rename of the
-patch-queue branch to patch-queue/old was necessary in order to be compatible
-with git-pq's branch naming scheme. If you checked out leiningen prior to this
-version you need to run the following commands to update your local
-repository.
+Due to switching to the endorsed git packaging style described in [2] a rename
+of the patch-queue branch to patch-queue/old was necessary in order to be
+compatible with git-pq's branch naming scheme. If you checked out leiningen
+prior to this version you need to run the following commands to update your
+local repository.
 
     $ git remote prune origin
     $ git branch -D patch-queue
-- 
leiningen packaging
    
    
More information about the pkg-java-commits
mailing list