debian/implicit: skip unnecessary removal of $pkg.deb*
[git/debian.git] / debian / changelog
blob6ded09f449f4ef655daf3367394c696c96b1854a
1 git (1:1.8.2-1.1) experimental; urgency=low
3   * debian/rules: respect <num> in DEB_BUILD_OPTIONS=parallel=<num>.
4   * debian/implicit: check for debian/changelog.upstream.
5   * debian/implicit: %.deb-DEBIAN-md5sums depends on
6     /usr/share/doc/$pkg/doc/, doc-base/, and lintian/ directories.
7   * debian/rules: do not create ./changelog symlink (avoiding a race).
8   * debian/rules: override implicit git-core.deb-docs target, since
9     git-core does not have its own doc/ directory.
10   * debian/implicit: do not remove files named after implicit targets.
12  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 07 Apr 2013 17:15:39 -0700
14 git (1:1.8.2-1) experimental; urgency=low
16   * new upstream release (see RelNotes/1.8.2.txt).
17   * package the bzr remote helper (closes: #702697).
18     * debian/control: new package git-bzr; Priority: extra; Provides:
19       git-remote-bzr; Depends: python, python-bzrlib; Conflicts:
20       bzr-git; Build-Depends: bzr, python, python-bzrlib for tests;
21       package git now Suggests and git-all Recommends: git-bzr.
22     * debian/git-remote-bzr.txt: new; explain usage.
23     * debian/rules: build git-remote-bzr documentation, munge script
24       shebang line, and install manpage (git-remote-bzr--git.1.gz)
25       and script (/usr/lib/git-core/git-remote-bzr--git) in git-bzr
26       package.
27     * debian/git-doc.docs: install git-remote-bzr.html.
28     * debian/git-bzr.postinst, debian/git-bzr.prerm: new; provide
29       /usr/bin/git-remote-bzr through the alternatives system.
30     * debian/git-bzr.README.Debian: new; explain how to get started.
31   * debian/control: Standards-Version: 3.9.4.0.
32   * debian/rules: define %.install depending on install-arch or
33     install-indep as appropriate for each package.
34   * debian/implicit: depend on %.install instead of both install-arch
35     and install-indep so "debian/rules binary-arch" does not try to
36     build documentation.
37   * debian/rules build-indep, install-indep: build documentation even
38     if asciidoc is not installed.  Build-Depends: dpkg-dev (>= 1.16.2).
39   * debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
41  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Mar 2013 22:06:58 -0700
43 git (1:1.8.2~rc3-1) experimental; urgency=low
45   * new upstream release candidate.
47  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 00:50:39 -0800
49 git (1:1.8.2~rc2-1) experimental; urgency=low
51   * new upstream release candidate.
52     * skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
53       empty entry (thx Anders Kaseorg and Michael Haggerty).
54   * update debian/copyright.
56  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Mar 2013 15:22:27 -0800
58 git (1:1.8.2~rc1-1) experimental; urgency=low
60   * new upstream release candidate.
62  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 02 Mar 2013 13:27:28 -0800
64 git (1:1.8.2~rc0-1) experimental; urgency=low
66   * new upstream release candidate.
67     * push: require force for refs under refs/tags/.
68     * push: require force for annotated tags.
69   * debian/git.NEWS.Debian: advertise upcoming change to default
70     behavior of argumentless "git push [<remote>]".
71   * git-svn: no longer Depends: libwww-perl (thx RjY; closes:
72     #699536).
73   * update debian/copyright (closes: #699930).
75  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Feb 2013 16:52:57 -0800
77 git (1:1.8.1.3-1) experimental; urgency=low
79   * new upstream point release.
81  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
83 git (1:1.8.1.2-1) experimental; urgency=low
85   * new upstream point release.
87  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
89 git (1:1.8.1.1-1) experimental; urgency=low
91   [ Jonathan Nieder ]
92   * debian/git.NEWS.Debian: bash completion script moved to
93     /usr/share/bash-completion/completions/ (thx Philipp Marek;
94     closes: #698055).
96   [ Gerrit Pape ]
97   * new upstream release.
99  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
101 git (1:1.8.1-1) experimental; urgency=low
103   * new upstream release (see RelNotes/1.8.1.txt).
105  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
107 git (1:1.8.1~rc3-1) experimental; urgency=low
109   * new upstream release candidate.
110   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
111     #669376).
113  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
115 git (1:1.8.1~rc0-1) experimental; urgency=low
117   * new upstream release candidate.
118   * debian/control: mark all binary packages Multi-Arch: foreign (thx
119     Colin Watson; closes: #694651).
121  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
123 git (1:1.8.0-1) experimental; urgency=low
125   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
126     RelNotes/1.8.0.txt)
127     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
128       (closes: #526989).
129     * git-svn: use platform specific auth providers.
130     * git-svn: handle errors and concurrent commits in dcommit
131       (closes: #676904).
132     * am: support --include option.
133     * grep: add a grep.patternType configuration setting.
134     * daemon: --access-hook for authentication logging and policy.
135     * merge-base: expose --is-ancestor helper for scripts.
136     * branch: support --set-upstream-to with simpler syntax than
137       --set-upstream.
138     * format-patch: do not use bogus email addresses in message ids.
139     * http: trim trailing newline from /etc/mailname.
140     * do not ignore port in ssh URLs with ipv6 literals
141       (closes: #646178).
142     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
143       before ~/.gitconfig for configuration.
144     * [core] excludesfile and attributes file default to
145       ~/.config/git/ignore and ~/.config/git/attributes.
146     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
147       settings (closes: #666250).
148     * git-blame.el: address elisp warnings from emacs:
149       * use mapc instead of mapchar (closes: #611931).
150       * do not use goto-line in lisp code (closes: #611933).
151       * use with-current-buffer where appropriate (closes: #611932).
152     * cli: add Italian and Vietnamese translations.
153     * push: introduce new push.default mode "simple".  It will be the
154       default in the next major release.
156   [ Jonathan Nieder ]
157   * debian/diff:
158     * 0013...0031: remove; applied upstream.
159     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
160       upstream.
161   * debian/rules:
162     * install German translation.
163     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
164       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
165     * install-arch: sanity-check that built-ins still do not approach
166       btrfs hardlink limit (see #642603).
167     * git: install git-prompt.sh from contrib/completion to
168       /usr/lib/git-core/git-sh-prompt.
169     * git: install completion script to
170       /usr/share/bash-completion/completions/{git,gitk} instead of
171       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
172       it on the fly when completing arguments to git commands.
173   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
174   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
175     remove /etc/bash_completion.d/git on upgrade if unmodified.
176   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
177     /etc/bash_completion.d/git-prompt: new; source
178     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
179     completion lib defining __git_ps1 can continue to work (thx Danny
180     Yates and Anders Kaseorg).
181   * debian/git.conffiles: remove /etc/bash_completion.d/git.
182   * update debian/copyright.
183   * debian/control: gitweb: Recommends: libhttp-date-perl or
184     libtime-module-perl for If-Modified-Since support; Build-Depends:
185     same to support test suite.
186   * debian/implicit: use order-only dependencies so "debian/rules
187     binary-arch" does not try to build documentation.
189   [ Gerrit Pape ]
190   * new upstream release.
192  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
194 git (1:1.7.10.4-2) unstable; urgency=low
196   * debian/diff:
197     * 0013...0030: new from the upstream 'master' branch: git svn:
198       adapt to svn 1.7 changes:
199       * normalize paths and URLs passed to Subversion (thx Michael G.
200         Schwern; closes: #678137)
201       * use correct "svn cp" syntax when checking git svn's mangling
202         of @-signs in branch names (svn became stricter).
203       * commit filetype changes between a regular file and symlink as
204         replacement (deletion followed by addition) instead of
205         modification of files.  Otherwise, clients pulling the change
206         with "svn update" hit an assertion failure (svn issue 4091).
207     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
208       use YAML format for mergeinfo cache when possible.
209   * debian/control: git-svn: Depends: libyaml-perl for platform- and
210     version-independent .git/svn/.caches format; Build-Depends:
211     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
212     #587650).
214  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
216 git (1:1.7.10.4-1) unstable; urgency=low
218   * new upstream point release (thx Jonathan Nieder).
220  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
222 git (1:1.7.10.2-1) unstable; urgency=low
224   * new upstream point release.
225     * merge-recursive: don't detect renames of empty files.
226     * fast-import: tighten parsing of datarefs.
227     * diff -c -U0: fix segfault showing start of file.
228   * debian/rules: do not install preliminary German translation.
230  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
232 git (1:1.7.10-1) unstable; urgency=low
234   * new upstream release.
235     * merge: use editor by default in interactive sessions
236     * submodules: use relative paths to git dir and worktree.
237     * fast-import: reject "ls" of path with empty components.
238     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
239     * am: officially deprecate -b/--binary option.
240   * debian/diff:
241     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
242       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
243       remove; applied upstream.
244     * 0007...0014: rename to 0005-*, ... 0012-*.
245   * debian/git.README.Debian: make paths in inetd(8) hint
246     consistent with git-daemon-run and git-daemon-sysvinit setup.
247   * debian/control: package git: Suggests: gettext-base for translated
248     output in shell scripts.
250  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
252 git (1:1.7.9.5-1) unstable; urgency=low
254   * new upstream point release.
255   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
256     Nieder; closes: #661317).
258  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
260 git (1:1.7.9.4-1) unstable; urgency=low
262   * new upstream point release.
263     * commit: skip intent-to-add entries instead of erroring out.
264     * grep -I: let diff attribute override binary file detection.
265     * clone, daemon, http-backend, transport: look for .../foo before
266       .../foo.git in response to requests for .../foo.
267     * rev-list: enable or disable --verify-objects behavior based on
268       the command line instead of uninitialized memory.
269     * checkout -b: allow switching out of an unborn branch (closes:
270       #506480).
271   * debian/diff: clean up patches for upstream.
272     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
273       hooks/post-receive-email: set content-transfer-encoding as well.
274     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
275       hooks/post-receive-email: avoid mixed-encoding messages when
276       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
277     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
278       remove #! line from sh-i18n and rebase--* shell libraries, too
279       (lintian); fix tests' --valgrind support to detect shell
280       libraries without the #! line (thx Jeff King).
281     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
282       Hamano); rename to 0004-*.
283     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
284       non-symbolic font names on platforms like Mac OS X, Windows, and
285       tk <= 8.4 that lack fontconfig support.
286     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
287       clarify descriptions.
288     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
289       rename to 0010-*.
290     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
291       combine; rename to 0011-*.
292     * 0014, 0015: rename to 0013-*, 0014-*.
293   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
294     reload actions (thx Jonathan McCrohan; closes: #663522).
295   * debian/control: git-gui: point to aspell for spell checking support
296     in the package description; Suggests: aspell (thx Jonathan Ballet,
297     closes: #656061).
298   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
299     (thx Jonathan McCrohan; closes: #663451).
300   * debian/control: Standards-Version: 3.9.3.1.
301   * debian/copyright: adopt copyright-format 1.0.
303  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
305 git (1:1.7.9.1-1) unstable; urgency=low
307   * new upstream point release.
308     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
309       Günther; closes: #659255).
311  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
313 git (1:1.7.9-1) unstable; urgency=low
315   * merge branch debian-experimental.
316   * new upstream release (closes: #657262).
317   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
318     applied upstream.
319   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
321  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
323 git (1:1.7.9~rc1-1) experimental; urgency=low
325   * new upstream release candidate.
326   * debian/diff:
327     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
328     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
329       convert some error conditions to warnings (closes: #649781).
330     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
331       upstream; credential-cache: handle long socket pathnames (closes:
332       #655288).
334  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
336 git (1:1.7.9~rc0-1) experimental; urgency=low
338   * new upstream release candidate.
339   * update debian/copyright.
341  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
343 git (1:1.7.8.3-1) unstable; urgency=medium
345   * new upstream point release.
346   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
347     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
348     same file" errors when replacing hard links to the old copy with
349     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
350     #654596).
352  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
354 git (1:1.7.8.2-1) unstable; urgency=low
356   * merge branch debian-experimental.
357   * new upstream release.
359  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
361 git (1:1.7.8~rc3-1) experimental; urgency=low
363   * new upstream release candidate.
365  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
367 git (1:1.7.8~rc2-1) experimental; urgency=low
369   [ Jonathan Nieder ]
370   * new upstream release candidate.
371   * merge branch debian-sid.
372   * update debian/copyright.
373   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
374     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
375     closes: #645009).
377   [ Gerrit Pape ]
378   * merge branch debian-sid.
380  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
382 git (1:1.7.7.3-1) unstable; urgency=low
384   * new upstream point release.
386  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
388 git (1:1.7.7.2-1) unstable; urgency=low
390   * new upstream point release.
391   * debian/rules: add separate build-arch and build-indep targets
392     (thx Roger Leigh for suggesting it through lintian).
393   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
394     generation bug (see #426302).
395   * debian/rules: use dpkg-buildflags to retrieve compiler flags
396     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
398  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
400 git (1:1.7.8~rc0-1) experimental; urgency=low
402   * merge branch debian-sid.
403   * new upstream release candidate.
404     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
405       applied upstream (thx Jonathan Nieder).
407  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
409 git (1:1.7.7.1-1) unstable; urgency=low
411   * new upstream point release.
412   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
413     remove; applied upstream.
415  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
417 git (1:1.7.7-2) unstable; urgency=low
419   [ Jonathan Nieder ]
420   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
421     symlink before changing it to one (thx Євгеній Мещеряков; closes:
422     #645005).
423   * debian/diff:
424     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
425       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
426     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
427     * 0001...0004: new from the upstream 'master' branch:
428       * ident: check /etc/mailname if email is unknown
429       * ident: do not retrieve default ident when unnecessary
430       * init --shared: do not set setgid bit on directories on
431         GNU/kFreeBSD
432       * Makefile: fix permissions of mergetools/ when building from
433         source extracted with permissive umask
434     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
435       Makefile: add a knob to disable hardlinks within bindir and
436       gitexecdir.
437   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
438     closes: #642603).
439   * debian/rules: do not rely on umask to set contrib permissions.
440   * update debian/copyright.
441   * debian/watch, debian/copyright: point to code.google.com for now.
442     The upstream tarballs haven't been added back to kernel.org yet.
443   * debian/changelog.upstream, debian/versions.upstream: include
444     v1.7.6.4.
446   [ Simon Chopin ]
447   * debian/git.postinst: fix fresh install contrib/hooks cleaning
448     (#645005).
450  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
452 git (1:1.7.7-1) unstable; urgency=low
454   * new upstream release.
455   * merge branch debian-experimental.
456   * debian/rules, debian/git.postinst: move contrib hooks from
457     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
458     for backward compatibility (closes: #640949).
460  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
462 git (1:1.7.7~rc1-1) experimental; urgency=low
464   * merge branch debian-sid.
465   * new upstream release candidate.
466   * debian/rules: git: skip directories in /usr/lib/git-core/ and
467     /usr/bin/ when stripping programs.
469  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
471 git (1:1.7.6.3-1) unstable; urgency=low
473   * merge branch debian-experimental.
474   * new upstream point release.
475   * debian/diff:
476     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
477       to provide better error reporting (thx Jonathan Nieder).
478     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
480  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
482 git (1:1.7.6-1) experimental; urgency=low
484   * new upstream release.
485   * debian/diff:
486     * 0012-daemon-check-for-errors...diff: clarify patch description.
487     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
488     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
489       dns_resolve() pass on return value from getaddrinfo.
490     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
491       introduced by this patch when it was added in 1:1.7.6~rc1-1.
492       * use descriptive messages like "Unable to look up
493         git.example.com: Out of memory" to report errors from the
494         resolver, instead of "unable to connect to a socket (success)".
495       * tolerate alias (CNAME) records in the DNS reply for
496         _git._tcp.<host>, instead of confusing them for invalid SRV
497         records and erroring out.
498     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
499       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
501  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
503 git (1:1.7.6~rc2-1) experimental; urgency=low
505   * new upstream release candidate.
507   [ Daniel Baumann ]
508   * add an init.d script for git-daemon (closes: #422139).
509     * debian/control, debian/rules: new package git-daemon-sysvinit;
510       Depends: adduser; Conflicts: git-daemon-run; package git now
511       Suggests and git-all Recommends: git-daemon-run |
512       git-daemon-sysvinit.
513     * debian/git-daemon.init: new; script to start or stop git-daemon.
514     * debian/git-daemon.default: new; provide some default settings and
515       disable the daemon by default on first installation.
516     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
517       started.
518     * debian/git-daemon-sysvinit.conffiles: new; treat
519       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
520     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
521       user; register and invoke init script to start git-daemon.
522     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
523     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
525   [ Jonathan Nieder ]
526   * debian/diff/:
527     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
528       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
529       kfreebsd).
530     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
531     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
532       new; daemon: check for errors when retrieving IP address for use
533       by the --interpolated-path feature.
535  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
537 git (1:1.7.6~rc1-1) experimental; urgency=low
539   * new upstream release candidate.
540   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
541     teach the git client to pay attention to SRV records (thx Julien
542     Cristau; closes: #627839).
543   * debian/rules: add USE_SRV_RR=1 to OPTS.
544   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
545     DOC_OPTS.
547  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
549 git (1:1.7.5.4-1) unstable; urgency=low
551   * new upstream point release.
553   [ Gerrit Pape ]
554   * debian/changelog.upstream, debian/versions.upstream: update upstream
555     changelog.
557   [ Jonathan Nieder ]
558   * debian/changelog.upstream.sh: use set -e.
559   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
560     socket so the server can restart without waiting for old connections
561     to time out (thx Daniel Kahn Gillmor; closes: #609405).
562   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
563     service, even if there is an active connection using it, before
564     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
565     #627314).
567  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
569 git (1:1.7.5.3-1) unstable; urgency=low
571   * new upstream point release.
572   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
573     remove; included upstream.
574   * debian/control: Package: git-cvs: make cvs dependency unversioned;
575     Package: git-gui: make tk dependency unversioned (thx Jonathan
576     Nieder).
578  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
580 git (1:1.7.5.1-1) unstable; urgency=low
582   * new upstream point release.
583   * merge branch debian-experimental.
584   * debian/diff/:
585     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
586       remove; applied upstream.
587     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
588       0010-*.
589     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
590       from upstream; tests: check that the add -p split-and-edit bug
591       has not resurfaced.
592   * debian/control: package git: no longer Conflicts: but Breaks:
593     git-core from Debian 5.0 (lenny) to simplify the upgrade path
594     (thx Russ Allbery for suggesting it through lintian).
595   * debian/control: package git: Conflicts: git-core from
596     Debian 4.0 (etch) which provided /usr/bin/git through the
597     alternatives system.
598   * debian/control: Standards-Version: 3.9.2.0.
600  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
602 git (1:1.7.5-1) experimental; urgency=low
604   * new upstream release.
605   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
606     new from upstream; upload-pack: start pack-objects which reads
607     pack_pipe before writing to it to avoid deadlock (closes:
608     #607346).
609   * debian/changelog.upstream, debian/versions.upstream: do not skip
610     versions not packaged for Debian (thx Gerrit Pape).
612  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
614 git (1:1.7.5~rc3-1) experimental; urgency=low
616   * new upstream release candidate.
617   * merge branch debian-sid.
618   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
619     remove; applied upstream.
621  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
623 git (1:1.7.4.4-1) unstable; urgency=low
625   * new upstream point release.
626   * debian/diff/0008...0064: remove; applied upstream.
627   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
628     upstream; add -p: do not error out for attempts to stage hunks
629     after splitting and editing them.  This fixes a regression
630     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
631     already patched, 2011-03-04).
632   * debian/git-doc.doc-base.git-index-format: new; catalog
633     .git/index file format document.
634   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
635     don't use dpkg-maintscript-helper, avoiding a dependency on
636     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
637   * debian/git-daemon-run.postrm: terminate the git-daemon/log
638     service before deleting the gitlog user (closes: #610099).
640  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
642 git (1:1.7.4.1-5) unstable; urgency=low
644   * merge branch debian-experimental.
645   * debian/diff/0008...0064: new from the upstream 'maint' branch:
646     (see RelNotes/1.7.4.2.txt for details)
647     * revert "core.abbrevguard: Ensure short object names stay
648       unique a bit longer"
649     * parse_tag_buffer(): do not prefixcmp() out of range
650     * pull: do not display fetch usage on --help-all
651     * gitweb: address warnings from perl 5.13
652     * gitweb: replace tabs with spaces when highlighting syntax
653     * merge: honor prepare-commit-msg hook
654     * diff: handle diffstat of rewritten binary files
655     * config: add "[push] default = upstream" synonym for
656       "[push] default = tracking"
657     * diffcore: properly honor the difference between -M and -C
658     * diffcore: improve similarity heuristics for rename detection
659     * patch-id: do not trip over "no newline" marker
660     * various documentation, usage string, and code clarity
661       improvements
663  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
665 git (1:1.7.4.1-4) experimental; urgency=low
667   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
668     symlink before changing it to one (closes: #617631).
669   * git-el.postinst: remove spurious .../contrib/emacs.old and
670     /usr/share/git-core/emacs/emacs symlinks.
671   * package git: do not run emacs-package-remove on upgrade (it's not
672     needed).
673     - git.postinst: do not run "emacs-package-remove git".
674     - debian/control: git no longer Depends: emacsen-common (closes:
675       #617784).
676   * git-el.emacsen-install, git-el.emacsen-remove:
677     - use printf instead of echo.
678     - only remove the lisp (.el) and bytecode (.elc) files that we
679       install.
680     - make output less noisy --- for example, do not say "+ set +x".
682  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
684 git (1:1.7.4.1-3) unstable; urgency=low
686   [ Anders Kaseorg ]
687   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
688     lucid.
690   [ Jonathan Nieder ]
691   * README.emacs: git-blame.el does not print a summary in the echo
692     area (documents: #611935).
693   * Move emacs support files to a separate git-el package.
694   * Make git depend on emacsen-support, so it can reliably clean up
695     the old emacs support files on upgrade (closes: #614578)
696   * git-el.emacsen-install: Overwrite .el symlinks if they already
697     exist (closes: #614659).
698   * git-el.emacsen-remove: Do not complain if the site-lisp
699     directory is nonempty or is already missing.
700   * debian/control: git-man: Section: doc.
702  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
704 git (1:1.7.4.1-1) unstable; urgency=low
706   * new upstream release (closes: #600566, #575917, #578752, #583693,
707     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
708     #577471, #607044, #606975, #610423, #610481).
710   [ Anders Kaseorg ]
711   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
712   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
713     not error out when git version number contains "-rc".
715   [ Jonathan Nieder ]
716   * add myself as uploader.
717   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
718   * debian/rules: accept patches with .patch suffix, too (thx Anders
719     Kaseorg).
720   * debian/rules: use patch -N -r- so patch application is idempotent.
721   * update debian/copyright.
722   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
723     gethostbyname when mailname is not an fqdn (closes: #611608).
724   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
725     fonts by default.  The appearance for users that already have a
726     generated ~/.gitk file is not affected (closes: #466471).
727   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
728     in "All fields" search (thx Frédéric Brière, closes: #465776).
729   * debian/control: git-cvs: recommend cvs2git for one-time conversions
730     (closes: #585725).
731   * debian/control: git-core: explain that it still may be needed (thx
732     Denis Laxalde).
733   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
734     CGI implementation (thx Ivan Shmakov).
735   * debian/control, debian/rules: new architecture-independent package
736     git-man: manual pages that were previously in the main git package.
737   * debian/rules: do not build documentation on autobuilders (closes:
738     #499002).
739   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
740   * debian/rules: git-gui: install git-gui--askpass helper to
741     /usr/lib/git-core (closes: #598245).
742   * debian/rules: git-doc: install symlink to html documentation in
743     /usr/share/doc/git (thx Ian Jackson).
744   * debian/watch: new; point to upstream sources.
745   * debian/implicit: create DEBIAN/md5sums with correct permissions.
746   * debian/diff/0003-remove-shebang...diff: new; do not start shell
747     libraries with #!/bin/sh.
748   * debian/rules: do not try to strip scripts even if they begin
749     with "# " in place of "#!".
750   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
751     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
752     from treating documentation as code.
753   * debian/implicit: check for debian/$pkg.doc-base.$docid.
754   * debian/git-doc.doc-base.*: new; catalog provided documentation.
755   * debian/implicit: check for debian/$pkg.lintian-overrides.
756   * debian/git.lintian-overrides: new; document some deviations from
757     lintian guidelines.
758   * debian/control: Standards-Version: 3.9.1.0.
760   * debian/git.README.Debian: server logs go in /var/log/apache2.
761   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
762   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
763     needed.
764   * debian/rules, debian/control: move gitweb script to the main git
765     package for use by instaweb; make gitweb into a configuration
766     package.
767   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
768     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
769   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
770   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
771   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
772     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
774   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
775     debian/git.prerm: put emacs support files in /usr/share/git-core
776     instead of /usr/share/doc/git/contrib.
777   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
778     README.source and README.Debian.
779   * debian/git.README.emacs: new; introduction to the emacs support
780     (text taken from contrib/emacs/README).
782   [ Kevin Ryde ]
783   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
784     debian/git.prerm: Make M-x git-status and git-blame modes available
785     with emacs23 (closes: #576887).
787  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
789 git (1:1.7.2.3-2.2) unstable; urgency=medium
791   * Non-maintainer upload.
792   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
793     upstream: gitweb: do not parrot filenames or other arguments given
794     in a request without proper quoting (closes: #607248,
795     CVE-2010-3906).
797  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
799 git (1:1.7.2.3-2.1) unstable; urgency=low
801   * Non-maintainer upload.
802   * debian/diff/0010...0033: new from the upstream 'maint' branch:
803     * cache_tree_free: Fix small memory leak.
804     * diff.c: call regfree to free memory allocated by regcomp.
805     * gitweb: allow configurations that change with each request
806       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
807     * Documentation: 19 formatting fixes (thx Frédéric Brière,
808       closes: #540001, #600422).
809     * setup: make sure git dir path is in a permanent buffer.
810     * do not depend on signed integer overflow.
811   * debian/control: gitweb: weaken dependencies to allow configurations
812     using mod_perl or fastcgi rather than CGI; explain dependencies in
813     the package description (thx Servilio Afre Puentes,
814     closes: #600413).
816  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
818 git (1:1.7.2.3-2) unstable; urgency=low
820   * merge branch debian-experimental.
821   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
823  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
825 git (1:1.7.2.3-1) experimental; urgency=low
827   * new upstream release.
828     * post-receive-email: document command-line mode (closes: #428413).
829     * add-interactive: Clarify “remaining hunks in the file”
830       (closes: #526014).
831     * rebase -i -p: document shortcomings (closes: #532775).
832     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
833     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
834       closes: #546733, #572847).
835     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
836       closes: #578908).
837   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
838     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
839     applied upstream.
840   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
841     prevent gitweb from serving rename patches that GNU patch 2.6.1
842     cannot apply.
843   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
844     install gitweb.css et al in /usr/share/gitweb, not a new static/
845     subdirectory.
846   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
847     upstream; do not unquote + into space character in URLs.
848   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
849     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
850   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
851     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
852   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
853     instaweb: ignore /etc/gitweb.conf;
854     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
855     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
856     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
857     Kleine-König, closes: #592733).
858   * update debian/copyright.
859   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
860     install gitweb.js, add an Alias for it to the VirtualHost example,
861     and configure gitweb to look for it in the right place (closes:
862     #555047).
863   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
864   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
865     #559890).
866   * debian/gitweb.conf: use relative links for gitweb.css et al
867     (thx Alban Browaeys, closes: #568343).
868   * debian/control: package git: no longer Conflicts: git
869     (<< 4.3.20-11).
870   * debian/control: package git: Breaks: packages from Debian 5.0
871     (lenny) relying on removed features such as dashed-form commands in
872     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
873     Breaks: ancient qgit for the same reason.
874   * debian/gitweb.README.Debian: copy-edit.
875   * debian/git.README.Debian: retitle to "Git for Debian" (thx
876     Christoph Anton Mitterer, closes: #590129).
877   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
878   * debian/control: package git no longer Depends: libdigest-sha1-perl
879     (thx Ansgar Burchardt, closes: #591039).
880   * debian/control: Build-Depends: libio-pty-perl for better test
881     coverage.
883  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
885 git (1:1.7.1-1.1) unstable; urgency=high
887   * Non-maintainer upload.
888   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
889     new, cherry-picked from 3c9d041: setup: Check size of path buffer
890     before writing into it (closes: #590026, CVE-2010-2542).
892  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
894 git (1:1.7.1-1) unstable; urgency=low
896   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
897     remove; obsolete.
898   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
899     new; git-submodule.sh: properly initialize shell variables (closes:
900     #569594).
901   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
902     test.
903   * new upstream release.
904   * merge branch debian-experimental.
906  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
908 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
910   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
911     remove; more archs are affected (additionally hppa, armel).
912   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
913     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
914     --init'.
916  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
918 git (1:1.7.0.5-1) unstable; urgency=low
920   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
921     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
922     (closes: #578298).
923   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
924     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
925     test (workaround: #569594).
926   * debian/control: no longer Replaces, Conflicts: git-completion (thx
927     Jonathan Nieder, closes: #577730).
928   * new upstream point release.
929   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
931  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
933 git (1:1.7.1~rc1-1.1) experimental; urgency=low
935   * debian/control: typo (thx Jonathan Nieder).
936   * debian/git-daemon-run.postinst: remove fixup for #522348.
938  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
940 git (1:1.7.1~rc1-1) experimental; urgency=low
942   * new upstream release candidate.
943   * merge branch debian-sid.
945  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
947 git (1:1.7.0.4-2) unstable; urgency=low
949   * debian/rules: package git: no longer install /usr/share/doc/git-core
950     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
951     symlink (closes: #576906).
952   * debian/control: package git: Replaces:, Conflicts: git-core (<=
953     1:1.7.0.4-1).
954   * debian/rules: make /usr/share/gitweb/index.cgi ->
955     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
956   * debian/control: package git-core: minor update to the long
957     description.
958   * debian/git.README.source: add note about the <debian-package-git>
959     mailing list.
960   * debian/rules: target binary-indep: add missing dependency to
961     git-core.deb-DEBIAN.
962   * debian/implicit: no longer create DEBIAN/md5sums.
963   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
964     (keeping upstream's default).
966  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
968 git (1:1.7.0.4-2~exp0) experimental; urgency=low
970   [ Gerrit Pape ]
971   * debian/control, debian/rules, debian/git-core.*: change source and
972     binary package name from git-core to git; keep now obsolete empty
973     git-core package that depends on git for upgrade (see
974     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
975   * debian/control: package git: Replaces: git-core, Conflicts: git-core
976     (<= 1:1.7.0.3-1), Provides: git-core.
977   * debian/git.NEWS.Debian: talk about the package name change, and the
978     possible hazzle when upgrading with GNU Interactive Tools installed
979     since etch and no git-core installed.
980   * debian/control, debian/rules: new package git-all: dummy package
981     which brings in all subpackages (following upstream's RPMs).
983   [ Jonathan Nieder ]
984   * debian/git.README.source: adjust for the package name change.
985   * debian/rules: install symbolic link git -> git-core in /usr/lib
986     to simplify upgrades.
987   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
988     the path to the git-daemon binary.
990  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
992 git-core (1:1.7.0.4-1) unstable; urgency=low
994   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
995     service is already removed; use -f option to userdel, on fast-purge
996     the log service daemon might still run for a short time (closes:
997     #575434).
998   * new upstream point release.
1000  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
1002 git-core (1:1.7.0.3-1) unstable; urgency=low
1004   * debian/control: Standards-Version: 3.8.4.0.
1005   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
1006   * new upstream point release.
1008  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
1010 git-core (1:1.7.0.2-1) unstable; urgency=low
1012   * new upstream point release.
1014     [ Jonathan Nieder ]
1015     * am: remove rebase-apply directory before gc (thx Mark Brown,
1016       closes: #570966).
1017     * git-imap-send: Convert LF to CRLF before storing patch to draft box
1018       (closes: #572598).
1019     * sha1_file: be paranoid when creating loose objects (closes:
1020       #569505).
1022  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
1024 git-core (1:1.7.0-1) unstable; urgency=low
1026   * debian/git-core.README.source: typos.
1027   * new upstream release.
1028     * Documentation: Update git core tutorial clarifying reference to
1029       scripts (closes: ##560795).
1030   * merge branch debian-experimental.
1032  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
1034 git-core (1:1.7.0~rc2-1) experimental; urgency=low
1036   * new upstream release candidate.
1038  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
1040 git-core (1:1.7.0~rc1-1) experimental; urgency=low
1042   * new upstream release candidate.
1043   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1044     remove; applied upstream.
1045   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
1046     Python module will require more work.
1047   * update debian/copyright (closes: #557065).
1048   * debian/rules: set prefix=/usr when building man pages (closes:
1049     #567404).
1051  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
1053 git-core (1:1.6.6.2-1) unstable; urgency=medium
1055   * new upstream point release.
1056   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1057     remove; applied upstream.
1058   * debian/rules: stop ignoring test suite failures on ia64, since
1059     #563882 has been fixed.  Build-Depends: and Depends:
1060     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
1061   * update debian/copyright (closes: #557065).
1062   * debian/rules: set prefix=/usr when building man pages (closes:
1063     #567404).
1065  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
1067 git-core (1:1.6.6.1-1) unstable; urgency=low
1069   [ Gerrit Pape ]
1070   * new upstream point release.
1071     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
1072       closes: #476604).
1073   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1074     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
1075     build/selftest failure if the build directory pathname contains a +).
1076   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
1077     work out of the box with Apache (thx Charles Plessy).
1078   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
1079     gitweb work out of the box with Apache (thx Charles Plessy, closes:
1080     #497809).
1081   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
1083   [ Jonathan Nieder ]
1084   * debian/rules: ignore test suite failures on ia64 (workaround:
1085     #563882).
1087  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
1089 git-core (1:1.6.6-1) unstable; urgency=low
1091   * new upstream release.
1093  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
1095 git-core (1:1.6.6~rc2-1) experimental; urgency=low
1097   * new upstream release candidate.
1098   * merge branch debian-sid.
1100  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
1102 git-core (1:1.6.5.7-1) unstable; urgency=low
1104   * new upstream point release.
1106  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
1108 git-core (1:1.6.6~rc1-1) experimental; urgency=low
1110   * merge branch debian-sid.
1111   * new upstream release candidate.
1113  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
1115 git-core (1:1.6.5.4-1) unstable; urgency=low
1117   * new upstream point release.
1119  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
1121 git-core (1:1.6.6~rc0-1) experimental; urgency=low
1123   * new upstream release candidate.
1124   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
1125     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
1126     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
1127     remove; obsolete.
1128   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
1129     OPTS.
1131  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
1133 git-core (1:1.6.5.3-1) unstable; urgency=low
1135   [ Tanguy Ortolo ]
1136   * debian/git-core.README.Debian, debian/control: git-daemon-run:
1137     document that git-daemon is not provided by this package; add hint
1138     on how to enable git-daemon through inetd(8) (closes: #554215).
1140   [ Jonathan Nieder ]
1141   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
1142     #555039).
1143   * debian/rules: log $(CC) version, not gcc (closes: #555040).
1144   * debian/rules: allow clean as non-root (closes: #555041).
1145   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
1146     #555051).
1147   * debian/rules: TCLTK_PATH=wish (closes: #555027).
1149   [ Gerrit Pape ]
1150   * new upstream point release.
1151     * ls-files: unbreak "ls-files -i" (closes: #553296).
1152     * Require a struct remote in transport_get(); Allow curl helper to
1153       work without a local repository (closes: #553507).
1154     * help -a: do not unnecessarily look for a repository (closes:
1155       #539273).
1156     * thx Jonathan Nieder.
1158  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
1160 git-core (1:1.6.5.2-1) unstable; urgency=low
1162   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
1163     #530693).
1164   * new upstream point release.
1165     * grep: do not segfault when -f is used (closes: 551071).
1167  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
1169 git-core (1:1.6.5-1) unstable; urgency=low
1171   * new upstream release.
1172     * git-doc: html no longer uses "{plus}" where it should be "+"
1173       (closes: #529255).
1174   * debian/git-core.README.source: new; document how to use the
1175     Debian package source.
1176   * debian/implicit: update to revision 60d9070.
1178  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
1180 git-core (1:1.6.4.3-1) unstable; urgency=low
1182   * new upstream release (closes: #546709).
1183     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
1184       (closes: #536067).
1185   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
1186     Anders Kaseorg; closes: #546499).
1188  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
1190 git-core (1:1.6.3.3-2) unstable; urgency=low
1192   [ Anders Kaseorg ]
1193   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
1194     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
1195     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
1196     (closes: #530693, #521954, #533320).
1198   [ Gerrit Pape ]
1199   * debian/control: Standards-Version: 3.8.2.0.
1201  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
1203 git-core (1:1.6.3.3-1) unstable; urgency=high
1205   * new upstream point release.
1206     * daemon: Strictly parse the "extra arg" part of the command
1207       (closes: #532935; CVE-2009-2108).
1208   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
1209   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1210     remove; obsolete.
1212  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
1214 git-core (1:1.6.3.1-1) unstable; urgency=low
1216   * new upstream point release.
1218  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
1220 git-core (1:1.6.3-1) unstable; urgency=low
1222   * new upstream release.
1223   * merge branch debian-experimental.
1225  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
1227 git-core (1:1.6.3~rc3-1) experimental; urgency=low
1229   * new upstream release candidate.
1231  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
1233 git-core (1:1.6.3~rc1-1) experimental; urgency=low
1235   * new upstream release candidate.
1236   * merge branch debian-sid.
1238  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
1240 git-core (1:1.6.2.4-1) unstable; urgency=low
1242   * new upstream point release.
1244  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
1246 git-core (1:1.6.3~rc0-1) experimental; urgency=low
1248   * new upstream release candidate.
1249   * merge branch debian-sid.
1251  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
1253 git-core (1:1.6.2.3-1) unstable; urgency=low
1255   * new upstream point release.
1256   * debian/control: Standards-Version: 3.8.1.0.
1257   * debian/control: change subversion to Subversion in description.
1258   * debian/control: Section: vcs (except for git-doc).
1260  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
1262 git-core (1:1.6.2.2-1) unstable; urgency=low
1264   * new upstream point release.
1265   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1266     new; Makefile: do not install cross-directory hardlink (thx Jonathan
1267     Nieder, closes: #520116).
1268   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
1269     'git daemon' (closes: #522348).
1270   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
1271     #522348.
1272   * debian/git-core.emacsen-startup: remove the line
1273     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
1275  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
1277 git-core (1:1.6.2.1-1) unstable; urgency=low
1279   * new upstream point release.
1280   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
1281     (closes: #519728).
1283  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
1285 git-core (1:1.6.2-1) unstable; urgency=medium
1287   * new upstream release.
1288   * merge branch debian-experimental.
1289   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
1290     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1291     remove; applied upstream.
1293  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
1295 git-core (1:1.6.2~rc2-1) experimental; urgency=low
1297   * merge branch debian-sid.
1298   * new upstream release candidate.
1300  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
1302 git-core (1:1.6.1.3-2) unstable; urgency=high
1304   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
1305     new from upstream git: Install builtins with the user and group of
1306     the installing personality.
1307   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1308     new from upstream git: git-quiltimport: preserve standard input to
1309     be able to read user input (closes: #515910).
1311  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
1313 git-core (1:1.6.2~rc1-1) experimental; urgency=low
1315   * new upstream release candidate.
1316   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
1317     Documentation/RelNotes* from git-doc to the git-core package
1318     (closes: #514866).
1320  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
1322 git-core (1:1.6.2~rc0-1) experimental; urgency=low
1324   * new upstream release candidate.
1325   * merge branch debian-sid.
1327  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
1329 git-core (1:1.6.1.3-1) unstable; urgency=low
1331   * new upstream point release.
1333  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
1335 git-core (1:1.6.1.2-1) experimental; urgency=low
1337   * new upstream release.
1338     * don't fail to clone over http if connection is rate limited
1339       (closes: #512795).
1340     * git svn info no longer fails (closes: #499243).
1341   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
1342     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
1343     for the patch, closes: #497883).
1344   * merge branch debian-lenny.
1345   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1346     remove; fixed upstream.
1348  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
1350 git-core (1:1.5.6.5-3) unstable; urgency=high
1352   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
1353     /usr/bin/sv (closes: #511687).
1354   * debian/git-daemon-run.README.Debian: document how to create the
1355     symlink manually to have an LSB compatible /etc/init.d/git-daemon
1356     interface to control the service.
1358  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
1360 git-core (1:1.6.0.6-1) experimental; urgency=low
1362   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
1363     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
1364   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
1365     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
1366     Gerasiov, closes: #506445).
1367   * new upstream point release (closes: #504641).
1368     * gitweb: do not run "git diff" that is Porcelain.
1370  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
1372 git-core (1:1.5.6.5-2) unstable; urgency=high
1374   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1375     new; fix possible gitweb vulnerability: calling "git diff": Jakub
1376     says that legacy-style URI to view two blob differences are never
1377     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
1378     the gitweb, which is a no-no.  It can trigger diff.external command
1379     that is specified in the configuration file of the repository being
1380     viewed.
1382  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
1384 git-core (1:1.6.0.4-1) experimental; urgency=low
1386   * new upstream point release.
1387   * debian/control: git-email: minor update to the long description
1388     (thx Gerfried Fuchs, closes: #501559).
1389   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
1390   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
1391     tk8.5 (thx Adeodato Simó, closes: #503113).
1392   * debian/rules: move the /usr/bin/git-cvsserver program into the
1393     git-cvs package.
1395  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
1397 git-core (1:1.6.0.3-1) experimental; urgency=low
1399   * debian/control: minor update to long descriptions (thx Reuben
1400     Thomas, closes: #499065).
1401   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
1402     file (thx Jari Aalto, closes: #472197).
1403   * debian/rules: install emacsen-startup configuration file into the
1404     git-core package (thx Eddy Mulyono, closes: #446027).
1405   * new upstream point release.
1406   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
1408  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
1410 git-core (1:1.6.0.2-1) experimental; urgency=low
1412   * new upstream point release.
1413   * debian/git-core.NEWS.Debian: new; mention that most of the programs
1414     now are installed outside the default $PATH; the "git-xyzzy" form
1415     in scripts and on the command line is no longer supported in 1.6.0.
1416   * debian/git-core.README.Debian: fix paths in config example (thx
1417     Michael Biebl for the patch, closes: #498741).
1418   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
1419     patch, closes: #496834).
1421  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
1423 git-core (1:1.6.0.1-1) experimental; urgency=low
1425   * new upstream point release (closes: #496155).
1426   * merge branch debian-sid.
1428  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
1430 git-core (1:1.6.0-1) experimental; urgency=low
1432   * new upstream release.
1433     * svnimport: newer libsvn wants us to ask for the root with "",
1434       not "/" (closes: #492522, #490400).
1435     * Keep some git-* programs in $(bindir); Move all dashed-form
1436       commands to libexecdir (closes: #461212).
1437     * bash: Add more option completions for 'git log' (closes:
1438       #490220).
1439     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1440       in git diff; Fix buffer overflow in git-grep (closes: #494097).
1441   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
1442     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
1443     Jonathan Nieder for the patch, closes: #494505).
1444   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
1445     several paths (thx Jonathan Nieder for a patch, closes: #480396).
1446   * debian/gitweb.NEWS.Debian: new; talk about files moved from
1447     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
1448   * debian/git-daemon/run: run git daemon instead of git-daemon
1449     (dash-less form).
1450   * debian/git-daemon-run.postinst: add gitdaemon system user.
1451   * debian/git-daemon/run: utilize chpst to run git daemon as user
1452     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
1454  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
1456 git-core (1:1.5.6.5-1) unstable; urgency=high
1458   * new upstream point release.
1459     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1460       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
1461       closes: #494097).
1462   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
1464  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
1466 git-core (1:1.5.6.3-1.1) unstable; urgency=high
1468   * Non-maintainer upload by the Security Team.
1469   * Fix various stack-based buffer overflows when processing overly long
1470     repository pathnames which can be exploited to execute arbitrary code if
1471     a victim is tricked into using git-grep or git-diff on a crafted
1472     repository (CVE-2008-3546; Closes: #494097).
1474  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
1476 git-core (1:1.5.6.3-1) unstable; urgency=low
1478   * new upstream point release.
1479   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1480     remove; applied upstream (opens: #490400).
1481   * debian/control: Standards-Version: 3.8.0.1.
1483  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
1485 git-core (1:1.5.6.2-1) unstable; urgency=low
1487   * new upstream point release (closes: #489431).
1488   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
1489     machine-readable format; clarify some license information (thx,
1490     closes: #488351).
1491   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
1492     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
1493     #479479).
1494   * debian/control: package git-arch: no longer Suggests: bazaar
1495     (closes: #486726).
1496   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1497     new; git-svn.perl: workaround assertions in svn library 1.5.0
1498     (closes: #489108).
1500  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
1502 git-core (1:1.5.6-1) unstable; urgency=low
1504   * new upstream release.
1505   * merge branch debian-experimental.
1507  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
1509 git-core (1:1.5.6~rc3-1) experimental; urgency=low
1511   * debian/git-daemon-run.postrm: remove log files on purge.
1512   * new upstream release candidate.
1513   * debian/control: package git-core: no longer Depends: cpio, no
1514     longer Recommends: curl.
1516  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
1518 git-core (1:1.5.6~rc2-1) experimental; urgency=low
1520   * new upstream release candidate.
1521   * merge branch debian-sid.
1522   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
1524  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
1526 git-core (1:1.5.5.4-1) unstable; urgency=low
1528   * new upstream point release.
1529   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
1530     breakage (thx Jonathan Nieder, closes: #476634).
1531   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
1532     Nieder).
1534  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
1536 git-core (1:1.5.6~rc1-1) experimental; urgency=low
1538   * new upstream release candidate.
1539     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
1540       477393).
1541     * gitweb: Fix "next" link on bottom of page (closes: #481902).
1542   * merge branch debian-sid.
1543   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
1545  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
1547 git-core (1:1.5.5.3-1) unstable; urgency=low
1549   * new upstream point release.
1550     * commit --interactive: properly update the index before commiting
1551       (closes: #480429).
1552   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1553     remove; applied upstream.
1554   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
1555     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
1556     (closes: #477337).
1558  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
1560 git-core (1:1.5.6~rc0-1) experimental; urgency=low
1562   * merge branch debian-sid.
1563   * new upstream release candidate.
1564   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
1565     remove; fixed upstream.
1566   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1567     remove; applied upstream.
1569  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
1571 git-core (1:1.5.5.2-1) unstable; urgency=low
1573   * new upstream point release.
1574     * diff-options.txt: document the new "--dirstat" option (closes:
1575       #476437).
1576   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
1577     new: git-bisect.sh: don't accidentally override existing branch
1578     "bisect" (closes: #478647).
1580  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
1582 git-core (1:1.5.5.1-1) unstable; urgency=low
1584   * new upstream point release.
1586  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
1588 git-core (1:1.5.5-1) unstable; urgency=low
1590   * new upstream release.
1591     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
1592     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
1593       (closes: #469083).
1594   * merge branch debian/experimental.
1596  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
1598 git-core (1:1.5.5~rc3-2) experimental; urgency=low
1600   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
1601     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
1603  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
1605 git-core (1:1.5.5~rc3-1) experimental; urgency=low
1607   * new upstream release candidate.
1608   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
1609     new: gitweb: fallback to system-wide config file if default config does
1610     not exist (closes: #450592).
1611   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
1613  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
1615 git-core (1:1.5.5~rc2-1) experimental; urgency=low
1617   * new upstream release candidate.
1618     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
1619       (closes: #471969).
1620     * imap-send: properly error out if imap.host is not set in config
1621       (closes: #472632).
1622   * merge branch debian-sid.
1624  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
1626 git-core (1:1.5.4.5-1) unstable; urgency=low
1628   * new upstream point release (closes: #473071).
1630  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
1632 git-core (1:1.5.5~rc1-1) experimental; urgency=low
1634   * new upstream release candidate.
1636  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
1638 git-core (1:1.5.5~rc0-1) experimental; urgency=low
1640   * new upstream release candidate.
1641     * git-pull documentation: warn about the option order (closes: #463853).
1642     * hash-object: cleanup handling of command line options (closes:
1643       #464432).
1644   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
1645     remove; applied upstream.
1647  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
1649 git-core (1:1.5.4.4-1) unstable; urgency=low
1651   * new upstream point release.
1652     * templates/Makefile: don't depend on local umask setting (closes:
1653       #467518).
1654     * Fix random crashes in http_cleanup() (closes: #468836).
1655     * send-email: fix In-Reply-To regression (closes: #468153).
1656     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
1657       options (closes: #468568).
1659  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
1661 git-core (1:1.5.4.3-1) unstable; urgency=low
1663   * new upstream point release.
1664     * git-clone.sh: properly configure remote even if remote's head is
1665       dangling (closes: #466581).
1666   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
1667     new: from upstream master: gitk: properly deal with tag names containing /
1668     (slash) (closes: #464104).
1669   * debian/git-daemon-run.postrm: adapt paths in /var/.
1671  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
1673 git-core (1:1.5.4.2-2) unstable; urgency=low
1675   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
1676     subdirectories, update-service now takes care of this.
1677   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
1678     upgrade from <= 1.5.4.2-1.
1680  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
1682 git-core (1:1.5.4.2-1) unstable; urgency=low
1684   * new upstream point release.
1685     * cvsimport: have default merge regex also match beginning of commit
1686       message (thx Frédéric Brière, closes: #463468).
1687     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
1688       #464656).
1689   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
1690   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
1691     (closes: #456423).
1692   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
1693     debian/git-daemon-run.prerm: use runit's update-service program to
1694     add/remove the git daemon service, instead of dealing with symlinks in
1695     /var/service/ directly.
1696   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
1697     version that provides the update-service program).
1699  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
1701 git-core (1:1.5.4.1-1) unstable; urgency=medium
1703   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
1704     closes: #463896).
1705   * new upstream point release.
1707  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
1709 git-core (1:1.5.4-1) unstable; urgency=low
1711   * merge branch debian-experimental.
1712   * new upstream release.
1713   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
1714     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
1715     #463732).
1716   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
1717     on test failures.
1719  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
1721 git-core (1:1.5.4~rc5-1) experimental; urgency=low
1723   * new upstream release candidate.
1725  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
1727 git-core (1:1.5.4~rc4-1) experimental; urgency=low
1729   * new upstream release candidate.
1730   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1731     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
1732   * debian/rules: install /usr/share/gitk/ into the gitk package, not
1733     git-core.
1735  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
1737 git-core (1:1.5.4~rc3-1) experimental; urgency=low
1739   * merge branch debian-sid.
1740   * new upstream release candidate.
1741     * "git pull --tags": error out with a better message (closes: #456035).
1742     * gitk: use user-configured background in view definition dialog
1743       (closes: #457124).
1744   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
1746  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
1748 git-core (1:1.5.3.8-1) unstable; urgency=low
1750   * debian/control: for all packages: Suggests: git-doc instead of
1751     Recommends: (thx Andrew Moise, closes: #455369).
1752   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
1753   * new upstream point release.
1755  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
1757 git-core (1:1.5.4~rc2-1) experimental; urgency=low
1759   * new upstream release candidate.
1760     * shortlog manpage documentation: work around asciidoc markup issues
1761       (closes: #447911).
1762     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
1764  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
1766 git-core (1:1.5.4~rc1-1) experimental; urgency=low
1768   * new upstream release candidate.
1769     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
1770       type (closes: #435610).
1772  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
1774 git-core (1:1.5.4~rc0-1) experimental; urgency=low
1776   * new upstream release candidate.
1777     * build with correct version information (on amd64, closes: #454935,
1778       #454408).
1779     * git-reset: add -q option to operate quietly (closes: #444933).
1780     * gitk: disable colours when calling git log (closes: #454420).
1781     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
1782       #447325, #447965, #451037).
1783     * git-commit: allow grouping of short options (closes: #407241).
1784   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
1785     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
1786     applied upstream.
1787   * debian/rules: install git-gui's lib/ directory plus subdirectory
1788     properly.
1789   * debian/control: Build-Depends: gettext.
1791  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
1793 git-core (1:1.5.3.7-1) unstable; urgency=low
1795   * new upstream point release.
1796   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
1797     cache DESTDIR in perl/perl.mak (#452077).
1798   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
1799     again, this is now handled through debian/diff/0005 (thx Pierre
1800     Habouzit, #452077).
1802  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
1804 git-core (1:1.5.3.6-1.1) unstable; urgency=low
1806   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
1807     preventing people from installing git, I took the initiative to fix it
1808     before his return.
1809   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
1810     that remembers our DESTDIR and makes perl modules be installed in
1811     debian/git-core/ in the install-indep target again
1812     (closes: #452077, #452078, #452080, #452111, #452324).
1814  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
1816 git-core (1:1.5.3.6-1) unstable; urgency=low
1818   * debian/implicit: add proper dependencies to support 'parallel build'
1819     through make -j (thx Daniel Schepler for the patch).
1820   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
1821     the selftests.
1822   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1823     new; check /etc/mailname if author email is unknown (closes: #448655).
1824   * debian/gitweb.docs: new; install gitweb/README.
1825   * new upstream point release.
1826     * git-cvsimport: really convert underscores in branch names to dots with
1827       -u (closes: #446495).
1828     * git-mailsplit: with maildirs not only process cur/, but also new/
1829       (closes: #447396).
1830   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
1831     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
1832     subject prefix configurable (closes: #428418).
1834  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
1836 git-core (1:1.5.3.5-1) unstable; urgency=low
1838   * new upstream point release.
1839     * git-config: handle --file option with relative pathname properly;
1840       git-config: print error message if the config file cannot be read;
1841       git-config: don't silently ignore options after --list (closes:
1842       #445208).
1844  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
1846 git-core (1:1.5.3.4-1) unstable; urgency=low
1848   * new upstream point release (closes: #445188).
1850  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
1852 git-core (1:1.5.3.3-1) unstable; urgency=low
1854   * new upstream point release.
1856  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
1858 git-core (1:1.5.3.2-1) unstable; urgency=low
1860   * new upstream point release.
1861     * git-svn: fix "Malformed network data" with svn:// servers (closes:
1862       #430091, #436142).
1863     * git-commit: Allow partial commit of file removal (closes: #437817).
1864     * git-gui: lib/index.tcl: handle files with % in the filename properly
1865       (closes: #441167).
1866     * git-clone: improve error message if curl program is missing or not
1867       executable (closes: #440976).
1868   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
1869     'sv restart git-daemon' to restart git-daemon service if it was running.
1870   * debian/control: git-core: no longer Suggests: cogito, which was removed.
1871   * debian/diff/genindex.diff: apply and remove.
1872   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
1873     default (thx Ansgar Burchardt for the patch, closes: 441694).
1875  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
1877 git-core (1:1.5.3.1-1) unstable; urgency=low
1879   * new upstream point release.
1880   * debian/control: git-daemon-run: improve long description (closes:
1881     #440699).
1882   * debian/git-daemon-run.README.Debian: improve.
1883   * debian/control: git-svn: improve long description.
1884   * debian/control: git-cvs: improve long description.
1885   * debian/control: git-core: improve long description (closes: #412560).
1887  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
1889 git-core (1:1.5.3-1) unstable; urgency=low
1891   * merge branch debian-experimental.
1892   * new upstream release.
1893   * debian/control: git-email: move libemail-valid-perl from Depends: to
1894     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
1895   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
1896     Uwe Kleine-Koenig).
1898  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
1900 git-core (1:1.5.3~rc7-1) experimental; urgency=low
1902   * new upstream release candidate.
1903   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1904     remove; included upstream.
1906  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
1908 git-core (1:1.5.3~rc6-1) experimental; urgency=low
1910   * new upstream release candidate.
1911     * git-am: initialize variable $resume on startup (closes: #435807).
1912   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1913     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
1914   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
1915     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
1916     are unset (thx Mike Hommey, closes: #438793).
1917   * merge branch debian-sid.
1919  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
1921 git-core (1:1.5.2.5-2) unstable; urgency=low
1923   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
1925  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
1927 git-core (1:1.5.2.5-1) unstable; urgency=low
1929   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
1930     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
1931   * new upstream point release.
1932   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
1933   * dbian/control: git-core: Depends: cpio (closes: #438057).
1934   * debian/git-core.README.Debian: fix typos (closes: #438932).
1935   * debian/versions.upstream, debian/changelog.upstream: adapt.
1936   * debian/rules, debian/control: install git-completion.bash from contrib as
1937     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
1938     git-completion (closes: #437532, thx Sebastian Harl).
1940  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
1942 git-core (1:1.5.3~rc4-1) experimental; urgency=low
1944   * new upstream release candidate.
1946  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
1948 git-core (1:1.5.3~rc3-1) experimental; urgency=low
1950   * new upstream release candidate.
1951   * debian/versions.upstream, debian/changelog.upstream: adapt.
1953  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
1955 git-core (1:1.5.3~rc2-1) experimental; urgency=low
1957   * new upstream release candidate.
1958   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
1959     remove; obsolete.
1960   * debian/control, debian/rules: remove git-p4 package again, moved into
1961     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
1962   * debian/versions.upstream, debian/changelog.upstream: adapt.
1964  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
1966 git-core (1:1.5.3~rc1-1) experimental; urgency=low
1968   * new upstream release candidate.
1969     * git-commit: don't add multiple Signed-off-by: from the same identity
1970       (closes: #430851).
1971     * Fix core.sharedRepository = 2 (closes: #432698).
1972   * merge branch debian-sid.
1973   * debian/versions.upstream, debian/changelog.upstream: adapt.
1974   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1975     remove; doesn't apply anymore.
1976   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
1977     new; on upstream advice.
1979  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
1981 git-core (1:1.5.2.4-1) unstable; urgency=low
1983   * new upstream point release.
1984   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
1985     #432560).
1986   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
1987   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1988     remove; merged upstream.
1989   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
1990     (closes: #432812).
1991   * debian/versions.upstream, debian/changelog.upstream: adapt.
1993  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
1995 git-core (1:1.5.3~rc0-1) experimental; urgency=low
1997   * new upstream release candidate.
1998   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
1999   * debian/versions.upstream, debian/changelog.upstream: update.
2000   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
2001     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2002     remove; applied upstream.
2003   * debian/diff/00*.diff: adapt.
2004   * debian/rules: put git-gui, git-citool man pages into package git-gui.
2006  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
2008 git-core (1:1.5.2.3-1) unstable; urgency=low
2010   * new upstream point release.
2011   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
2012     (thx Frank Lichtenheld, closes: #431481).
2013   * debian/versions.upstream, debian/changelog.upstream: update.
2015  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
2017 git-core (1:1.5.2.2-3) unstable; urgency=low
2019   * debian/rules: move /usr/share/git-gui/ from git-core package into
2020     git-gui package (thx Ansgar Burchardt, closes: #430530).
2021   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2022     new; git-cvsimport: force checkout of working tree after initial import
2023     (closes: #430903).
2024   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2025     new; git-gui: properly popup error if gitk should be started but is not
2026     installed (#429810).
2027   * debian/control: git-gui: Recommends: gitk (closes: #429810).
2028   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
2029     (#429389).
2031  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
2033 git-core (1:1.5.2.2-2) unstable; urgency=low
2035   * debian/control: all Architecture: all packages: Depends: git-core (>>
2036     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
2037     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
2038     #430128).
2040  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
2042 git-core (1:1.5.2.2-1) unstable; urgency=low
2044   * new upstream point release.
2045     * Fix typo in remote branch example in git user manual (closes: #427502).
2046   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2047     remove; applied upstream.
2048   * debian/versions.upstream: new; ordered list of upstream versions,
2049     starting with 1.0.0.
2050   * debian/changelog.upstream.sh: new; create changelog.upstream from git
2051     shortlog using debian/versions.upstream.
2052   * debian/changelog.upstream: re-created through changelog.upstream.sh.
2053   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
2054     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
2055     (closes: #429443).
2057  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
2059 git-core (1:1.5.2.1-2) unstable; urgency=low
2061   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2062     new; from upstream master: git-branch --track: fix tracking branch
2063     computation.
2065  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
2067 git-core (1:1.5.2.1-1) unstable; urgency=low
2069   * new upstream point release.
2070     * Create a new manpage for the gitignore format, and reference it
2071       elsewhere (thx Josh Triplett, closes: #427078).
2072   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2073     new; properly resolve ambiguity if argument is both, revision and
2074     filename (closes: #425491).
2075   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
2076     transition).
2077   * debian/git-daemon-run.README.Debian: new (#422139).
2078   * debian/control: all Architecture: all packages: Depends: git-core
2079     (= ${source:Version}) instead of (>= ...); this makes it no longer
2080     support binNMUs (closes: #425494, reopens: #423041).
2082  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
2084 git-core (1:1.5.2-1) unstable; urgency=low
2086   * merge branch debian-experimental.
2087   * new upstream release.
2088     * gitweb: choose appropriate view for file type if a= parameter missing
2089       (closes: #410465).
2090     * git fetch -q is supported (closes: #423165).
2091   * /usr/bin/git transition (thx Ian Beckwith!).
2092     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
2093       upgrading from versions older than 1:1.5.2~rc3-2.
2094     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
2095       handle /usr/bin/git alternative through update-alternatives.
2096     * debian/rules: no longer install git program as git-scm.
2098  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
2100 git-core (1:1.5.2~rc3-2) experimental; urgency=low
2102   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
2103   * debian/control: package git-p4: Section: contrib/devel (closes:
2104     #422755).
2105   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
2106     instead of (= ${Source-Version}) (to support binNMUs).
2108  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
2110 git-core (1:1.5.1.4-2) unstable; urgency=low
2112   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
2113     maint branch 20070514:
2114     * includes git-svn fixes (closes: #423599, #423226).
2115   * deian/rules: reverse order when applying diffs (fix typo).
2116   * debian/control: all Architecture: all packages: Depends: git-core (>=
2117     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
2118     closes: #423041).
2120  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
2122 git-core (1:1.5.2~rc3-1) experimental; urgency=low
2124   * new upstream release candidate.
2125   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2126     remove; included upstream.
2127   * debian/control: Build-Depends: tcl8.4 (for gitgui).
2128   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
2129     git-daemon-run package (#422139).
2131  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
2133 git-core (1:1.5.1.4-1) unstable; urgency=medium
2135   * new upstream point release.
2136   * debian/diff/pager-vs-less.diff: rename to
2137     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
2138   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2139     new: Optimize directory listing with pathspec limiter (closes: #420671).
2140   * debian/git-daemon-run.postinst: restart git-daemon service if it was
2141     running.
2143  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
2145 git-core (1:1.5.2~rc2-1) experimental; urgency=low
2147   * new upstream release candidate.
2149  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
2151 git-core (1:1.5.2~rc1-1) experimental; urgency=low
2153   * new upstream release candidate.
2154   * debian/control, debian/rules: new package git-p4: tools for importing
2155     development history from perforce repositories.
2156   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
2157     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
2158     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
2160  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
2162 git-core (1:1.5.1.3-1) unstable; urgency=low
2164   * new upstream point release.
2165     * git-add tried to optimize by finding common leading directories
2166       across its arguments but botched, causing very confused behaviour
2167       (closes: #420671).
2168     * Documentation/git-reset.txt: suggest git commit --amend in example
2169       (closes: #420112).
2170     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
2171       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
2172       harder for distro people to make the same mistake, by setting the
2173       variable to /etc/gitconfig if prefix is set to /usr (closes:
2174       #420675).
2175   * debian/changelog.upstream: upstream changes taken from mailing list
2176     announcement.
2178  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
2180 git-core (1:1.5.1.2-1) unstable; urgency=low
2182   * new upstream point release.
2183   * debian/changelog.upstream: upstream changes taken from mailing list
2184     announcement.
2186  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
2188 git-core (1:1.5.1.1-1) unstable; urgency=low
2190   * new upstream point release.
2191   * debian/changelog.upstream: upstream changes taken from mailing list
2192     announcement.
2193   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2194     remove; applied upstream.
2196  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
2198 git-core (1:1.5.1-1) unstable; urgency=low
2200   * new upstream release.
2201     * git-svn got almost a rewrite (closes: #416372).
2202   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
2203   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
2204     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
2205     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2206     remove; applied upstream.
2207   * debian/diff/GNU-Hurd.diff: remove; obsolete.
2208   * debian/git-daemon-run.postrm: check for deluser being available, if
2209     not, print warning and don't remove system user (closes: #416755).
2210   * debian/changelog.upstream: upstream changes taken from mailing list
2211     announcement, and git shortlog.
2212   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2213     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
2214     receive-email.
2216  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
2218 git-core (1:1.5.0.6-1) unstable; urgency=low
2220   * new upstream point release.
2221   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
2222     new, cherry-pick'ed from upstream master: http-fetch: don't use
2223     double-slash as directory separator in URLs (closes: #409887).
2224   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
2225     Documentation/git-svnimport.txt: fix typo.
2226   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2227     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
2228     (closes: #404795).
2229   * debian/changelog.upstream: upstream changes taken from mailing list
2230     announcements.
2232  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
2234 git-core (1:1.5.0.5-1) unstable; urgency=low
2236   * new upstream point release.
2237   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
2238     mode 0755 (closes: #415328); remove .gitignore file(s) from
2239     /usr/share/doc/git-core/ (closes: #413913).
2240   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
2241     Habouzit, closes: #415475).
2242   * debian/changelog.upstream: upstream changes taken from mailing list
2243     announcements.
2245  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
2247 git-core (1:1.5.0.3-1) unstable; urgency=low
2249   * new upstream point release.
2250   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
2251   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
2252   * debian/changelog.upstream: upstream changes taken from mailing list
2253     announcements.
2255  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
2257 git-core (1:1.5.0.2-1) unstable; urgency=low
2259   * new upstream point release.
2260   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
2261   * debian/changelog.upstream: upstream changes taken from mailing list
2262     announcements.
2263   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
2264     yet committed to cvs (closes: #412732).
2266  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
2268 git-core (1:1.5.0.1-1) unstable; urgency=low
2270   * new upstream point release.
2271   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
2272     Have git-cvsserver call hooks/update before really altering the ref.
2273   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
2275  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
2277 git-core (1:1.5.0-1) experimental; urgency=low
2279   * new upstream release.
2280   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
2281   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
2282     adapt.
2283   * debian/control: new package git-gui, the git graphical user interface;
2284     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
2285     git-gui.
2286   * debian/rules: new package git-gui.
2287   * debian/changelog.upstream: upstream changes taken from mailing list
2288     announcements and git shortlog.
2289   * debian/git-daemon/run: don't limit git-daemon's memory resources.
2290   * debian/control, debian/rules: remove git-core-dev package again,
2291     libgit.a is not a publically usable/useful library at this moment, as
2292     its internal API is not cast in stone yet.
2293   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
2294     package.
2296  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
2298 git-core (1:1.5.0~rc3-1) experimental; urgency=low
2300   * new upstream release candidate.
2301   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
2302     install libgit.a library plus header files (thx Luca Falavigna).
2303   * debian/rules: new package git-core-dev; remove obsolete
2304     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
2305     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
2306     Luca Falavigna; closes: #403731); make git-p4import.pl available through
2307     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
2308   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
2309     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
2310     python, Suggests: git-core-dev; update short and long descriptions
2311     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
2312   * debian/diff/GNU-Hurd.diff: adapt.
2313   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
2314     needs empty directory (closes: #400508).
2315   * debian/gitweb.README.Debian: typo.
2317  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
2319 git-core (1:1.4.4.4-1) unstable; urgency=low
2321   * new upstream release, important fixes:
2322     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
2323     * Fix infinite loop when deleting multiple packed refs.
2324     * diff --check: fix off by one error.
2325   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
2326     upstream version.
2327   * debian/changelog.upstream: upstream changes taken from mailing list
2328     announcement.
2330  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
2332 git-core (1:1.4.4.3-1) unstable; urgency=medium
2334   * new upstream release (closes: #404796); important fixes:
2335     * Make sure the empty tree exists when needed in merge-recursive; the
2336       error message may make the user think that their database is corrupt
2337       when its actually not.
2338     * Don't use memcpy when source and dest. buffers may overlap.
2339     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
2340       counting of bytes for the CVS protocol, resulting in the client
2341       expecting less data than we actually send, and storing truncated files.
2342   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
2343     work around spurious .sp in manpages (closes: #388370).
2344   * debian/changelog.upstream: upstream changes taken from mailing list
2345     announcement.
2347  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
2349 git-core (1:1.4.4.2-1) unstable; urgency=low
2351   * new upstream release.
2352     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
2353   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
2354     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2355     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2356     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2357     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
2358   * debian/changelog.upstream: upstream changes taken from mailing list
2359     announcements and git log | git shortlog.
2361  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
2363 git-core (1:1.4.4.1-1) unstable; urgency=low
2365   * new upstream release (closes: #400191).
2366   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
2367     replaces debian/diff/not-packed-structs.diff.
2368   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2369     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2370     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2371     0005-Increase-length-of-function-name-buffer.diff: new from upstream
2372     git.
2373   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
2374     generator (thx David Nusinow; closes: #400284).
2375   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
2377  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
2379 git-core (1:1.4.4-2) unstable; urgency=low
2381   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
2382     size doesn't match on arm (fixes selftests failure on arm).
2384  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
2386 git-core (1:1.4.4-1) unstable; urgency=low
2388   * new upstream release (closes: #399575).
2389   * debian/changelog.upstream: upstream changes taken from mailing list
2390     announcements.
2391   * debian/control: Build-Depends: unzip (for selftests).
2393  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
2395 git-core (1:1.4.3.5-1) unstable; urgency=low
2397   * new upstream release.
2398   * debian/changelog.upstream: upstream changes taken from mailing list
2399     announcements.
2401  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
2403 git-core (1:1.4.3.3-2) unstable; urgency=medium
2405   * debian/git-daemon-run.postinst: don't make the log service system user
2406     gitlog member of group adm, but nogroup; gitlog's home directory is
2407     /nonexistent (thx Florian Weimer, closes: #396687).
2408   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
2409     2750, owner gitlog:adm.
2410   * debian/changelog.upstream: upstream changes taken from mailing list
2411     announcements.
2413  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
2415 git-core (1:1.4.3.3-1) unstable; urgency=low
2417   * new upstream release.
2418   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
2419   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
2420     thx Ichthyostega).
2422  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
2424 git-core (1:1.4.3.2-1) unstable; urgency=low
2426   * new upstream release.
2427   * debian/diff/gitweb.conf.diff: remove; obsolete.
2428   * debian/changelog.upstream: upstream changes taken from mailing list
2429     announcements.
2430   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
2431     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
2432     git-arch: don't include git-archive, git-upload-archive; gitweb: install
2433     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
2434     plus man page.
2435   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
2436     selftests (fixes build/selftest failures).
2437   * debian/control: git-core: Depends: liberror-perl.
2439  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
2441 git-core (1:1.4.2.3-2) unstable; urgency=low
2443   * debian/control: new package git-daemon-run: provide a git-daemon
2444     service; git-core: no longer Suggests: runit, Depends: adduser, the
2445     git-daemon-run package now Depends: runit, adduser.
2446   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
2447     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
2448     service (closes: #388144).
2449   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
2450     package does now.
2451   * debian/git-core.postrm: remove; obsolete.
2452   * debian/rules: install git-daemon service directory in the new
2453     git-daemon-run package instead of the git-core package.
2454   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
2455   * debian/git-core.README.Debian: adapt.
2456   * debian/control: git-core: Suggests: git-daemon-run.
2458  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
2460 git-core (1:1.4.2.3-1) unstable; urgency=medium
2462   * new upstream release.
2463   * debian/changelog.upstream: upstream changes taken from mailing list
2464     announcements.
2465   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
2466   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
2467     Kujau, closes: #383065).
2469  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
2471 git-core (1:1.4.2.1-1) unstable; urgency=low
2473   * new upstream release (closes: #386820, #387405).
2474   * debian/changelog.upstream: upstream changes taken from mailing list
2475     announcements.
2476   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
2477     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
2478     #379841).
2479   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
2480   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
2481     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
2482   * debian/gitweb.docs: remove; obsolete.
2483   * debian/examples/index.aux-generation: example script to generate an
2484     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
2485     #383219).
2486   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
2487     (#383219).
2488   * debian/git-core.README.Debian: new; hints on how to set up a
2489     git.example.org server providing git://, rsync://, http:// access to
2490     repositories from Matthew Wilcox (thx!, closes: #383219).
2491   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
2492   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
2493     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
2494     Recommends: git-doc.
2495   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
2496   * debian/git-daemon/: new; git-daemon service directory for the use with
2497     runit.
2498   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
2499     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
2500   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
2501     they fail without a terminal connected.
2502   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
2503     /etc/sv/git-daemon/log/run.
2505  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
2507 git-core (1:1.4.1.1-1) unstable; urgency=low
2509   * new upstream release.
2510   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
2511     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
2512     #380209).
2514  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
2516 git-core (1:1.4.1-2) unstable; urgency=low
2518   * adopt package gitweb, now included in git-core upstream source (thx
2519     Andres Salomon):
2520     * debian/control, debian/rules: build gitweb package.
2521     * debian/copyright: adapt.
2522     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
2523       new; taken from Andres' gitweb package.
2524     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
2525     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
2526   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
2527   * debian/rules: set DESTDIR in environment, not build flags.
2529  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
2531 git-core (1.4.1-1) unstable; urgency=low
2533   * new upstream release.
2534   * debian/changelog.upstream: upstream changes taken from mailing list
2535     announcement.
2536   * debian/rules: user same build flags and prefix to $(MAKE) in build
2537     and install target to prevent rebuild in install target.
2539  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
2541 git-core (1.4.0-1) unstable; urgency=low
2543   * new upstream release.
2544   * debian/changelog.upstream: new; upstream changes taken from mailing
2545     list announcement.
2546   * debian/rules: install debian/changelog.upstream as upstream changelog.
2547   * debian/diff/pager-vs-less.diff: adapt.
2548   * debian/control: Standards-Version: 3.7.2.0.
2550  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
2552 git-core (1.3.3-2) unstable; urgency=medium
2554   * debian/control: git-core: Depends: perl-modules (closes: #369737).
2555   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
2556     if $PAGER is unset (closes: #369742).
2558  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
2560 git-core (1.3.3-1) unstable; urgency=low
2562   * new upstream release.
2564  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
2566 git-core (1.3.2-1) unstable; urgency=low
2568   * new upstream release.
2570  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
2572 git-core (1.3.1-1) unstable; urgency=low
2574   * new upstream release (closes: #364678).
2575   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
2577  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
2579 git-core (1.2.6-1) unstable; urgency=low
2581   * new upstream release.
2582   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
2584  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
2586 git-core (1.2.4-1) unstable; urgency=low
2588   * new upstream release (closes: #354563).
2590  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
2592 git-core (1.2.1-1) unstable; urgency=low
2594   * new upstream release (closes: #353041).
2595   * debian/control: git-core: Recommends: ssh-client instead of
2596     openssh-client (closes: #350708).
2598  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
2600 git-core (1.1.5-1) unstable; urgency=high
2602   * new upstream release.
2603     * checkout: do not make a temporary copy of symlink target.
2604       If the index records an insanely long symbolic link, copying
2605       into the temporary would overflow the buffer (noticed by Mark
2606       Wooding). (closes: #350274).
2608  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
2610 git-core (1.1.3-1) unstable; urgency=low
2612   * new upstream release.
2614  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
2616 git-core (1.0.8-1) unstable; urgency=low
2618   * new upstream point release.
2619   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
2620   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
2621     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
2622     Tretkowski, closes: #344929).
2624  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
2626 git-core (1.0.6-1) unstable; urgency=low
2628   * new upstream point release.
2629   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
2630     merge-order test with NO_OPENSSL=1.
2631   * debian/rules: re-enable git-rev-list --merge-order selftests.
2632   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
2634  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
2636 git-core (1.0.5-1) unstable; urgency=low
2638   * new upstream point release.
2639   * debian/rules: don't take upstream changelog from upstream
2640     debian/changelog.
2641   * debian/changelog.upstream: remove again.
2643  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
2645 git-core (1.0.3-1) unstable; urgency=low
2647   * new upstream point release.
2648   * debian/changelog.upstream: new: upstream changelog taken from upstream
2649     debian/changelog.
2650   * debian/rules: install debian/changelog.upstream as upstream changelog;
2651     remove obsolete VERSION variable.
2653  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
2655 git-core (1.0.0-1) unstable; urgency=medium
2657   * new upstream release: GIT 1.0.0.
2659  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
2661 git-core (0.99.9n-1) unstable; urgency=low
2663   * new upstream version: GIT 0.99.9n aka 1.0rc6.
2664   * debian/rules: rename git program in git-core package to git-scm,
2665     handle /usr/bin/git program through update-alternatives (as suggested
2666     by Ian Beckwith, see #342363).
2667   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
2668     #342363).
2669   * debian/git-core.postinst, debian/git-core.prerm: new: run
2670     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
2671     priority 70 on configure, and --remove on remove respectively.
2673  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
2675 git-core (0.99.9m-1) unstable; urgency=low
2677   * new upstream version: GIT 0.99.9m aka 1.0rc5.
2678     * sets PYTHONPATH for selftests (fixes autobuild test failures).
2679   * switch from tarball-in-tarball approach to original upstream tarball.
2680   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
2681     Eric Biederman previously were maintaining this package unofficially.
2682   * debian/control: Build-Depends: rcs (for selftests); git-core:
2683     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
2684     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
2685     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
2686     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
2687     description (lots taken from upstream unofficial package, thx).
2688   * debian/git-core.docs, debian/git-doc.docs: adapt.
2689   * debian/rules: adapt; remove target unpack; add target patch; adapt
2690     target clean.
2692  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
2694 git-core (0.99.9l-1) unstable; urgency=low
2696   * new upstream version.
2697   * debian/rules: apply diffs with patch -p1.
2698   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
2699     git-email packages, as suggested by upstream:
2700     http://article.gmane.org/gmane.comp.version-control.git/13185
2701   * debian/git-doc.docs: get docs from temporary install directory;
2702     include *.txt docs.
2703   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
2704     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
2705     git-cvs, git-svn, git-email, gitk.
2707  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
2709 git-core (0.99.9k-1) unstable; urgency=low
2711   * new upstream version.
2712   * debian/implicit: update to revision 1.11.
2713   * debian/git-doc.docs: add git/Documentation/howto,
2714     git/Documentation/technical (closes: #341178).
2716  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
2718 git-core (0.99.9j-1) unstable; urgency=low
2720   * initial version.
2721   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
2722     0.16rc2-0 no longer includes the git core components, but depends on
2723     the git-core package (see #338789).
2725  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
2727 git-core (0.99.9j-0) unstable; urgency=low
2729   * GIT 0.99.9j aka 1.0rc3
2731  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
2733 git-core (0.99.9i-0) unstable; urgency=low
2735   * GIT 0.99.9i aka 1.0rc2
2737  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
2739 git-core (0.99.9h-0) unstable; urgency=low
2741   * GIT 0.99.9h
2743  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
2745 git-core (0.99.9g-0) unstable; urgency=low
2747   * GIT 0.99.9g
2749  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
2751 git-core (0.99.9f-0) unstable; urgency=low
2753   * GIT 0.99.9f
2755  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
2757 git-core (0.99.9e-0) unstable; urgency=low
2759   * GIT 0.99.9e
2761  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
2763 git-core (0.99.9d-0) unstable; urgency=low
2765   * GIT 0.99.9d
2767  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
2769 git-core (0.99.9c-0) unstable; urgency=low
2771   * GIT 0.99.9c
2773  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
2775 git-core (0.99.9b-0) unstable; urgency=low
2777   * GIT 0.99.9b
2779  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
2781 git-core (0.99.9a-0) unstable; urgency=low
2783   * GIT 0.99.9a
2785  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
2787 git-core (0.99.9.GIT-2) unstable; urgency=low
2789   * Build Dependency did not include libexpat-dev.
2791  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
2793 git-core (0.99.9.GIT-1) unstable; urgency=low
2795   * Do not scatter txt and html documentation into feature
2796     subpackages.  Do place man pages into them.
2797   * Capture more cvs stuff into git-cvs package.
2799  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
2801 git-core (0.99.9.GIT-0) unstable; urgency=low
2803   * Test Build.
2805  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2807 git-core (0.99.9-1) unstable; urgency=low
2809   * Split the git-core binary package into core, doc, and foreign SCM
2810     interoperability modules.
2812  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2814 git-core (0.99.9-0) unstable; urgency=low
2816   * GIT 0.99.9
2818  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
2820 git-core (0.99.8-0) unstable; urgency=low
2822   * GIT 0.99.8
2824  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
2826 git-core (0.99.7-0) unstable; urgency=low
2828   * GIT 0.99.7
2830  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
2832 git-core (0.99.6-0) unstable; urgency=low
2834   * GIT 0.99.6
2836  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
2838 git-core (0.99.5-1) unstable; urgency=low
2840   * Enable git-send-email on Debian.  There is no reason to shy
2841     away from it, since we have the necessary Perl modules available.
2843  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
2845 git-core (0.99.5-0) unstable; urgency=low
2847   * GIT 0.99.5
2849  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
2851 git-core (0.99.4-4) unstable; urgency=low
2853   * Mark git-tk as architecture neutral.
2855  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
2857 git-core (0.99.4-3) unstable; urgency=low
2859   * Split off gitk.
2860   * Do not depend on diff which is an essential package.
2861   * Use dh_movefiles, not dh_install, to stage two subpackages.
2863  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
2865 git-core (0.99.4-2) unstable; urgency=low
2867   * Git 0.99.4 official release.
2869  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
2871 git-core (0.99.4-1) unstable; urgency=low
2873   * Pass prefix down to the submake when building.
2875  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
2877 git-core (0.99-2) unstable; urgency=low
2879   * Conflict with the GNU Interactive Tools package, which also installs
2880     /usr/bin/git.
2881   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
2882     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
2883   * Minor tweaks to the Depends.
2885  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
2887 git-core (0.99-1) unstable; urgency=low
2889   * Update deb package support to build correctly. 
2891  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
2893 git-core (0.99-0) unstable; urgency=low
2895   * Initial deb package support
2897  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600