From: Junio C Hamano <junkio@cox.net>
To: Simon Richter <sjr@debian.org>
Cc: git@vger.kernel.org
Subject: Re: Regarding: Debian: packaging updates.
Date: Wed, 09 Nov 2005 15:06:38 -0800 [thread overview]
Message-ID: <7v7jbha0ap.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <4370FE57.7010304@debian.org> (Simon Richter's message of "Tue, 08 Nov 2005 20:36:55 +0100")
Simon Richter <sjr@debian.org> writes:
> Junio C Hamano wrote:
>
>> Since you have debian.org e-mail address, perhaps you can feed
>> me patches to debian/ area and deb: rule in the main Makefile?
>
> Sure. I have also talked this over with a few people and am going to
> make official uploads occasionally.
Simon, I've received a patch to do *.changes file from Carl
Baldwin, and with his permission I am forwarding it to you,
hoping that you could include it (or reject it with explanation
to Carl and me) when you feed me your debian/ updates. Carl
says he wants to use dupload to populate his private apt-get
repository and the process wants the generated *.changes file.
Myself, I've been either installing with "dpkg -i" directly or
populating the apt-get repository by hand (yuck) but if dupload
is the preferred way to maintain private apt-get repository and
if having *.changes file helps that procedure, then...
---
diff --git a/Makefile b/Makefile
index bfdaf76..c1fcecb 100644
--- a/Makefile
+++ b/Makefile
@@ -452,8 +452,7 @@ rpm: dist
deb: dist
rm -rf $(GIT_TARNAME)
$(TAR) zxf $(GIT_TARNAME).tar.gz
- dpkg-source -b $(GIT_TARNAME)
- cd $(GIT_TARNAME) && fakeroot debian/rules binary
+ cd $(GIT_TARNAME) && dpkg-buildpackage -rfakeroot -us -uc
### Cleaning rules
@@ -464,6 +463,7 @@ clean:
rm -rf $(GIT_TARNAME)
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
rm -f git-core_$(GIT_VERSION)-*.dsc
+ rm -f git-core_$(GIT_VERSION)-*.changes
rm -f git-*_$(GIT_VERSION)-*.deb
$(MAKE) -C Documentation/ clean
$(MAKE) -C templates clean
prev parent reply other threads:[~2005-11-09 23:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-08 17:08 Regarding: Debian: packaging updates Johannes Schindelin
2005-11-08 18:31 ` Simon Richter
2005-11-08 19:30 ` Junio C Hamano
2005-11-08 19:36 ` Simon Richter
2005-11-09 23:06 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7v7jbha0ap.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=sjr@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).