[Bug 1187662] [NEW] Sync git 1:1.8.3-1 (main) from Debian experimental (main)
Launchpad Bug Tracker
1187662 at bugs.launchpad.net
Wed Jun 5 07:38:48 UTC 2013
You have been subscribed to a public bug by LocutusOfBorg (costamagnagianfranco):
Please sync git 1:1.8.3-1 (main) from Debian experimental (main)
Changelog entries since current saucy version 1:1.8.1.2-1:
git (1:1.8.3-1) experimental; urgency=low
* new upstream release (see RelNotes/1.8.3.txt).
-- Jonathan Nieder <jrnieder at gmail.com> Wed, 29 May 2013 22:32:40
-0700
git (1:1.8.3~rc3-1) experimental; urgency=low
* new upstream release candidate.
-- Jonathan Nieder <jrnieder at gmail.com> Sun, 19 May 2013 11:49:16
-0700
git (1:1.8.3~rc2-1) experimental; urgency=low
* new upstream release candidate.
* gitk: "grep diff" pickaxe variant (closes: #589283).
* debian/rules: install perl modules with correct permissions
(thx Christian Schwartz for suggesting it through lintian).
* move "git svn" perl helpers to the git-svn package.
* debian/rules: install Git::SVN and Git::SVN::* to the
git-svn package, not git.
* debian/control: git-svn: Breaks: and Replaces: old git.
* debian/rules: install perl module manpages to git-man and
git-svn packages, as appropriate.
* debian/rules: mark hooks in /usr/share/git-core/contrib/hooks/
as executable (thx Olivier Berger; closes: #687391).
* debian/control: drop Depends: and Build-Depends: libc6.1
(>= 2.10.2-6) [ia64] workaround for #563882, since that bug did
not affect any stable release.
* debian/control: drop dependencies on pre-Debian 5.0 (lenny)
packages.
* do not accept libcurl3-gnutls-dev as a substitute for
libcurl4-gnutls-dev.
* do not accept libsvn-core-perl as a substitute for
libsvn-perl.
* make asciidoc, docbook-xsl, runit, and tk dependencies
unversioned.
* git, git-man, git-cvs, git-svn, git-email, gitk: drop Breaks
and Replaces against cogito (<< 0.16rc2-0).
* git: drop Breaks against old qgit and git-buildpackage.
* git: drop Conflicts against git-core (<< 1:1.5.2~rc3-2.).
* git-gui: no longer Replaces git-core (<< 1:1.5.2.2-3).
* Use source format 3.0 (quilt).
-- Jonathan Nieder <jrnieder at gmail.com> Wed, 15 May 2013 00:20:06
-0700
git (1:1.8.3~rc1-1) experimental; urgency=low
* new upstream release candidate.
* log --pretty: avoid undefined behavior in %>, %<, %><'s
truncation support (closes: #706400).
-- Jonathan Nieder <jrnieder at gmail.com> Fri, 03 May 2013 23:28:04
-0700
git (1:1.8.3~rc0-1) experimental; urgency=low
* new upstream release candidate.
* remote-bzr: respect bzr "author" field in import (closes:
#705245).
* remote-bzr: allow re-add of a deleted file in the same commit
(closes: #704913, #704959).
-- Jonathan Nieder <jrnieder at gmail.com> Mon, 29 Apr 2013 00:29:14
-0700
git (1:1.8.2.1-1) experimental; urgency=low
* new upstream point release (see RelNotes/1.8.2.1.txt).
* debian/implicit:
* check for debian/changelog.upstream.
* %.deb-DEBIAN-md5sums depends on /usr/share/doc/$pkg/doc/,
doc-base/, and lintian/ directories.
* do not remove files named after implicit targets.
* debian/rules:
* respect <num> in DEB_BUILD_OPTIONS=parallel=<num>.
* do not create ./changelog symlink (avoiding a race).
* override implicit git-core.deb-docs target, since git-core does
not have its own doc/ directory.
* debian/README.source: point to git.README.source (thx Helmut
Grohne; closes: #704580)
* debian/git.NEWS.Debian: add leading spaces before tab for
changelog parsers (thx Russ Allbery for suggesting it through
lintian).
-- Jonathan Nieder <jrnieder at gmail.com> Mon, 08 Apr 2013 00:46:02
-0700
git (1:1.8.2-1) experimental; urgency=low
* new upstream release (see RelNotes/1.8.2.txt).
* package the bzr remote helper (closes: #702697).
* debian/control: new package git-bzr; Priority: extra; Provides:
git-remote-bzr; Depends: python, python-bzrlib; Conflicts:
bzr-git; Build-Depends: bzr, python, python-bzrlib for tests;
package git now Suggests and git-all Recommends: git-bzr.
* debian/git-remote-bzr.txt: new; explain usage.
* debian/rules: build git-remote-bzr documentation, munge script
shebang line, and install manpage (git-remote-bzr--git.1.gz)
and script (/usr/lib/git-core/git-remote-bzr--git) in git-bzr
package.
* debian/git-doc.docs: install git-remote-bzr.html.
* debian/git-bzr.postinst, debian/git-bzr.prerm: new; provide
/usr/bin/git-remote-bzr through the alternatives system.
* debian/git-bzr.README.Debian: new; explain how to get started.
* debian/control: Standards-Version: 3.9.4.0.
* debian/rules: define %.install depending on install-arch or
install-indep as appropriate for each package.
* debian/implicit: depend on %.install instead of both install-arch
and install-indep so "debian/rules binary-arch" does not try to
build documentation.
* debian/rules build-indep, install-indep: build documentation even
if asciidoc is not installed. Build-Depends: dpkg-dev (>= 1.16.2).
* debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
-- Jonathan Nieder <jrnieder at gmail.com> Sun, 31 Mar 2013 22:06:58
-0700
git (1:1.8.2~rc3-1) experimental; urgency=low
* new upstream release candidate.
-- Jonathan Nieder <jrnieder at gmail.com> Sat, 09 Mar 2013 00:50:39
-0800
git (1:1.8.2~rc2-1) experimental; urgency=low
* new upstream release candidate.
* skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
empty entry (thx Anders Kaseorg and Michael Haggerty).
* update debian/copyright.
-- Jonathan Nieder <jrnieder at gmail.com> Sun, 03 Mar 2013 15:22:27
-0800
git (1:1.8.2~rc1-1) experimental; urgency=low
* new upstream release candidate.
-- Jonathan Nieder <jrnieder at gmail.com> Sat, 02 Mar 2013 13:27:28
-0800
git (1:1.8.2~rc0-1) experimental; urgency=low
* new upstream release candidate.
* push: require force for refs under refs/tags/.
* push: require force for annotated tags.
* debian/git.NEWS.Debian: advertise upcoming change to default
behavior of argumentless "git push [<remote>]".
* git-svn: no longer Depends: libwww-perl (thx RjY; closes:
#699536).
* update debian/copyright (closes: #699930).
-- Jonathan Nieder <jrnieder at gmail.com> Mon, 18 Feb 2013 16:52:57
-0800
git (1:1.8.1.3-1) experimental; urgency=low
* new upstream point release.
-- Jonathan Nieder <jrnieder at gmail.com> Thu, 07 Feb 2013 23:08:48
-0800
** Affects: git (Ubuntu)
Importance: Undecided
Status: New
--
Sync git 1:1.8.3-1 (main) from Debian experimental (main)
https://bugs.launchpad.net/bugs/1187662
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list