[gcc-6] 32/401: * Relax libgcjjit-6-dev dependency on libgccjit0.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:47:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 6c912a9faeca45f8836134759e0eaf514772d6bc
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Jan 2 12:27:43 2016 +0000
* Relax libgcjjit-6-dev dependency on libgccjit0.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8561 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 8 +++++++-
debian/control | 2 +-
debian/control.m4 | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e928380..4650c14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-gcc-6 (6-20160101-1) UNRELEASED; urgency=medium
+gcc-6 (6-20160101-2) UNRELEASED; urgency=medium
+
+ * Relax libgcjjit-6-dev dependency on libgccjit0.
+
+ -- Matthias Klose <doko at debian.org> Sat, 02 Jan 2016 13:26:37 +0100
+
+gcc-6 (6-20160101-1) unstable; urgency=medium
* GCC 6 snapshot build, taken from the trunk 20160101.
* Build native gnat on sh4. Addresses: #809498.
diff --git a/debian/control b/debian/control
index 74b32ad..76005b4 100644
--- a/debian/control
+++ b/debian/control
@@ -1284,7 +1284,7 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Priority: optional
-Depends: gcc-6-base (= ${gcc:Version}), libgccjit0 (= ${gcc:Version}),
+Depends: gcc-6-base (= ${gcc:Version}), libgccjit0 (>= ${gcc:Version}),
${shlibs:Depends}, ${misc:Depends}
Suggests: libgccjit-6-dbg
Description: GCC just-in-time compilation (development files)
diff --git a/debian/control.m4 b/debian/control.m4
index 9cede50..a85225f 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -3200,7 +3200,7 @@ ifdef(`MULTIARCH', `Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
')`'dnl
Priority: ifdef(`TARGET',`extra',`PRI(optional)')
-Depends: BASEDEP, libgccjit`'GCCJIT_SO (= ${gcc:Version}),
+Depends: BASEDEP, libgccjit`'GCCJIT_SO (>= ${gcc:Version}),
${shlibs:Depends}, ${misc:Depends}
BUILT_USING`'dnl
Suggests: libgccjit`'PV-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list