<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/debian/rules, branch v1.0rc1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-06T09:12:32Z</updated>
<entry>
<title>Further Debian split fixes.</title>
<updated>2005-11-06T09:12:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-05T20:54:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9eba845f2088c33de3efe04492b9e33114c5fb52'/>
<id>urn:sha1:9eba845f2088c33de3efe04492b9e33114c5fb52</id>
<content type='text'>
The doc installation was flattened, breaking links to howto/.
Silly cut&amp;paste error made git-doc depend on tk8.4.  Doh.
Move most of the documentation (except manuals) to git-doc.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Package split: Debian.</title>
<updated>2005-11-06T09:12:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-05T10:39:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d071e8dbb6849d40038db2d98a601395fe7b0b73'/>
<id>urn:sha1:d071e8dbb6849d40038db2d98a601395fe7b0b73</id>
<content type='text'>
As discussed on the list, split the foreign SCM interoperability
packages and documentation from the git-core binary package.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Debian: build-depend on "bc"</title>
<updated>2005-09-16T22:16:42Z</updated>
<author>
<name>Matthias Urlichs</name>
<email>smurf@smurf.noris.de</email>
</author>
<published>2005-09-16T11:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=28423758591577828672219c1031d463701a11cc'/>
<id>urn:sha1:28423758591577828672219c1031d463701a11cc</id>
<content type='text'>
Build systems should run tests. This patch adds the necessary
debian/control and debian/rules bits ("bc" was missing,
t/t4002-diff-basic.sh wants it).

Signed-off-by: Matthias Urlichs &lt;smurf@smurf.noris.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add a new merge strategy by Fredrik Kuivinen.</title>
<updated>2005-09-11T02:46:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-11T00:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=720d150c48fc35fca13c6dfb3c76d60e4ee83b87'/>
<id>urn:sha1:720d150c48fc35fca13c6dfb3c76d60e4ee83b87</id>
<content type='text'>
I really wanted to try this out, instead of asking for an adjustment
to the 'git merge' driver and waiting.  For now the new strategy is
called 'fredrik' and not in the list of default strategies to be tried.

The script wants Python 2.4 so this commit also adjusts Debian and RPM
build procecure files.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Enable git-send-email-script on Debian.</title>
<updated>2005-08-27T04:46:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-25T23:31:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=90bc118fc53916a623cad84e72b7dec597907b1e'/>
<id>urn:sha1:90bc118fc53916a623cad84e72b7dec597907b1e</id>
<content type='text'>
You can define WITH_SEND_EMAIL to include the send-email command as
part of the installation.  Since Debian, unlike RPM/Fedora, has the
two necessary Perl modules available as part of the mainline
distribution, there is no reason for us to shy away from shipping
send-email.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Debianization updates</title>
<updated>2005-08-13T04:16:01Z</updated>
<author>
<name>Matthias Urlichs</name>
<email>smurf@smurf.noris.de</email>
</author>
<published>2005-08-13T00:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=af36b70ef939cc44c447a4b9cbaadd7eba9a20b1'/>
<id>urn:sha1:af36b70ef939cc44c447a4b9cbaadd7eba9a20b1</id>
<content type='text'>
git-tk should be architecture independent.
git-core forgot to depend on perl.

Signed-Off-By: Matthias Urlichs &lt;smurf@debian.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Adjust binary packaging to dest=&gt;DESTDIR change.</title>
<updated>2005-08-12T19:25:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-12T19:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5b6a8b649010d1b9362e703f8fe769c44fc0d7de'/>
<id>urn:sha1:5b6a8b649010d1b9362e703f8fe769c44fc0d7de</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make tools/ directory first-class citizen.</title>
<updated>2005-08-12T17:38:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-12T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=704a66f52edbc0cc88dca3b0993a072ae49d0f39'/>
<id>urn:sha1:704a66f52edbc0cc88dca3b0993a072ae49d0f39</id>
<content type='text'>
Tools directory being separate is just a historical
coincidence.  Build and install together with the main
directory, just like the clean target does. 

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Debian packaging fixes.</title>
<updated>2005-08-12T01:26:14Z</updated>
<author>
<name>Matthias Urlichs</name>
<email>smurf@smurf.noris.de</email>
</author>
<published>2005-08-10T23:54:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5acc5bfd6303f1fec4b3d175a15a2ff800983be7'/>
<id>urn:sha1:5acc5bfd6303f1fec4b3d175a15a2ff800983be7</id>
<content type='text'>
- Split gitk off to its own package;
  it needs tk installed, but nothing else does.
- Refer to GPL properly, don't install COPYING.
- Fix maintainer.
- Use dh_movefiles instead of dh_install;
  we don't want to list everything *except* gitk.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix build rules for debian package.</title>
<updated>2005-08-07T05:29:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-07T05:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f29eaed12fc07bc5b2e4d1a302136a26ff4488ce'/>
<id>urn:sha1:f29eaed12fc07bc5b2e4d1a302136a26ff4488ce</id>
<content type='text'>
Run install-tools target to install the tools to accept e-mail
patches.  Also clean up the main Makefile a bit.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
