[Pkg-ocaml-maint-commits] [frama-c] 01/03: Add Breaks/Replaces statements to frama-c package
Mehdi Dogguy
mehdi at moszumanska.debian.org
Tue Sep 1 17:43:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
mehdi pushed a commit to branch master
in repository frama-c.
commit 2c2a8bafc303e2f4ea7f5e254a4cfad51a1c3bb4
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Tue Sep 1 19:23:24 2015 +0000
Add Breaks/Replaces statements to frama-c package
---
debian/changelog | 8 ++++++++
debian/control | 4 ++++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index db31236..eece2f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+frama-c (20150201+sodium+dfsg-2) UNRELEASED; urgency=medium
+
+ * frama-c package must Breaks/Replaces older frama-c-base package
+ (<< 20150201+sodium+dfsg-1~) since files were moved from the
+ latter to the former (Closes: #797695).
+
+ -- Mehdi Dogguy <mehdi at debian.org> Tue, 01 Sep 2015 19:20:57 +0000
+
frama-c (20150201+sodium+dfsg-1) unstable; urgency=medium
* New upstream release (Closes: #797473).
diff --git a/debian/control b/debian/control
index 58b7986..8082c0b 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,10 @@ Depends:
emacs | emacsen
Recommends:
why (>= 2.19+dfsg-2),
+Breaks:
+ frama-c-base (<< 20150201+sodium+dfsg-1~)
+Replaces:
+ frama-c-base (<< 20150201+sodium+dfsg-1~)
Description: Framework for source code analysis of software written in C
Frama-C is a framework dedicated to the analysis of the source code
of software written in C.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/frama-c.git
More information about the Pkg-ocaml-maint-commits
mailing list