<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/debian/rules, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-01-07T03:18:12Z</updated>
<entry>
<title>Retire debian/ directory.</title>
<updated>2006-01-07T03:18:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-07T03:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7d0e65b892ff0adf2ba6626bbe7cdfc723a8b702'/>
<id>urn:sha1:7d0e65b892ff0adf2ba6626bbe7cdfc723a8b702</id>
<content type='text'>
The official maintainer is keeping up-to-date quite well, and now
the older Debian is supported with backports.org, there is no reason
for me to keep debian/ directory around here.

I have not been building and publishing debs since 1.0.4 anyway.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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>
</feed>
