[Pkg-ocaml-maint-commits] [opam] 14/15: Make opam depend on tar and unzip.

Mehdi Dogguy mehdi at moszumanska.debian.org
Tue Jul 28 21:21:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository opam.

commit 668bd24de20e4be1b37b4b01aed0d4a3cb8dd5d9
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Jul 28 23:04:48 2015 +0000

    Make opam depend on tar and unzip.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7274a9e..2b691a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ opam (1.2.2-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.6, no changes required.
   * Update d/copyright file
   * Make opam recommend darcs and mercurial (Closes: #766985).
+  * Make opam depend on tar and unzip.
 
  -- Mehdi Dogguy <mehdi at debian.org>  Mon, 20 Jul 2015 01:41:30 +0000
 
diff --git a/debian/control b/debian/control
index edaf13c..8e06ea7 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,8 @@ Depends:
  ${misc:Depends},
  opam-docs (= ${source:Version}),
  build-essential,
+ tar,
+ unzip,
  wget | curl
 Recommends:
  aspcud,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/opam.git



More information about the Pkg-ocaml-maint-commits mailing list