Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv8052

Modified Files:
        bzr-git-py.info 
Log Message:
New upstream bzr-git-py 0.6.4.


Index: bzr-git-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/bzr-git-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bzr-git-py.info     14 Aug 2011 01:01:16 -0000      1.1
+++ bzr-git-py.info     7 Nov 2011 03:50:31 -0000       1.2
@@ -1,23 +1,30 @@
 Info2: <<
 Package: bzr-git-py%type_pkg[python]
-Version: 0.6.2
+Version: 0.6.4
 Revision: 1
 Type: python (2.6 2.7)
 Description: Clone git repositories with Bazaar
+DescUsage: <<
+       Now includes git-remote-bzr which allows git to access bzr repos.
+       
+       Use like: git clone bzr::http://bzr.example.com/some-bzr-repo
+<<
 Maintainer: Daniel Johnson <[email protected]>
 License: GPL2+
 Homepage: http://bazaar-vcs.org/BzrForeignBranches/Git
 
 Source: http://samba.org/~jelmer/bzr/bzr-git-%v.tar.gz
-Source-MD5: 849deaccd31a48f609d6cd99d4ca25f3
+Source-MD5: b4bfea69a582865253b92ef1bef1d1a9
 
 Depends: <<
+       bzr-fastimport-py%type_pkg[python],
        bzr-py%type_pkg[python] (>= 2.3.3-1),
        dulwich-py%type_pkg[python] (>= 0.8.0-1),
        python-fastimport-py%type_pkg[python],
        python%type_pkg[python]
 <<
 BuildDepends: fink (>= 0.24.12)
+Suggests: git
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
@@ -28,20 +35,24 @@
 
 InstallScript: <<
        %p/bin/python%type_raw[python] setup.py install --root=%d
+       perl -pi -e 's|/usr/bin/env python|%p/bin/python%type_raw[python]|' 
git-remote-bzr
+       cp git-remote-bzr %i/bin/git-remote-bzr-py%type_pkg[python]
        mv %i/bin/bzr-receive-pack %i/bin/bzr-receive-pack-py%type_pkg[python]
        mv %i/bin/bzr-upload-pack %i/bin/bzr-upload-pack-py%type_pkg[python]
 <<
 
 PostInstScript: <<
-       update-alternatives --install %p/bin/bzr-receive-pack bzr-receive-pack 
%p/bin/bzr-receive-pack-%type_pkg[python] %type_pkg[python]
-       update-alternatives --install %p/bin/bzr-upload-pack bzr-upload-pack 
%p/bin/bzr-upload-pack-%type_pkg[python] %type_pkg[python]
+       update-alternatives --install %p/bin/git-remote-bzr git-remote-bzr 
%p/bin/git-remote-bzr-py%type_pkg[python] %type_pkg[python]
+       update-alternatives --install %p/bin/bzr-receive-pack bzr-receive-pack 
%p/bin/bzr-receive-pack-py%type_pkg[python] %type_pkg[python]
+       update-alternatives --install %p/bin/bzr-upload-pack bzr-upload-pack 
%p/bin/bzr-upload-pack-py%type_pkg[python] %type_pkg[python]
 
 <<
 
 PreRmScript: <<
        if [ $1 != "upgrade" ]; then
-               update-alternatives --remove bzr-receive-pack 
%p/bin/bzr-receive-pack-%type_pkg[python]
-               update-alternatives --remove bzr-upload-pack 
%p/bin/bzr-upload-pack-%type_pkg[python]
+               update-alternatives --remove git-remote-bzr 
%p/bin/git-remote-bzr-py%type_pkg[python]
+               update-alternatives --remove bzr-receive-pack 
%p/bin/bzr-receive-pack-py%type_pkg[python]
+               update-alternatives --remove bzr-upload-pack 
%p/bin/bzr-upload-pack-py%type_pkg[python]
        fi
 <<
 


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to