[Pkg-kde-commits] rev 2257 - trunk/packages/kdegraphics/debian

Christopher Martin chrsmrtn at costa.debian.org
Sun Nov 13 21:19:19 UTC 2005


Author: chrsmrtn
Date: 2005-11-13 21:19:19 +0000 (Sun, 13 Nov 2005)
New Revision: 2257

Modified:
   trunk/packages/kdegraphics/debian/control
   trunk/packages/kdegraphics/debian/rules
Log:
My explanation on IRC sucked, so here goes. Shared objects in /usr/lib don't
get shlibs unless they're meant to be linked to by 3rd party stuff,
eg. libkate.so.1.0.0, etc.

But packages with shared objects in /usr/lib, kfaxview with libkfaximage.so,
still need to be passed to DEB_SHLIBDEPS_INCLUDE (see debian-qt-kde.mk in cdbs)
using PACKAGES_WITH_LIBS in debian/rules, to ensure that other packages within
the source package can see all the libs that they might have linked against,
and so get a dependency if needed.

And while I noticed I'm bumping the build-deps to 3.5-rc1.

Otherwise, everything looks great.


Modified: trunk/packages/kdegraphics/debian/control
===================================================================
--- trunk/packages/kdegraphics/debian/control	2005-11-13 20:57:51 UTC (rev 2256)
+++ trunk/packages/kdegraphics/debian/control	2005-11-13 21:19:19 UTC (rev 2257)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at the-barrel.org>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
-Build-Depends: g++-3.4 [arm m68k hppa], cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, gawk, gettext, imlib11-dev, kdelibs4-dev (>= 4:3.4.3), libexif-dev (>= 0.6.9-1), libfribidi-dev, libglut3-dev, libgphoto2-2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-qt-dev, libsane-dev (>> 1.0.15), libtiff4-dev, libtiff-tools, libusb-dev, sharutils, tetex-bin, texinfo, libxxf86vm-dev
+Build-Depends: g++-3.4 [arm m68k hppa], cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, gawk, gettext, imlib11-dev, kdelibs4-dev (>= 4:3.5-rc1), libexif-dev (>= 0.6.9-1), libfribidi-dev, libglut3-dev, libgphoto2-2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-qt-dev, libsane-dev (>> 1.0.15), libtiff4-dev, libtiff-tools, libusb-dev, sharutils, tetex-bin, texinfo, libxxf86vm-dev
 Standards-Version: 3.6.2
 
 Package: kdegraphics
@@ -65,7 +65,7 @@
 Package: kdegraphics-dev
 Section: devel
 Architecture: any
-Depends: kghostview (= ${Source-Version}), kview (= ${Source-Version}), kviewshell (= ${Source-Version}), kdelibs4-dev (>= 4:3.4.3)
+Depends: kghostview (= ${Source-Version}), kview (= ${Source-Version}), kviewshell (= ${Source-Version}), kdelibs4-dev (>= 4:3.5-rc1)
 Replaces: kview (<< 4:3.0.0)
 Description: development files for the KDE graphics module
  This package contains headers and other development files for the KDE
@@ -355,7 +355,7 @@
 Package: libkscan-dev
 Section: libdevel
 Architecture: any
-Depends: libkscan1 (= ${Source-Version}), kdelibs4-dev (>= 4:3.4.3)
+Depends: libkscan1 (= ${Source-Version}), kdelibs4-dev (>= 4:3.5-rc1)
 Description: development files for the KDE scanner library
  This package contains development files for KDE's scanner library.
  .

Modified: trunk/packages/kdegraphics/debian/rules
===================================================================
--- trunk/packages/kdegraphics/debian/rules	2005-11-13 20:57:51 UTC (rev 2256)
+++ trunk/packages/kdegraphics/debian/rules	2005-11-13 21:19:19 UTC (rev 2257)
@@ -7,7 +7,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-kpdf-drm
 
-PACKAGES_WITH_LIBS := kghostview kmrml kpovmodeler ksvg \
+PACKAGES_WITH_LIBS := kfaxview kghostview kmrml kpovmodeler ksvg \
 			kuickshow kview kviewshell libkscan1
 
 DEB_DH_MAKESHLIBS_ARGS_kghostview	:= -V'kghostview (>= 4:3.5-rc1-1)'




More information about the pkg-kde-commits mailing list