Deal with RelNotes being moved to a subdirectory
[git/debian.git] / debian / changelog
blobfdd1423c75a4870bf8f15d7f5507afd059ef6db5
1 git (1:1.7.4~rc0-0.0.1) experimental; urgency=low
3   * new upstream release candidate.
4     * apply: notice spaces in filenames in traditional patches
5       (closes: #578752).
6     * read-tree --reset: let read-tree -u remove index entries
7       outside sparse area (closes: #583699).
8     * gui--askpass: ensure correct application termination
9       (closes: #588103).
10     * user manual: add a !DOCTYPE (closes: #507476).
11     * remove stray backslash from "git bundle" manual
12       (closes: #540001).
13     * allow test suite to be run as root (closes: #524309).
14     * do not ignore custom strategies for trivial merges
15       (closes: #581691).
16     * merge-recursive: fix directory/file conflicts
17       (closes: #600785).
18     * git-blame.el: add (require 'format-spec) (closes: #577471).
19     * rebase: protect against diff.noprefix configuration when
20       running format-patch (closes: #607044).
21     * log et al: accept un-sticked "git log -S needle" command-line
22       syntax (closes: #606975).
24   [ Anders Kaseorg ]
25   * debian/git.docs, debian/rules: deal with RelNotes being moved to
26     a subdirectory.
28   [ Jonathan Nieder ]
29   * update gitweb and instaweb to v1.7.2.x:
30     - debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove,
31       no longer needed.
32     - debian/diff/0006...0009-instaweb-disable-logo...diff: adapt.
33     - debian/rules:
34       + package git: install gitweb for use by instaweb using
35         standard "make install" target.
36       + package gitweb: do not install anything except
37         configuration, to avoid file conflicts with the git package.
38     - debian/control: describe gitweb as a configuration package.
39     - debian/gitweb.NEWS.Debian, debian/git.README.Debian,
40       debian/gitweb.conf: auxiliary files have been moved to
41       /usr/share/gitweb/static.
42   * gitweb.conf: disable use of rename patches by default
43     (@diff_opts = ()).
44   * debian/diff/0001-Revert-gitweb-Use-diff_opts...diff: remove,
45     no longer needed.
46   * debian/diff/0003, 0010-0034: remove, applied upstream.
47   * debian/rules: gitweb: move gitweb.cgi content to /usr/share,
48     symlink to /usr/lib/cgi-bin.
50  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 Dec 2010 04:31:23 -0600
52 git (1:1.7.2.3-2.2) unstable; urgency=medium
54   * Non-maintainer upload.
55   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
56     upstream: gitweb: do not parrot filenames or other arguments given
57     in a request without proper quoting (closes: #607248,
58     CVE-2010-3906).
60  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
62 git (1:1.7.2.3-2.1) unstable; urgency=low
64   * Non-maintainer upload.
65   * debian/diff/0010...0033: new from the upstream 'maint' branch:
66     * cache_tree_free: Fix small memory leak.
67     * diff.c: call regfree to free memory allocated by regcomp.
68     * gitweb: allow configurations that change with each request
69       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
70     * Documentation: 19 formatting fixes (thx Frédéric Brière,
71       closes: #540001, #600422).
72     * setup: make sure git dir path is in a permanent buffer.
73     * do not depend on signed integer overflow.
74   * debian/control: gitweb: weaken dependencies to allow configurations
75     using mod_perl or fastcgi rather than CGI; explain dependencies in
76     the package description (thx Servilio Afre Puentes,
77     closes: #600413).
79  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
81 git (1:1.7.2.3-2) unstable; urgency=low
83   * merge branch debian-experimental.
84   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
86  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
88 git (1:1.7.2.3-1) experimental; urgency=low
90   * new upstream release.
91     * post-receive-email: document command-line mode (closes: #428413).
92     * add-interactive: Clarify “remaining hunks in the file”
93       (closes: #526014).
94     * rebase -i -p: document shortcomings (closes: #532775).
95     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
96     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
97       closes: #546733, #572847).
98     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
99       closes: #578908).
100   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
101     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
102     applied upstream.
103   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
104     prevent gitweb from serving rename patches that GNU patch 2.6.1
105     cannot apply.
106   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
107     install gitweb.css et al in /usr/share/gitweb, not a new static/
108     subdirectory.
109   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
110     upstream; do not unquote + into space character in URLs.
111   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
112     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
113   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
114     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
115   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
116     instaweb: ignore /etc/gitweb.conf;
117     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
118     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
119     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
120     Kleine-König, closes: #592733).
121   * update debian/copyright.
122   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
123     install gitweb.js, add an Alias for it to the VirtualHost example,
124     and configure gitweb to look for it in the right place (closes:
125     #555047).
126   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
127   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
128     #559890).
129   * debian/gitweb.conf: use relative links for gitweb.css et al
130     (thx Alban Browaeys, closes: #568343).
131   * debian/control: package git: no longer Conflicts: git
132     (<< 4.3.20-11).
133   * debian/control: package git: Breaks: packages from Debian 5.0
134     (lenny) relying on removed features such as dashed-form commands in
135     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
136     Breaks: ancient qgit for the same reason.
137   * debian/gitweb.README.Debian: copy-edit.
138   * debian/git.README.Debian: retitle to "Git for Debian" (thx
139     Christoph Anton Mitterer, closes: #590129).
140   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
141   * debian/control: package git no longer Depends: libdigest-sha1-perl
142     (thx Ansgar Burchardt, closes: #591039).
143   * debian/control: Build-Depends: libio-pty-perl for better test
144     coverage.
146  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
148 git (1:1.7.1-1.1) unstable; urgency=high
150   * Non-maintainer upload.
151   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
152     new, cherry-picked from 3c9d041: setup: Check size of path buffer
153     before writing into it (closes: #590026, CVE-2010-2542).
155  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
157 git (1:1.7.1-1) unstable; urgency=low
159   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
160     remove; obsolete.
161   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
162     new; git-submodule.sh: properly initialize shell variables (closes:
163     #569594).
164   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
165     test.
166   * new upstream release.
167   * merge branch debian-experimental.
169  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
171 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
173   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
174     remove; more archs are affected (additionally hppa, armel).
175   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
176     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
177     --init'.
179  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
181 git (1:1.7.0.5-1) unstable; urgency=low
183   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
184     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
185     (closes: #578298).
186   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
187     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
188     test (workaround: #569594).
189   * debian/control: no longer Replaces, Conflicts: git-completion (thx
190     Jonathan Nieder, closes: #577730).
191   * new upstream point release.
192   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
194  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
196 git (1:1.7.1~rc1-1.1) experimental; urgency=low
198   * debian/control: typo (thx Jonathan Nieder).
199   * debian/git-daemon-run.postinst: remove fixup for #522348.
201  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
203 git (1:1.7.1~rc1-1) experimental; urgency=low
205   * new upstream release candidate.
206   * merge branch debian-sid.
208  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
210 git (1:1.7.0.4-2) unstable; urgency=low
212   * debian/rules: package git: no longer install /usr/share/doc/git-core
213     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
214     symlink (closes: #576906).
215   * debian/control: package git: Replaces:, Conflicts: git-core (<=
216     1:1.7.0.4-1).
217   * debian/rules: make /usr/share/gitweb/index.cgi ->
218     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
219   * debian/control: package git-core: minor update to the long
220     description.
221   * debian/git.README.source: add note about the <debian-package-git>
222     mailing list.
223   * debian/rules: target binary-indep: add missing dependency to
224     git-core.deb-DEBIAN.
225   * debian/implicit: no longer create DEBIAN/md5sums.
226   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
227     (keeping upstream's default).
229  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
231 git (1:1.7.0.4-2~exp0) experimental; urgency=low
233   [ Gerrit Pape ]
234   * debian/control, debian/rules, debian/git-core.*: change source and
235     binary package name from git-core to git; keep now obsolete empty
236     git-core package that depends on git for upgrade (see
237     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
238   * debian/control: package git: Replaces: git-core, Conflicts: git-core
239     (<= 1:1.7.0.3-1), Provides: git-core.
240   * debian/git.NEWS.Debian: talk about the package name change, and the
241     possible hazzle when upgrading with GNU Interactive Tools installed
242     since etch and no git-core installed.
243   * debian/control, debian/rules: new package git-all: dummy package
244     which brings in all subpackages (following upstream's RPMs).
246   [ Jonathan Nieder ]
247   * debian/git.README.source: adjust for the package name change.
248   * debian/rules: install symbolic link git -> git-core in /usr/lib
249     to simplify upgrades.
250   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
251     the path to the git-daemon binary.
253  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
255 git-core (1:1.7.0.4-1) unstable; urgency=low
257   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
258     service is already removed; use -f option to userdel, on fast-purge
259     the log service daemon might still run for a short time (closes:
260     #575434).
261   * new upstream point release.
263  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
265 git-core (1:1.7.0.3-1) unstable; urgency=low
267   * debian/control: Standards-Version: 3.8.4.0.
268   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
269   * new upstream point release.
271  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
273 git-core (1:1.7.0.2-1) unstable; urgency=low
275   * new upstream point release.
277     [ Jonathan Nieder ]
278     * am: remove rebase-apply directory before gc (thx Mark Brown,
279       closes: #570966).
280     * git-imap-send: Convert LF to CRLF before storing patch to draft box
281       (closes: #572598).
282     * sha1_file: be paranoid when creating loose objects (closes:
283       #569505).
285  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
287 git-core (1:1.7.0-1) unstable; urgency=low
289   * debian/git-core.README.source: typos.
290   * new upstream release.
291     * Documentation: Update git core tutorial clarifying reference to
292       scripts (closes: ##560795).
293   * merge branch debian-experimental.
295  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
297 git-core (1:1.7.0~rc2-1) experimental; urgency=low
299   * new upstream release candidate.
301  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
303 git-core (1:1.7.0~rc1-1) experimental; urgency=low
305   * new upstream release candidate.
306   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
307     remove; applied upstream.
308   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
309     Python module will require more work.
310   * update debian/copyright (closes: #557065).
311   * debian/rules: set prefix=/usr when building man pages (closes:
312     #567404).
314  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
316 git-core (1:1.6.6.2-1) unstable; urgency=medium
318   * new upstream point release.
319   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
320     remove; applied upstream.
321   * debian/rules: stop ignoring test suite failures on ia64, since
322     #563882 has been fixed.  Build-Depends: and Depends:
323     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
324   * update debian/copyright (closes: #557065).
325   * debian/rules: set prefix=/usr when building man pages (closes:
326     #567404).
328  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
330 git-core (1:1.6.6.1-1) unstable; urgency=low
332   [ Gerrit Pape ]
333   * new upstream point release.
334     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
335       closes: #476604).
336   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
337     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
338     build/selftest failure if the build directory pathname contains a +).
339   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
340     work out of the box with Apache (thx Charles Plessy).
341   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
342     gitweb work out of the box with Apache (thx Charles Plessy, closes:
343     #497809).
344   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
346   [ Jonathan Nieder ]
347   * debian/rules: ignore test suite failures on ia64 (workaround:
348     #563882).
350  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
352 git-core (1:1.6.6-1) unstable; urgency=low
354   * new upstream release.
356  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
358 git-core (1:1.6.6~rc2-1) experimental; urgency=low
360   * new upstream release candidate.
361   * merge branch debian-sid.
363  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
365 git-core (1:1.6.5.7-1) unstable; urgency=low
367   * new upstream point release.
369  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
371 git-core (1:1.6.6~rc1-1) experimental; urgency=low
373   * merge branch debian-sid.
374   * new upstream release candidate.
376  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
378 git-core (1:1.6.5.4-1) unstable; urgency=low
380   * new upstream point release.
382  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
384 git-core (1:1.6.6~rc0-1) experimental; urgency=low
386   * new upstream release candidate.
387   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
388     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
389     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
390     remove; obsolete.
391   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
392     OPTS.
394  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
396 git-core (1:1.6.5.3-1) unstable; urgency=low
398   [ Tanguy Ortolo ]
399   * debian/git-core.README.Debian, debian/control: git-daemon-run:
400     document that git-daemon is not provided by this package; add hint
401     on how to enable git-daemon through inetd(8) (closes: #554215).
403   [ Jonathan Nieder ]
404   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
405     #555039).
406   * debian/rules: log $(CC) version, not gcc (closes: #555040).
407   * debian/rules: allow clean as non-root (closes: #555041).
408   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
409     #555051).
410   * debian/rules: TCLTK_PATH=wish (closes: #555027).
412   [ Gerrit Pape ]
413   * new upstream point release.
414     * ls-files: unbreak "ls-files -i" (closes: #553296).
415     * Require a struct remote in transport_get(); Allow curl helper to
416       work without a local repository (closes: #553507).
417     * help -a: do not unnecessarily look for a repository (closes:
418       #539273).
419     * thx Jonathan Nieder.
421  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
423 git-core (1:1.6.5.2-1) unstable; urgency=low
425   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
426     #530693).
427   * new upstream point release.
428     * grep: do not segfault when -f is used (closes: 551071).
430  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
432 git-core (1:1.6.5-1) unstable; urgency=low
434   * new upstream release.
435     * git-doc: html no longer uses "{plus}" where it should be "+"
436       (closes: #529255).
437   * debian/git-core.README.source: new; document how to use the
438     Debian package source.
439   * debian/implicit: update to revision 60d9070.
441  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
443 git-core (1:1.6.4.3-1) unstable; urgency=low
445   * new upstream release (closes: #546709).
446     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
447       (closes: #536067).
448   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
449     Anders Kaseorg; closes: #546499).
451  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
453 git-core (1:1.6.3.3-2) unstable; urgency=low
455   [ Anders Kaseorg ]
456   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
457     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
458     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
459     (closes: #530693, #521954, #533320).
461   [ Gerrit Pape ]
462   * debian/control: Standards-Version: 3.8.2.0.
464  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
466 git-core (1:1.6.3.3-1) unstable; urgency=high
468   * new upstream point release.
469     * daemon: Strictly parse the "extra arg" part of the command
470       (closes: #532935; CVE-2009-2108).
471   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
472   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
473     remove; obsolete.
475  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
477 git-core (1:1.6.3.1-1) unstable; urgency=low
479   * new upstream point release.
481  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
483 git-core (1:1.6.3-1) unstable; urgency=low
485   * new upstream release.
486   * merge branch debian-experimental.
488  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
490 git-core (1:1.6.3~rc3-1) experimental; urgency=low
492   * new upstream release candidate.
494  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
496 git-core (1:1.6.3~rc1-1) experimental; urgency=low
498   * new upstream release candidate.
499   * merge branch debian-sid.
501  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
503 git-core (1:1.6.2.4-1) unstable; urgency=low
505   * new upstream point release.
507  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
509 git-core (1:1.6.3~rc0-1) experimental; urgency=low
511   * new upstream release candidate.
512   * merge branch debian-sid.
514  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
516 git-core (1:1.6.2.3-1) unstable; urgency=low
518   * new upstream point release.
519   * debian/control: Standards-Version: 3.8.1.0.
520   * debian/control: change subversion to Subversion in description.
521   * debian/control: Section: vcs (except for git-doc).
523  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
525 git-core (1:1.6.2.2-1) unstable; urgency=low
527   * new upstream point release.
528   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
529     new; Makefile: do not install cross-directory hardlink (thx Jonathan
530     Nieder, closes: #520116).
531   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
532     'git daemon' (closes: #522348).
533   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
534     #522348.
535   * debian/git-core.emacsen-startup: remove the line
536     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
538  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
540 git-core (1:1.6.2.1-1) unstable; urgency=low
542   * new upstream point release.
543   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
544     (closes: #519728).
546  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
548 git-core (1:1.6.2-1) unstable; urgency=medium
550   * new upstream release.
551   * merge branch debian-experimental.
552   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
553     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
554     remove; applied upstream.
556  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
558 git-core (1:1.6.2~rc2-1) experimental; urgency=low
560   * merge branch debian-sid.
561   * new upstream release candidate.
563  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
565 git-core (1:1.6.1.3-2) unstable; urgency=high
567   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
568     new from upstream git: Install builtins with the user and group of
569     the installing personality.
570   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
571     new from upstream git: git-quiltimport: preserve standard input to
572     be able to read user input (closes: #515910).
574  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
576 git-core (1:1.6.2~rc1-1) experimental; urgency=low
578   * new upstream release candidate.
579   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
580     Documentation/RelNotes* from git-doc to the git-core package
581     (closes: #514866).
583  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
585 git-core (1:1.6.2~rc0-1) experimental; urgency=low
587   * new upstream release candidate.
588   * merge branch debian-sid.
590  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
592 git-core (1:1.6.1.3-1) unstable; urgency=low
594   * new upstream point release.
596  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
598 git-core (1:1.6.1.2-1) experimental; urgency=low
600   * new upstream release.
601     * don't fail to clone over http if connection is rate limited
602       (closes: #512795).
603     * git svn info no longer fails (closes: #499243).
604   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
605     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
606     for the patch, closes: #497883).
607   * merge branch debian-lenny.
608   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
609     remove; fixed upstream.
611  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
613 git-core (1:1.5.6.5-3) unstable; urgency=high
615   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
616     /usr/bin/sv (closes: #511687).
617   * debian/git-daemon-run.README.Debian: document how to create the
618     symlink manually to have an LSB compatible /etc/init.d/git-daemon
619     interface to control the service.
621  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
623 git-core (1:1.6.0.6-1) experimental; urgency=low
625   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
626     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
627   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
628     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
629     Gerasiov, closes: #506445).
630   * new upstream point release (closes: #504641).
631     * gitweb: do not run "git diff" that is Porcelain.
633  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
635 git-core (1:1.5.6.5-2) unstable; urgency=high
637   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
638     new; fix possible gitweb vulnerability: calling "git diff": Jakub
639     says that legacy-style URI to view two blob differences are never
640     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
641     the gitweb, which is a no-no.  It can trigger diff.external command
642     that is specified in the configuration file of the repository being
643     viewed.
645  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
647 git-core (1:1.6.0.4-1) experimental; urgency=low
649   * new upstream point release.
650   * debian/control: git-email: minor update to the long description
651     (thx Gerfried Fuchs, closes: #501559).
652   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
653   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
654     tk8.5 (thx Adeodato Simó, closes: #503113).
655   * debian/rules: move the /usr/bin/git-cvsserver program into the
656     git-cvs package.
658  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
660 git-core (1:1.6.0.3-1) experimental; urgency=low
662   * debian/control: minor update to long descriptions (thx Reuben
663     Thomas, closes: #499065).
664   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
665     file (thx Jari Aalto, closes: #472197).
666   * debian/rules: install emacsen-startup configuration file into the
667     git-core package (thx Eddy Mulyono, closes: #446027).
668   * new upstream point release.
669   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
671  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
673 git-core (1:1.6.0.2-1) experimental; urgency=low
675   * new upstream point release.
676   * debian/git-core.NEWS.Debian: new; mention that most of the programs
677     now are installed outside the default $PATH; the "git-xyzzy" form
678     in scripts and on the command line is no longer supported in 1.6.0.
679   * debian/git-core.README.Debian: fix paths in config example (thx
680     Michael Biebl for the patch, closes: #498741).
681   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
682     patch, closes: #496834).
684  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
686 git-core (1:1.6.0.1-1) experimental; urgency=low
688   * new upstream point release (closes: #496155).
689   * merge branch debian-sid.
691  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
693 git-core (1:1.6.0-1) experimental; urgency=low
695   * new upstream release.
696     * svnimport: newer libsvn wants us to ask for the root with "",
697       not "/" (closes: #492522, #490400).
698     * Keep some git-* programs in $(bindir); Move all dashed-form
699       commands to libexecdir (closes: #461212).
700     * bash: Add more option completions for 'git log' (closes:
701       #490220).
702     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
703       in git diff; Fix buffer overflow in git-grep (closes: #494097).
704   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
705     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
706     Jonathan Nieder for the patch, closes: #494505).
707   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
708     several paths (thx Jonathan Nieder for a patch, closes: #480396).
709   * debian/gitweb.NEWS.Debian: new; talk about files moved from
710     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
711   * debian/git-daemon/run: run git daemon instead of git-daemon
712     (dash-less form).
713   * debian/git-daemon-run.postinst: add gitdaemon system user.
714   * debian/git-daemon/run: utilize chpst to run git daemon as user
715     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
717  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
719 git-core (1:1.5.6.5-1) unstable; urgency=high
721   * new upstream point release.
722     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
723       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
724       closes: #494097).
725   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
727  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
729 git-core (1:1.5.6.3-1.1) unstable; urgency=high
731   * Non-maintainer upload by the Security Team.
732   * Fix various stack-based buffer overflows when processing overly long
733     repository pathnames which can be exploited to execute arbitrary code if
734     a victim is tricked into using git-grep or git-diff on a crafted
735     repository (CVE-2008-3546; Closes: #494097).
737  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
739 git-core (1:1.5.6.3-1) unstable; urgency=low
741   * new upstream point release.
742   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
743     remove; applied upstream (opens: #490400).
744   * debian/control: Standards-Version: 3.8.0.1.
746  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
748 git-core (1:1.5.6.2-1) unstable; urgency=low
750   * new upstream point release (closes: #489431).
751   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
752     machine-readable format; clarify some license information (thx,
753     closes: #488351).
754   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
755     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
756     #479479).
757   * debian/control: package git-arch: no longer Suggests: bazaar
758     (closes: #486726).
759   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
760     new; git-svn.perl: workaround assertions in svn library 1.5.0
761     (closes: #489108).
763  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
765 git-core (1:1.5.6-1) unstable; urgency=low
767   * new upstream release.
768   * merge branch debian-experimental.
770  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
772 git-core (1:1.5.6~rc3-1) experimental; urgency=low
774   * debian/git-daemon-run.postrm: remove log files on purge.
775   * new upstream release candidate.
776   * debian/control: package git-core: no longer Depends: cpio, no
777     longer Recommends: curl.
779  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
781 git-core (1:1.5.6~rc2-1) experimental; urgency=low
783   * new upstream release candidate.
784   * merge branch debian-sid.
785   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
787  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
789 git-core (1:1.5.5.4-1) unstable; urgency=low
791   * new upstream point release.
792   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
793     breakage (thx Jonathan Nieder, closes: #476634).
794   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
795     Nieder).
797  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
799 git-core (1:1.5.6~rc1-1) experimental; urgency=low
801   * new upstream release candidate.
802     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
803       477393).
804     * gitweb: Fix "next" link on bottom of page (closes: #481902).
805   * merge branch debian-sid.
806   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
808  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
810 git-core (1:1.5.5.3-1) unstable; urgency=low
812   * new upstream point release.
813     * commit --interactive: properly update the index before commiting
814       (closes: #480429).
815   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
816     remove; applied upstream.
817   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
818     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
819     (closes: #477337).
821  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
823 git-core (1:1.5.6~rc0-1) experimental; urgency=low
825   * merge branch debian-sid.
826   * new upstream release candidate.
827   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
828     remove; fixed upstream.
829   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
830     remove; applied upstream.
832  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
834 git-core (1:1.5.5.2-1) unstable; urgency=low
836   * new upstream point release.
837     * diff-options.txt: document the new "--dirstat" option (closes:
838       #476437).
839   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
840     new: git-bisect.sh: don't accidentally override existing branch
841     "bisect" (closes: #478647).
843  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
845 git-core (1:1.5.5.1-1) unstable; urgency=low
847   * new upstream point release.
849  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
851 git-core (1:1.5.5-1) unstable; urgency=low
853   * new upstream release.
854     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
855     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
856       (closes: #469083).
857   * merge branch debian/experimental.
859  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
861 git-core (1:1.5.5~rc3-2) experimental; urgency=low
863   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
864     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
866  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
868 git-core (1:1.5.5~rc3-1) experimental; urgency=low
870   * new upstream release candidate.
871   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
872     new: gitweb: fallback to system-wide config file if default config does
873     not exist (closes: #450592).
874   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
876  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
878 git-core (1:1.5.5~rc2-1) experimental; urgency=low
880   * new upstream release candidate.
881     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
882       (closes: #471969).
883     * imap-send: properly error out if imap.host is not set in config
884       (closes: #472632).
885   * merge branch debian-sid.
887  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
889 git-core (1:1.5.4.5-1) unstable; urgency=low
891   * new upstream point release (closes: #473071).
893  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
895 git-core (1:1.5.5~rc1-1) experimental; urgency=low
897   * new upstream release candidate.
899  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
901 git-core (1:1.5.5~rc0-1) experimental; urgency=low
903   * new upstream release candidate.
904     * git-pull documentation: warn about the option order (closes: #463853).
905     * hash-object: cleanup handling of command line options (closes:
906       #464432).
907   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
908     remove; applied upstream.
910  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
912 git-core (1:1.5.4.4-1) unstable; urgency=low
914   * new upstream point release.
915     * templates/Makefile: don't depend on local umask setting (closes:
916       #467518).
917     * Fix random crashes in http_cleanup() (closes: #468836).
918     * send-email: fix In-Reply-To regression (closes: #468153).
919     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
920       options (closes: #468568).
922  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
924 git-core (1:1.5.4.3-1) unstable; urgency=low
926   * new upstream point release.
927     * git-clone.sh: properly configure remote even if remote's head is
928       dangling (closes: #466581).
929   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
930     new: from upstream master: gitk: properly deal with tag names containing /
931     (slash) (closes: #464104).
932   * debian/git-daemon-run.postrm: adapt paths in /var/.
934  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
936 git-core (1:1.5.4.2-2) unstable; urgency=low
938   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
939     subdirectories, update-service now takes care of this.
940   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
941     upgrade from <= 1.5.4.2-1.
943  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
945 git-core (1:1.5.4.2-1) unstable; urgency=low
947   * new upstream point release.
948     * cvsimport: have default merge regex also match beginning of commit
949       message (thx Frédéric Brière, closes: #463468).
950     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
951       #464656).
952   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
953   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
954     (closes: #456423).
955   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
956     debian/git-daemon-run.prerm: use runit's update-service program to
957     add/remove the git daemon service, instead of dealing with symlinks in
958     /var/service/ directly.
959   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
960     version that provides the update-service program).
962  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
964 git-core (1:1.5.4.1-1) unstable; urgency=medium
966   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
967     closes: #463896).
968   * new upstream point release.
970  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
972 git-core (1:1.5.4-1) unstable; urgency=low
974   * merge branch debian-experimental.
975   * new upstream release.
976   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
977     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
978     #463732).
979   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
980     on test failures.
982  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
984 git-core (1:1.5.4~rc5-1) experimental; urgency=low
986   * new upstream release candidate.
988  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
990 git-core (1:1.5.4~rc4-1) experimental; urgency=low
992   * new upstream release candidate.
993   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
994     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
995   * debian/rules: install /usr/share/gitk/ into the gitk package, not
996     git-core.
998  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
1000 git-core (1:1.5.4~rc3-1) experimental; urgency=low
1002   * merge branch debian-sid.
1003   * new upstream release candidate.
1004     * "git pull --tags": error out with a better message (closes: #456035).
1005     * gitk: use user-configured background in view definition dialog
1006       (closes: #457124).
1007   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
1009  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
1011 git-core (1:1.5.3.8-1) unstable; urgency=low
1013   * debian/control: for all packages: Suggests: git-doc instead of
1014     Recommends: (thx Andrew Moise, closes: #455369).
1015   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
1016   * new upstream point release.
1018  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
1020 git-core (1:1.5.4~rc2-1) experimental; urgency=low
1022   * new upstream release candidate.
1023     * shortlog manpage documentation: work around asciidoc markup issues
1024       (closes: #447911).
1025     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
1027  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
1029 git-core (1:1.5.4~rc1-1) experimental; urgency=low
1031   * new upstream release candidate.
1032     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
1033       type (closes: #435610).
1035  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
1037 git-core (1:1.5.4~rc0-1) experimental; urgency=low
1039   * new upstream release candidate.
1040     * build with correct version information (on amd64, closes: #454935,
1041       #454408).
1042     * git-reset: add -q option to operate quietly (closes: #444933).
1043     * gitk: disable colours when calling git log (closes: #454420).
1044     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
1045       #447325, #447965, #451037).
1046     * git-commit: allow grouping of short options (closes: #407241).
1047   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
1048     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
1049     applied upstream.
1050   * debian/rules: install git-gui's lib/ directory plus subdirectory
1051     properly.
1052   * debian/control: Build-Depends: gettext.
1054  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
1056 git-core (1:1.5.3.7-1) unstable; urgency=low
1058   * new upstream point release.
1059   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
1060     cache DESTDIR in perl/perl.mak (#452077).
1061   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
1062     again, this is now handled through debian/diff/0005 (thx Pierre
1063     Habouzit, #452077).
1065  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
1067 git-core (1:1.5.3.6-1.1) unstable; urgency=low
1069   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
1070     preventing people from installing git, I took the initiative to fix it
1071     before his return.
1072   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
1073     that remembers our DESTDIR and makes perl modules be installed in
1074     debian/git-core/ in the install-indep target again
1075     (closes: #452077, #452078, #452080, #452111, #452324).
1077  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
1079 git-core (1:1.5.3.6-1) unstable; urgency=low
1081   * debian/implicit: add proper dependencies to support 'parallel build'
1082     through make -j (thx Daniel Schepler for the patch).
1083   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
1084     the selftests.
1085   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1086     new; check /etc/mailname if author email is unknown (closes: #448655).
1087   * debian/gitweb.docs: new; install gitweb/README.
1088   * new upstream point release.
1089     * git-cvsimport: really convert underscores in branch names to dots with
1090       -u (closes: #446495).
1091     * git-mailsplit: with maildirs not only process cur/, but also new/
1092       (closes: #447396).
1093   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
1094     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
1095     subject prefix configurable (closes: #428418).
1097  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
1099 git-core (1:1.5.3.5-1) unstable; urgency=low
1101   * new upstream point release.
1102     * git-config: handle --file option with relative pathname properly;
1103       git-config: print error message if the config file cannot be read;
1104       git-config: don't silently ignore options after --list (closes:
1105       #445208).
1107  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
1109 git-core (1:1.5.3.4-1) unstable; urgency=low
1111   * new upstream point release (closes: #445188).
1113  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
1115 git-core (1:1.5.3.3-1) unstable; urgency=low
1117   * new upstream point release.
1119  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
1121 git-core (1:1.5.3.2-1) unstable; urgency=low
1123   * new upstream point release.
1124     * git-svn: fix "Malformed network data" with svn:// servers (closes:
1125       #430091, #436142).
1126     * git-commit: Allow partial commit of file removal (closes: #437817).
1127     * git-gui: lib/index.tcl: handle files with % in the filename properly
1128       (closes: #441167).
1129     * git-clone: improve error message if curl program is missing or not
1130       executable (closes: #440976).
1131   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
1132     'sv restart git-daemon' to restart git-daemon service if it was running.
1133   * debian/control: git-core: no longer Suggests: cogito, which was removed.
1134   * debian/diff/genindex.diff: apply and remove.
1135   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
1136     default (thx Ansgar Burchardt for the patch, closes: 441694).
1138  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
1140 git-core (1:1.5.3.1-1) unstable; urgency=low
1142   * new upstream point release.
1143   * debian/control: git-daemon-run: improve long description (closes:
1144     #440699).
1145   * debian/git-daemon-run.README.Debian: improve.
1146   * debian/control: git-svn: improve long description.
1147   * debian/control: git-cvs: improve long description.
1148   * debian/control: git-core: improve long description (closes: #412560).
1150  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
1152 git-core (1:1.5.3-1) unstable; urgency=low
1154   * merge branch debian-experimental.
1155   * new upstream release.
1156   * debian/control: git-email: move libemail-valid-perl from Depends: to
1157     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
1158   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
1159     Uwe Kleine-Koenig).
1161  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
1163 git-core (1:1.5.3~rc7-1) experimental; urgency=low
1165   * new upstream release candidate.
1166   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1167     remove; included upstream.
1169  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
1171 git-core (1:1.5.3~rc6-1) experimental; urgency=low
1173   * new upstream release candidate.
1174     * git-am: initialize variable $resume on startup (closes: #435807).
1175   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1176     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
1177   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
1178     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
1179     are unset (thx Mike Hommey, closes: #438793).
1180   * merge branch debian-sid.
1182  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
1184 git-core (1:1.5.2.5-2) unstable; urgency=low
1186   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
1188  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
1190 git-core (1:1.5.2.5-1) unstable; urgency=low
1192   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
1193     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
1194   * new upstream point release.
1195   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
1196   * dbian/control: git-core: Depends: cpio (closes: #438057).
1197   * debian/git-core.README.Debian: fix typos (closes: #438932).
1198   * debian/versions.upstream, debian/changelog.upstream: adapt.
1199   * debian/rules, debian/control: install git-completion.bash from contrib as
1200     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
1201     git-completion (closes: #437532, thx Sebastian Harl).
1203  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
1205 git-core (1:1.5.3~rc4-1) experimental; urgency=low
1207   * new upstream release candidate.
1209  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
1211 git-core (1:1.5.3~rc3-1) experimental; urgency=low
1213   * new upstream release candidate.
1214   * debian/versions.upstream, debian/changelog.upstream: adapt.
1216  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
1218 git-core (1:1.5.3~rc2-1) experimental; urgency=low
1220   * new upstream release candidate.
1221   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
1222     remove; obsolete.
1223   * debian/control, debian/rules: remove git-p4 package again, moved into
1224     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
1225   * debian/versions.upstream, debian/changelog.upstream: adapt.
1227  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
1229 git-core (1:1.5.3~rc1-1) experimental; urgency=low
1231   * new upstream release candidate.
1232     * git-commit: don't add multiple Signed-off-by: from the same identity
1233       (closes: #430851).
1234     * Fix core.sharedRepository = 2 (closes: #432698).
1235   * merge branch debian-sid.
1236   * debian/versions.upstream, debian/changelog.upstream: adapt.
1237   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1238     remove; doesn't apply anymore.
1239   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
1240     new; on upstream advice.
1242  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
1244 git-core (1:1.5.2.4-1) unstable; urgency=low
1246   * new upstream point release.
1247   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
1248     #432560).
1249   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
1250   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1251     remove; merged upstream.
1252   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
1253     (closes: #432812).
1254   * debian/versions.upstream, debian/changelog.upstream: adapt.
1256  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
1258 git-core (1:1.5.3~rc0-1) experimental; urgency=low
1260   * new upstream release candidate.
1261   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
1262   * debian/versions.upstream, debian/changelog.upstream: update.
1263   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
1264     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1265     remove; applied upstream.
1266   * debian/diff/00*.diff: adapt.
1267   * debian/rules: put git-gui, git-citool man pages into package git-gui.
1269  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
1271 git-core (1:1.5.2.3-1) unstable; urgency=low
1273   * new upstream point release.
1274   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
1275     (thx Frank Lichtenheld, closes: #431481).
1276   * debian/versions.upstream, debian/changelog.upstream: update.
1278  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
1280 git-core (1:1.5.2.2-3) unstable; urgency=low
1282   * debian/rules: move /usr/share/git-gui/ from git-core package into
1283     git-gui package (thx Ansgar Burchardt, closes: #430530).
1284   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1285     new; git-cvsimport: force checkout of working tree after initial import
1286     (closes: #430903).
1287   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1288     new; git-gui: properly popup error if gitk should be started but is not
1289     installed (#429810).
1290   * debian/control: git-gui: Recommends: gitk (closes: #429810).
1291   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
1292     (#429389).
1294  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
1296 git-core (1:1.5.2.2-2) unstable; urgency=low
1298   * debian/control: all Architecture: all packages: Depends: git-core (>>
1299     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
1300     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
1301     #430128).
1303  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
1305 git-core (1:1.5.2.2-1) unstable; urgency=low
1307   * new upstream point release.
1308     * Fix typo in remote branch example in git user manual (closes: #427502).
1309   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
1310     remove; applied upstream.
1311   * debian/versions.upstream: new; ordered list of upstream versions,
1312     starting with 1.0.0.
1313   * debian/changelog.upstream.sh: new; create changelog.upstream from git
1314     shortlog using debian/versions.upstream.
1315   * debian/changelog.upstream: re-created through changelog.upstream.sh.
1316   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
1317     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
1318     (closes: #429443).
1320  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
1322 git-core (1:1.5.2.1-2) unstable; urgency=low
1324   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
1325     new; from upstream master: git-branch --track: fix tracking branch
1326     computation.
1328  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
1330 git-core (1:1.5.2.1-1) unstable; urgency=low
1332   * new upstream point release.
1333     * Create a new manpage for the gitignore format, and reference it
1334       elsewhere (thx Josh Triplett, closes: #427078).
1335   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1336     new; properly resolve ambiguity if argument is both, revision and
1337     filename (closes: #425491).
1338   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
1339     transition).
1340   * debian/git-daemon-run.README.Debian: new (#422139).
1341   * debian/control: all Architecture: all packages: Depends: git-core
1342     (= ${source:Version}) instead of (>= ...); this makes it no longer
1343     support binNMUs (closes: #425494, reopens: #423041).
1345  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
1347 git-core (1:1.5.2-1) unstable; urgency=low
1349   * merge branch debian-experimental.
1350   * new upstream release.
1351     * gitweb: choose appropriate view for file type if a= parameter missing
1352       (closes: #410465).
1353     * git fetch -q is supported (closes: #423165).
1354   * /usr/bin/git transition (thx Ian Beckwith!).
1355     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
1356       upgrading from versions older than 1:1.5.2~rc3-2.
1357     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
1358       handle /usr/bin/git alternative through update-alternatives.
1359     * debian/rules: no longer install git program as git-scm.
1361  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
1363 git-core (1:1.5.2~rc3-2) experimental; urgency=low
1365   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
1366   * debian/control: package git-p4: Section: contrib/devel (closes:
1367     #422755).
1368   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
1369     instead of (= ${Source-Version}) (to support binNMUs).
1371  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
1373 git-core (1:1.5.1.4-2) unstable; urgency=low
1375   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
1376     maint branch 20070514:
1377     * includes git-svn fixes (closes: #423599, #423226).
1378   * deian/rules: reverse order when applying diffs (fix typo).
1379   * debian/control: all Architecture: all packages: Depends: git-core (>=
1380     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
1381     closes: #423041).
1383  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
1385 git-core (1:1.5.2~rc3-1) experimental; urgency=low
1387   * new upstream release candidate.
1388   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
1389     remove; included upstream.
1390   * debian/control: Build-Depends: tcl8.4 (for gitgui).
1391   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
1392     git-daemon-run package (#422139).
1394  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
1396 git-core (1:1.5.1.4-1) unstable; urgency=medium
1398   * new upstream point release.
1399   * debian/diff/pager-vs-less.diff: rename to
1400     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
1401   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
1402     new: Optimize directory listing with pathspec limiter (closes: #420671).
1403   * debian/git-daemon-run.postinst: restart git-daemon service if it was
1404     running.
1406  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
1408 git-core (1:1.5.2~rc2-1) experimental; urgency=low
1410   * new upstream release candidate.
1412  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
1414 git-core (1:1.5.2~rc1-1) experimental; urgency=low
1416   * new upstream release candidate.
1417   * debian/control, debian/rules: new package git-p4: tools for importing
1418     development history from perforce repositories.
1419   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
1420     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
1421     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
1423  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
1425 git-core (1:1.5.1.3-1) unstable; urgency=low
1427   * new upstream point release.
1428     * git-add tried to optimize by finding common leading directories
1429       across its arguments but botched, causing very confused behaviour
1430       (closes: #420671).
1431     * Documentation/git-reset.txt: suggest git commit --amend in example
1432       (closes: #420112).
1433     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
1434       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
1435       harder for distro people to make the same mistake, by setting the
1436       variable to /etc/gitconfig if prefix is set to /usr (closes:
1437       #420675).
1438   * debian/changelog.upstream: upstream changes taken from mailing list
1439     announcement.
1441  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
1443 git-core (1:1.5.1.2-1) unstable; urgency=low
1445   * new upstream point release.
1446   * debian/changelog.upstream: upstream changes taken from mailing list
1447     announcement.
1449  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
1451 git-core (1:1.5.1.1-1) unstable; urgency=low
1453   * new upstream point release.
1454   * debian/changelog.upstream: upstream changes taken from mailing list
1455     announcement.
1456   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
1457     remove; applied upstream.
1459  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
1461 git-core (1:1.5.1-1) unstable; urgency=low
1463   * new upstream release.
1464     * git-svn got almost a rewrite (closes: #416372).
1465   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
1466   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
1467     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
1468     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
1469     remove; applied upstream.
1470   * debian/diff/GNU-Hurd.diff: remove; obsolete.
1471   * debian/git-daemon-run.postrm: check for deluser being available, if
1472     not, print warning and don't remove system user (closes: #416755).
1473   * debian/changelog.upstream: upstream changes taken from mailing list
1474     announcement, and git shortlog.
1475   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
1476     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
1477     receive-email.
1479  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
1481 git-core (1:1.5.0.6-1) unstable; urgency=low
1483   * new upstream point release.
1484   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
1485     new, cherry-pick'ed from upstream master: http-fetch: don't use
1486     double-slash as directory separator in URLs (closes: #409887).
1487   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
1488     Documentation/git-svnimport.txt: fix typo.
1489   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
1490     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
1491     (closes: #404795).
1492   * debian/changelog.upstream: upstream changes taken from mailing list
1493     announcements.
1495  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
1497 git-core (1:1.5.0.5-1) unstable; urgency=low
1499   * new upstream point release.
1500   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
1501     mode 0755 (closes: #415328); remove .gitignore file(s) from
1502     /usr/share/doc/git-core/ (closes: #413913).
1503   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
1504     Habouzit, closes: #415475).
1505   * debian/changelog.upstream: upstream changes taken from mailing list
1506     announcements.
1508  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
1510 git-core (1:1.5.0.3-1) unstable; urgency=low
1512   * new upstream point release.
1513   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
1514   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
1515   * debian/changelog.upstream: upstream changes taken from mailing list
1516     announcements.
1518  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
1520 git-core (1:1.5.0.2-1) unstable; urgency=low
1522   * new upstream point release.
1523   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
1524   * debian/changelog.upstream: upstream changes taken from mailing list
1525     announcements.
1526   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
1527     yet committed to cvs (closes: #412732).
1529  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
1531 git-core (1:1.5.0.1-1) unstable; urgency=low
1533   * new upstream point release.
1534   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
1535     Have git-cvsserver call hooks/update before really altering the ref.
1536   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
1538  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
1540 git-core (1:1.5.0-1) experimental; urgency=low
1542   * new upstream release.
1543   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
1544   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
1545     adapt.
1546   * debian/control: new package git-gui, the git graphical user interface;
1547     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
1548     git-gui.
1549   * debian/rules: new package git-gui.
1550   * debian/changelog.upstream: upstream changes taken from mailing list
1551     announcements and git shortlog.
1552   * debian/git-daemon/run: don't limit git-daemon's memory resources.
1553   * debian/control, debian/rules: remove git-core-dev package again,
1554     libgit.a is not a publically usable/useful library at this moment, as
1555     its internal API is not cast in stone yet.
1556   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
1557     package.
1559  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
1561 git-core (1:1.5.0~rc3-1) experimental; urgency=low
1563   * new upstream release candidate.
1564   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
1565     install libgit.a library plus header files (thx Luca Falavigna).
1566   * debian/rules: new package git-core-dev; remove obsolete
1567     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
1568     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
1569     Luca Falavigna; closes: #403731); make git-p4import.pl available through
1570     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
1571   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
1572     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
1573     python, Suggests: git-core-dev; update short and long descriptions
1574     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
1575   * debian/diff/GNU-Hurd.diff: adapt.
1576   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
1577     needs empty directory (closes: #400508).
1578   * debian/gitweb.README.Debian: typo.
1580  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
1582 git-core (1:1.4.4.4-1) unstable; urgency=low
1584   * new upstream release, important fixes:
1585     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
1586     * Fix infinite loop when deleting multiple packed refs.
1587     * diff --check: fix off by one error.
1588   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
1589     upstream version.
1590   * debian/changelog.upstream: upstream changes taken from mailing list
1591     announcement.
1593  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
1595 git-core (1:1.4.4.3-1) unstable; urgency=medium
1597   * new upstream release (closes: #404796); important fixes:
1598     * Make sure the empty tree exists when needed in merge-recursive; the
1599       error message may make the user think that their database is corrupt
1600       when its actually not.
1601     * Don't use memcpy when source and dest. buffers may overlap.
1602     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
1603       counting of bytes for the CVS protocol, resulting in the client
1604       expecting less data than we actually send, and storing truncated files.
1605   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
1606     work around spurious .sp in manpages (closes: #388370).
1607   * debian/changelog.upstream: upstream changes taken from mailing list
1608     announcement.
1610  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
1612 git-core (1:1.4.4.2-1) unstable; urgency=low
1614   * new upstream release.
1615     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
1616   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
1617     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
1618     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
1619     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
1620     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
1621   * debian/changelog.upstream: upstream changes taken from mailing list
1622     announcements and git log | git shortlog.
1624  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
1626 git-core (1:1.4.4.1-1) unstable; urgency=low
1628   * new upstream release (closes: #400191).
1629   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
1630     replaces debian/diff/not-packed-structs.diff.
1631   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
1632     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
1633     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
1634     0005-Increase-length-of-function-name-buffer.diff: new from upstream
1635     git.
1636   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
1637     generator (thx David Nusinow; closes: #400284).
1638   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
1640  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
1642 git-core (1:1.4.4-2) unstable; urgency=low
1644   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
1645     size doesn't match on arm (fixes selftests failure on arm).
1647  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
1649 git-core (1:1.4.4-1) unstable; urgency=low
1651   * new upstream release (closes: #399575).
1652   * debian/changelog.upstream: upstream changes taken from mailing list
1653     announcements.
1654   * debian/control: Build-Depends: unzip (for selftests).
1656  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
1658 git-core (1:1.4.3.5-1) unstable; urgency=low
1660   * new upstream release.
1661   * debian/changelog.upstream: upstream changes taken from mailing list
1662     announcements.
1664  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
1666 git-core (1:1.4.3.3-2) unstable; urgency=medium
1668   * debian/git-daemon-run.postinst: don't make the log service system user
1669     gitlog member of group adm, but nogroup; gitlog's home directory is
1670     /nonexistent (thx Florian Weimer, closes: #396687).
1671   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
1672     2750, owner gitlog:adm.
1673   * debian/changelog.upstream: upstream changes taken from mailing list
1674     announcements.
1676  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
1678 git-core (1:1.4.3.3-1) unstable; urgency=low
1680   * new upstream release.
1681   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
1682   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
1683     thx Ichthyostega).
1685  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
1687 git-core (1:1.4.3.2-1) unstable; urgency=low
1689   * new upstream release.
1690   * debian/diff/gitweb.conf.diff: remove; obsolete.
1691   * debian/changelog.upstream: upstream changes taken from mailing list
1692     announcements.
1693   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
1694     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
1695     git-arch: don't include git-archive, git-upload-archive; gitweb: install
1696     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
1697     plus man page.
1698   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
1699     selftests (fixes build/selftest failures).
1700   * debian/control: git-core: Depends: liberror-perl.
1702  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
1704 git-core (1:1.4.2.3-2) unstable; urgency=low
1706   * debian/control: new package git-daemon-run: provide a git-daemon
1707     service; git-core: no longer Suggests: runit, Depends: adduser, the
1708     git-daemon-run package now Depends: runit, adduser.
1709   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
1710     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
1711     service (closes: #388144).
1712   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
1713     package does now.
1714   * debian/git-core.postrm: remove; obsolete.
1715   * debian/rules: install git-daemon service directory in the new
1716     git-daemon-run package instead of the git-core package.
1717   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
1718   * debian/git-core.README.Debian: adapt.
1719   * debian/control: git-core: Suggests: git-daemon-run.
1721  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
1723 git-core (1:1.4.2.3-1) unstable; urgency=medium
1725   * new upstream release.
1726   * debian/changelog.upstream: upstream changes taken from mailing list
1727     announcements.
1728   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
1729   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
1730     Kujau, closes: #383065).
1732  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
1734 git-core (1:1.4.2.1-1) unstable; urgency=low
1736   * new upstream release (closes: #386820, #387405).
1737   * debian/changelog.upstream: upstream changes taken from mailing list
1738     announcements.
1739   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
1740     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
1741     #379841).
1742   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
1743   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
1744     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
1745   * debian/gitweb.docs: remove; obsolete.
1746   * debian/examples/index.aux-generation: example script to generate an
1747     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
1748     #383219).
1749   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
1750     (#383219).
1751   * debian/git-core.README.Debian: new; hints on how to set up a
1752     git.example.org server providing git://, rsync://, http:// access to
1753     repositories from Matthew Wilcox (thx!, closes: #383219).
1754   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
1755   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
1756     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
1757     Recommends: git-doc.
1758   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
1759   * debian/git-daemon/: new; git-daemon service directory for the use with
1760     runit.
1761   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
1762     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
1763   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
1764     they fail without a terminal connected.
1765   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
1766     /etc/sv/git-daemon/log/run.
1768  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
1770 git-core (1:1.4.1.1-1) unstable; urgency=low
1772   * new upstream release.
1773   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
1774     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
1775     #380209).
1777  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
1779 git-core (1:1.4.1-2) unstable; urgency=low
1781   * adopt package gitweb, now included in git-core upstream source (thx
1782     Andres Salomon):
1783     * debian/control, debian/rules: build gitweb package.
1784     * debian/copyright: adapt.
1785     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
1786       new; taken from Andres' gitweb package.
1787     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
1788     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
1789   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
1790   * debian/rules: set DESTDIR in environment, not build flags.
1792  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
1794 git-core (1.4.1-1) unstable; urgency=low
1796   * new upstream release.
1797   * debian/changelog.upstream: upstream changes taken from mailing list
1798     announcement.
1799   * debian/rules: user same build flags and prefix to $(MAKE) in build
1800     and install target to prevent rebuild in install target.
1802  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
1804 git-core (1.4.0-1) unstable; urgency=low
1806   * new upstream release.
1807   * debian/changelog.upstream: new; upstream changes taken from mailing
1808     list announcement.
1809   * debian/rules: install debian/changelog.upstream as upstream changelog.
1810   * debian/diff/pager-vs-less.diff: adapt.
1811   * debian/control: Standards-Version: 3.7.2.0.
1813  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
1815 git-core (1.3.3-2) unstable; urgency=medium
1817   * debian/control: git-core: Depends: perl-modules (closes: #369737).
1818   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
1819     if $PAGER is unset (closes: #369742).
1821  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
1823 git-core (1.3.3-1) unstable; urgency=low
1825   * new upstream release.
1827  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
1829 git-core (1.3.2-1) unstable; urgency=low
1831   * new upstream release.
1833  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
1835 git-core (1.3.1-1) unstable; urgency=low
1837   * new upstream release (closes: #364678).
1838   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
1840  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
1842 git-core (1.2.6-1) unstable; urgency=low
1844   * new upstream release.
1845   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
1847  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
1849 git-core (1.2.4-1) unstable; urgency=low
1851   * new upstream release (closes: #354563).
1853  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
1855 git-core (1.2.1-1) unstable; urgency=low
1857   * new upstream release (closes: #353041).
1858   * debian/control: git-core: Recommends: ssh-client instead of
1859     openssh-client (closes: #350708).
1861  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
1863 git-core (1.1.5-1) unstable; urgency=high
1865   * new upstream release.
1866     * checkout: do not make a temporary copy of symlink target.
1867       If the index records an insanely long symbolic link, copying
1868       into the temporary would overflow the buffer (noticed by Mark
1869       Wooding). (closes: #350274).
1871  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
1873 git-core (1.1.3-1) unstable; urgency=low
1875   * new upstream release.
1877  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
1879 git-core (1.0.8-1) unstable; urgency=low
1881   * new upstream point release.
1882   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
1883   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
1884     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
1885     Tretkowski, closes: #344929).
1887  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
1889 git-core (1.0.6-1) unstable; urgency=low
1891   * new upstream point release.
1892   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
1893     merge-order test with NO_OPENSSL=1.
1894   * debian/rules: re-enable git-rev-list --merge-order selftests.
1895   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
1897  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
1899 git-core (1.0.5-1) unstable; urgency=low
1901   * new upstream point release.
1902   * debian/rules: don't take upstream changelog from upstream
1903     debian/changelog.
1904   * debian/changelog.upstream: remove again.
1906  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
1908 git-core (1.0.3-1) unstable; urgency=low
1910   * new upstream point release.
1911   * debian/changelog.upstream: new: upstream changelog taken from upstream
1912     debian/changelog.
1913   * debian/rules: install debian/changelog.upstream as upstream changelog;
1914     remove obsolete VERSION variable.
1916  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
1918 git-core (1.0.0-1) unstable; urgency=medium
1920   * new upstream release: GIT 1.0.0.
1922  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
1924 git-core (0.99.9n-1) unstable; urgency=low
1926   * new upstream version: GIT 0.99.9n aka 1.0rc6.
1927   * debian/rules: rename git program in git-core package to git-scm,
1928     handle /usr/bin/git program through update-alternatives (as suggested
1929     by Ian Beckwith, see #342363).
1930   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
1931     #342363).
1932   * debian/git-core.postinst, debian/git-core.prerm: new: run
1933     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
1934     priority 70 on configure, and --remove on remove respectively.
1936  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
1938 git-core (0.99.9m-1) unstable; urgency=low
1940   * new upstream version: GIT 0.99.9m aka 1.0rc5.
1941     * sets PYTHONPATH for selftests (fixes autobuild test failures).
1942   * switch from tarball-in-tarball approach to original upstream tarball.
1943   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
1944     Eric Biederman previously were maintaining this package unofficially.
1945   * debian/control: Build-Depends: rcs (for selftests); git-core:
1946     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
1947     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
1948     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
1949     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
1950     description (lots taken from upstream unofficial package, thx).
1951   * debian/git-core.docs, debian/git-doc.docs: adapt.
1952   * debian/rules: adapt; remove target unpack; add target patch; adapt
1953     target clean.
1955  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
1957 git-core (0.99.9l-1) unstable; urgency=low
1959   * new upstream version.
1960   * debian/rules: apply diffs with patch -p1.
1961   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
1962     git-email packages, as suggested by upstream:
1963     http://article.gmane.org/gmane.comp.version-control.git/13185
1964   * debian/git-doc.docs: get docs from temporary install directory;
1965     include *.txt docs.
1966   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
1967     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
1968     git-cvs, git-svn, git-email, gitk.
1970  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
1972 git-core (0.99.9k-1) unstable; urgency=low
1974   * new upstream version.
1975   * debian/implicit: update to revision 1.11.
1976   * debian/git-doc.docs: add git/Documentation/howto,
1977     git/Documentation/technical (closes: #341178).
1979  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
1981 git-core (0.99.9j-1) unstable; urgency=low
1983   * initial version.
1984   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
1985     0.16rc2-0 no longer includes the git core components, but depends on
1986     the git-core package (see #338789).
1988  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
1990 git-core (0.99.9j-0) unstable; urgency=low
1992   * GIT 0.99.9j aka 1.0rc3
1994  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
1996 git-core (0.99.9i-0) unstable; urgency=low
1998   * GIT 0.99.9i aka 1.0rc2
2000  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
2002 git-core (0.99.9h-0) unstable; urgency=low
2004   * GIT 0.99.9h
2006  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
2008 git-core (0.99.9g-0) unstable; urgency=low
2010   * GIT 0.99.9g
2012  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
2014 git-core (0.99.9f-0) unstable; urgency=low
2016   * GIT 0.99.9f
2018  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
2020 git-core (0.99.9e-0) unstable; urgency=low
2022   * GIT 0.99.9e
2024  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
2026 git-core (0.99.9d-0) unstable; urgency=low
2028   * GIT 0.99.9d
2030  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
2032 git-core (0.99.9c-0) unstable; urgency=low
2034   * GIT 0.99.9c
2036  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
2038 git-core (0.99.9b-0) unstable; urgency=low
2040   * GIT 0.99.9b
2042  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
2044 git-core (0.99.9a-0) unstable; urgency=low
2046   * GIT 0.99.9a
2048  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
2050 git-core (0.99.9.GIT-2) unstable; urgency=low
2052   * Build Dependency did not include libexpat-dev.
2054  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
2056 git-core (0.99.9.GIT-1) unstable; urgency=low
2058   * Do not scatter txt and html documentation into feature
2059     subpackages.  Do place man pages into them.
2060   * Capture more cvs stuff into git-cvs package.
2062  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
2064 git-core (0.99.9.GIT-0) unstable; urgency=low
2066   * Test Build.
2068  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2070 git-core (0.99.9-1) unstable; urgency=low
2072   * Split the git-core binary package into core, doc, and foreign SCM
2073     interoperability modules.
2075  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2077 git-core (0.99.9-0) unstable; urgency=low
2079   * GIT 0.99.9
2081  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
2083 git-core (0.99.8-0) unstable; urgency=low
2085   * GIT 0.99.8
2087  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
2089 git-core (0.99.7-0) unstable; urgency=low
2091   * GIT 0.99.7
2093  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
2095 git-core (0.99.6-0) unstable; urgency=low
2097   * GIT 0.99.6
2099  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
2101 git-core (0.99.5-1) unstable; urgency=low
2103   * Enable git-send-email on Debian.  There is no reason to shy
2104     away from it, since we have the necessary Perl modules available.
2106  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
2108 git-core (0.99.5-0) unstable; urgency=low
2110   * GIT 0.99.5
2112  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
2114 git-core (0.99.4-4) unstable; urgency=low
2116   * Mark git-tk as architecture neutral.
2118  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
2120 git-core (0.99.4-3) unstable; urgency=low
2122   * Split off gitk.
2123   * Do not depend on diff which is an essential package.
2124   * Use dh_movefiles, not dh_install, to stage two subpackages.
2126  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
2128 git-core (0.99.4-2) unstable; urgency=low
2130   * Git 0.99.4 official release.
2132  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
2134 git-core (0.99.4-1) unstable; urgency=low
2136   * Pass prefix down to the submake when building.
2138  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
2140 git-core (0.99-2) unstable; urgency=low
2142   * Conflict with the GNU Interactive Tools package, which also installs
2143     /usr/bin/git.
2144   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
2145     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
2146   * Minor tweaks to the Depends.
2148  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
2150 git-core (0.99-1) unstable; urgency=low
2152   * Update deb package support to build correctly. 
2154  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
2156 git-core (0.99-0) unstable; urgency=low
2158   * Initial deb package support
2160  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600