diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a7fbb90..28a5f13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +itzks-virtman-packages (2012.07.27.2) UNRELEASED; urgency=low + + * /debian/control: + + Conflict with exim4 to enable postfix installation. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 27 Jul 2012 13:11:43 +0200 + itzks-virtman-packages (2012.07.27.1) squeeze-backports; urgency=low * First package release. diff --git a/debian/control b/debian/control index ad9677e..20dbc87 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,8 @@ Depends: x2goclient, xpdf, zip, +Conflicts: + exim4, Description: Meta-package for ITZkS-VirtMan systems Install this package to pull in all dependencies required on ITZkS VirtMan Debian systems. |