diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-05-11 16:57:41 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-05-11 16:57:41 +0400 |
commit | a8067da9bf1ad7a2a17b103b73df12cfc9e6eb66 (patch) | |
tree | 21a12b3300ff9057cfb9e8fa7df09a233b849bce | |
parent | d5978ac7727ebc78ed5b6885abfdb77f4ddf120c (diff) | |
download | screen-a8067da9bf1ad7a2a17b103b73df12cfc9e6eb66.tar.gz |
screen (4.2.0-2+dyson2) unstable; urgency=mediumHEADdyson/4.2.0-2+dyson2master
* Build conflicts: libutempter-dev [illumos-amd64] - it does not work:
"utmp slot not found"
-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 |