Package: git
Version: 1:2.1.4-2.1+deb8u2

My apologies if this is Qemu, Qemu-static or some other package.
According to apt-cache below, its just Git.

----------

debian-s390:~# uname -a
Linux debian-8-x64 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3
(2016-01-17) s390x GNU/Linux

----------

debian-s390:~# apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 git : Depends: libcurl3-gnutls (>= 7.16.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

----------

# apt-get install libcurl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
  libcurl4-openssl-dev 7.38.0-4+deb8u3
  libcurl4-nss-dev 7.38.0-4+deb8u3
  libcurl4-gnutls-dev 7.38.0-4+deb8u3
You should explicitly select one to install.

E: Package 'libcurl-dev' has no installation candidate

----------

# cat /etc/apt/sources.list
deb ftp://ftp.us.debian.org/debian jessie main contrib
deb http://httpredir.debian.org/debian jessie-updates main contrib

----------

# apt-cache show git
Package: git
Version: 1:2.1.4-2.1+deb8u2
Installed-Size: 23910
Maintainer: Gerrit Pape <p...@smarden.org>
Architecture: s390x
Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1)
Provides: git-completion, git-core
Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>=
2.0.1), libpcre3 (>= 1:8.35), zlib1g (>= 1:1.2.0), perl-modules,
liberror-perl, git-man (>> 1:2.1.4), git-man (<< 1:2.1.4-.)
Recommends: patch, less, rsync, ssh-client
Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc,
git-el, git-email, git-gui, gitk, gitweb, git-arch, git-cvs,
git-mediawiki, git-svn
Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+),
git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<<
0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<<
0.33), stgit (<< 0.15), stgit-contrib (<< 0.15)
Description-en: fast, scalable, distributed revision control system
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git main components with minimal dependencies.
 Additional functionality, e.g. a graphical user interface and revision
 tree visualizer, tools for interoperating with other VCS's, or a web
 interface, is provided as separate git* packages.
Description-md5: c1f968556452a190fe359bffd151c012
Multi-Arch: foreign
Homepage: http://git-scm.com/
Tag: devel::rcs, implemented-in::c, implemented-in::perl,
 implemented-in::shell, interface::text-mode, network::client,
 network::server, protocol::ssh, protocol::tcp, role::program,
 works-with::file, works-with::software:source, works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/g/git/git_2.1.4-2.1+deb8u2_s390x.deb
Size: 3104486
MD5sum: 5460c84b88b8423168b57ef3478727a9
SHA1: 8eaba9a503b54015c86252979789b76b7a6cd871
SHA256: cd5cbc908b82229776a8a9440adeac0a4b4c78e77fde1567905a0eedf92180eb

Reply via email to