diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cabe5a7..dfabd26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +screen (4.2.0-2+dyson2) unstable; urgency=medium + + * Build conflicts: libutempter-dev [illumos-amd64] - it does not work: + "utmp slot not found" + + -- Igor Pashev <pashev.igor@gmail.com> Sun, 11 May 2014 16:56:25 +0400 + screen (4.2.0-2+dyson1) unstable; urgency=medium * Package for Dyson diff --git a/debian/control b/debian/control index 68bffa3..26b51ae 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20130504~), libkstat-dev [illumos-any], dh-smf [illumos-any], texinfo -Build-Conflicts: libelf-dev [!linux-any] +Build-Conflicts: libelf-dev [!linux-any], libutempter-dev [illumos-amd64] Homepage: http://savannah.gnu.org/projects/screen Vcs-Git: git://anonscm.debian.org/collab-maint/screen.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/screen.git |