diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-30 18:06:39 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-30 18:06:39 -0800 |
commit | e634aec752642dcf86c3fc82025e43381d6768c2 (patch) | |
tree | a589b6756894d18c841ac61499e5d2c9beda36fd /debian | |
parent | a1c7a69047e88244ed321b5aa2a8bcbba5a869c2 (diff) | |
parent | 80e0c0ab91e1cf6a6315d0431bf6873ebbf8bef0 (diff) | |
download | git-e634aec752642dcf86c3fc82025e43381d6768c2.tar.gz |
GIT 0.99.9av0.99.9a
... to contain the RPM workaround.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 42 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 10 insertions, 40 deletions
diff --git a/debian/changelog b/debian/changelog index 2f8c13389f..7d18483428 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,44 +1,14 @@ -git-core (0.99.8g-0) unstable; urgency=low +git-core (0.99.9a-0) unstable; urgency=low - * GIT 0.99.8g + * GIT 0.99.9a - -- Junio C Hamano <junkio@cox.net> Sun, 23 Oct 2005 02:01:44 -0700 + -- Junio C Hamano <junkio@cox.net> Sun, 30 Oct 2005 15:03:32 -0800 -git-core (0.99.8f-0) unstable; urgency=low +git-core (0.99.9-0) unstable; urgency=low - * GIT 0.99.8f + * GIT 0.99.9 - -- Junio C Hamano <junkio@cox.net> Wed, 19 Oct 2005 02:29:24 -0700 - -git-core (0.99.8e-0) unstable; urgency=low - - * GIT 0.99.8e - - -- Junio C Hamano <junkio@cox.net> Mon, 17 Oct 2005 17:45:08 -0700 - -git-core (0.99.8d-0) unstable; urgency=low - - * GIT 0.99.8d - - -- Junio C Hamano <junkio@cox.net> Sat, 15 Oct 2005 17:22:58 -0700 - -git-core (0.99.8c-0) unstable; urgency=low - - * GIT 0.99.8c - - -- Junio C Hamano <junkio@cox.net> Sun, 9 Oct 2005 19:19:16 -0700 - -git-core (0.99.8b-0) unstable; urgency=low - - * GIT 0.99.8b - - -- Junio C Hamano <junkio@cox.net> Wed, 5 Oct 2005 15:41:24 -0700 - -git-core (0.99.8a-0) unstable; urgency=low - - * GIT 0.99.8a - - -- Junio C Hamano <junkio@cox.net> Mon, 3 Oct 2005 16:27:32 -0700 + -- Junio C Hamano <junkio@cox.net> Sat, 29 Oct 2005 14:34:30 -0700 git-core (0.99.8-0) unstable; urgency=low diff --git a/debian/control b/debian/control index 5d75c325e2..1f45f93b36 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: git-core Section: devel Priority: optional Maintainer: Junio C Hamano <junkio@cox.net> -Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0), bc +Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev|libcurl3-gnutls-dev|libcurl3-openssl-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0), bc Standards-Version: 3.6.1 Package: git-core Architecture: any -Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, rcs -Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl, python (>= 2.4.0), less -Suggests: cogito +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, rcs +Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl, libsvn-core-perl (>= 1.2.1), python (>= 2.4.0), less +Suggests: cogito, patch Conflicts: git, cogito (<< 0.13) Description: The git content addressable filesystem GIT comes in two layers. The bottom layer is merely an extremely fast |