|
|
@@ -1,6 +1,6 @@
|
|
|
Index: cogito-0.18.2/Makefile
|
|
|
--- cogito-0.18.2/Makefile.orig 2006-11-17 01:37:24 +0100
|
|
|
-+++ cogito-0.18.2/Makefile 2007-09-02 20:09:56 +0200
|
|
|
++++ cogito-0.18.2/Makefile 2007-10-05 09:53:14 +0200
|
|
|
@@ -2,8 +2,8 @@
|
|
|
prefix="$(HOME)"
|
|
|
|
|
|
@@ -13,8 +13,8 @@ Index: cogito-0.18.2/Makefile
|
|
|
INSTALL?=install
|
|
|
|
|
|
Index: git-1.5.3.4/Makefile
|
|
|
---- git-1.5.3.4/Makefile.orig 2007-09-02 07:57:44 +0200
|
|
|
-+++ git-1.5.3.4/Makefile 2007-09-02 20:17:30 +0200
|
|
|
+--- git-1.5.3.4/Makefile.orig 2007-10-03 21:44:53 +0200
|
|
|
++++ git-1.5.3.4/Makefile 2007-10-05 09:53:14 +0200
|
|
|
@@ -145,7 +145,7 @@
|
|
|
bindir = $(prefix)/bin
|
|
|
gitexecdir = $(bindir)
|
|
|
@@ -38,9 +38,20 @@ Index: git-1.5.3.4/Makefile
|
|
|
endif
|
|
|
PROGRAMS += git-http-fetch$X
|
|
|
curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r | sed -ne 2p)
|
|
|
+Index: git-1.5.3.4/perl/Makefile.PL
|
|
|
+--- git-1.5.3.4/perl/Makefile.PL.orig 2007-10-03 21:44:53 +0200
|
|
|
++++ git-1.5.3.4/perl/Makefile.PL 2007-10-05 09:56:53 +0200
|
|
|
+@@ -29,6 +29,6 @@
|
|
|
+ VERSION_FROM => 'Git.pm',
|
|
|
+ PM => \%pm,
|
|
|
+ MAKEFILE => 'perl.mak',
|
|
|
+- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3',
|
|
|
++ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3',
|
|
|
+ %extra
|
|
|
+ );
|
|
|
Index: stgit-0.13/setup.py
|
|
|
--- stgit-0.13/setup.py.orig 2007-02-13 23:27:01 +0100
|
|
|
-+++ stgit-0.13/setup.py 2007-09-02 20:09:56 +0200
|
|
|
++++ stgit-0.13/setup.py 2007-10-05 09:53:14 +0200
|
|
|
@@ -15,10 +15,10 @@
|
|
|
long_description = 'Push/pop utility on top of GIT',
|
|
|
scripts = ['stg'],
|
|
|
@@ -58,7 +69,7 @@ Index: stgit-0.13/setup.py
|
|
|
('share/doc/stgit', glob.glob('doc/*.txt'))]
|
|
|
Index: stgit-0.13/stg
|
|
|
--- stgit-0.13/stg.orig 2006-04-07 23:38:54 +0200
|
|
|
-+++ stgit-0.13/stg 2007-09-02 20:09:56 +0200
|
|
|
++++ stgit-0.13/stg 2007-10-05 09:53:14 +0200
|
|
|
@@ -26,12 +26,13 @@
|
|
|
# It is assumed that the user installed StGIT using the --prefix= option
|
|
|
prefix, bin = os.path.split(sys.path[0])
|