[Pkg-octave-commit] [SCM] octave-communications branch, master, updated. 8eb3cd29eca1f029713d894620d720d39fc1c3fc
Rafael Laboissiere
rafael at debian.org
Sat Jun 6 18:34:47 UTC 2009
The following commit has been merged in the master branch:
commit 8eb3cd29eca1f029713d894620d720d39fc1c3fc
Author: Rafael Laboissiere <rafael at debian.org>
Date: Sat Jun 6 20:23:51 2009 +0200
Make -common conflict with -communications << 1.0.9-1
diff --git a/debian/changelog b/debian/changelog
index cb980a0..6e713dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ octave-communications (1.0.9-2) UNRELEASED; urgency=low
* debian/rules (install/octave-communications): Do the transfer of files
for the -common package in this rule, otherwise the arch-independent
files end up in the wrong place for binary-only builds
+ * debian/control: Make octave-communications-common conflict with
+ versions of octave-communications strictly inferior to 1.0.9-1
-- Rafael Laboissiere <rafael at debian.org> Sat, 06 Jun 2009 18:10:56 +0200
diff --git a/debian/control b/debian/control
index d7b914e..2ce07c8 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Description: communications package for Octave
Package: octave-communications-common
Architecture: all
Depends: ${misc:Depends}
+Conflicts: octave-communications (<< 1.0.9-1)
Description: communications package for Octave (arch-indep files)
This package provides functions for Octave, a numerical computation
software, to perform error analysis on communication signals,
--
octave-communications
More information about the Pkg-octave-commit
mailing list