Here attached you can find a debdiff which implements support for
git-p4import binary.

Thank you.
diff -Nru git-core-1.4.4.2/debian/changelog git-core-1.4.4.2/debian/changelog
--- git-core-1.4.4.2/debian/changelog   2007-01-19 00:05:16.000000000 +0100
+++ git-core-1.4.4.2/debian/changelog   2007-01-19 00:05:17.000000000 +0100
@@ -1,3 +1,9 @@
+git-core (1:1.4.4.2-1ubuntu1) feisty; urgency=low
+
+  * Added git-p4import support (Closes: malone #75924)
+
+ -- Luca Falavigna <[EMAIL PROTECTED]>  Fri, 19 Jan 2007 00:03:52 +0100
+
 git-core (1:1.4.4.2-1) unstable; urgency=low
 
   * new upstream release.
diff -Nru git-core-1.4.4.2/debian/diff/git-p4import.diff 
git-core-1.4.4.2/debian/diff/git-p4import.diff
--- git-core-1.4.4.2/debian/diff/git-p4import.diff      1970-01-01 
01:00:00.000000000 +0100
+++ git-core-1.4.4.2/debian/diff/git-p4import.diff      2007-01-19 
00:05:17.000000000 +0100
@@ -0,0 +1,13 @@
+diff -Npru git-core-1.4.4.2.orig/Makefile git-core-1.4.4.2/Makefile
+--- git-core-1.4.4.2.orig/Makefile     2006-12-06 21:50:02.000000000 +0100
++++ git-core-1.4.4.2/Makefile  2007-01-18 23:34:21.000000000 +0100
+@@ -180,7 +180,8 @@ SCRIPT_PERL = \
+       git-send-email.perl git-svn.perl
+ 
+ SCRIPT_PYTHON = \
+-      git-merge-recursive-old.py
++      git-merge-recursive-old.py \
++      git-p4import.py
+ 
+ SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
+         $(patsubst %.perl,%,$(SCRIPT_PERL)) \

Reply via email to