diff options
author | Fathi Boudra <fabo@debian.org> | 2009-08-29 07:26:27 +0000 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-08-29 07:26:27 +0000 |
commit | 8b2634e24af2dd96e9838051228e8a52095c47a6 (patch) | |
tree | eefaeb46863e5189b04072a602ce5b76e133660b | |
parent | 073c0a08d6e0f34e413c058e4baa21b985b54baf (diff) | |
download | kde4libs-8b2634e24af2dd96e9838051228e8a52095c47a6.tar.gz |
Add libutempter-dev build dependency. Used by kpty.
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ffb7b11..17e1f6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +kde4libs (4:4.3.1-1) UNRELEASED; urgency=low + + * New upstream release. + + +++ Changes by Fathi Boudra: + + * Add libutempter-dev build dependency. Used by kpty. + + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 29 Aug 2009 09:23:59 +0200 + kde4libs (4:4.3.0-2) unstable; urgency=medium * Add patch: 01_r1012564.diff: Fixes a data loss with KIO. diff --git a/debian/control b/debian/control index b76ae24..e8a3a21 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.2.3), quilt, cmake (>= 2.6.3), libavahi-common-dev, libaspell-dev, libbz2-dev, libenchant-dev, libfam-dev, libjasper-dev, libopenexr-dev, libpcre3-dev, libtiff4-dev, hspell, xsltproc, libglu1-mesa-dev, libenchant-dev, libacl1-dev, automoc (>= 1.0~version-0.9.88), - libxcursor-dev + libxcursor-dev, libutempter-dev Standards-Version: 3.8.3 Homepage: http://www.kde.org/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdelibs |