On Mon, Jan 09, 2006 at 02:38:30AM -0800, Junio C Hamano wrote: > Junio C Hamano <junkio@cox.net> writes: > > Coywolf Qi Hunt <qiyong@fc-cn.com> writes: > >> Why not support debian? I see the debian directory is outdated. > > > > I think that was discussed already this year, so look in the > > list archive for the past 10 days or so please before asking. > > Especially, please see this thread: > > http://marc.theaimsgroup.com/?l=git&m=113576889301331 > > I haven't received any patches to re-add debian/ directory from > Gerrit since I removed it, and I do not expect nor wish to get > one. I respect Gerrit's request not to ship debian/ directory > myself. Thanks. > If you want to see deb packages at kernel.org built by me, you > need to convince both Gerrit and me with a workable workflow > that does not add extra burden on us and avoids confusion. I'm afraid, I can't always keep up with the git development speed. So it's quite possible that a debian/ directory in the git repository gets temporarily outdated and possibly broken, and I'm not available to update immediately. Starting with version 1.0.8-1, this should work if you want to build Debian packages on sid or sarge from the maint or master branch (or the v1.1.1 tag) yourself: $ git checkout maint $ wget -q -O- http://ftp.debian.org/debian/pool/main/g/git-core/git-core_1.0.8-1.diff.gz | gunzip |patch -p1 patching file debian/changelog patching file debian/control patching file debian/copyright patching file debian/rules patching file debian/git-core.docs patching file debian/git-doc.docs patching file debian/implicit patching file debian/git-core.postinst patching file debian/git-core.prerm $ chmod 755 debian/rules $ debchange -v 1.1.1-0.maint20060111 'git maint 20060111' $ dpkg-buildpackage -b -rfakeroot -uc -us [...] $ HTH, Gerrit. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jan 11 20:25:27 2006
This archive was generated by hypermail 2.1.8 : 2006-01-11 20:25:35 EST