--- kdepimlibs-3.91.0.orig/debian/rules +++ kdepimlibs-3.91.0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include debian/cdbs/kde.mk + +DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp + +DEB_CMAKE_PREFIX = /usr/lib/kde4 + +DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=debugfull + +DEB_STRIP_EXCLUDE = so + +DEB_DH_SHLIBDEPS_ARGS = -l/usr/lib/kde4/lib/ --- kdepimlibs-3.91.0.orig/debian/control +++ kdepimlibs-3.91.0/debian/control @@ -0,0 +1,42 @@ +Source: kdepimlibs +Section: libs +Priority: optional +Maintainer: Jonathan Riddell +Uploaders: Jonathan Riddell +Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), cmake, quilt, kdelibs5-dev (>= 3.90.1), libboost-dev, libxml2-dev, libxslt1-dev, libldap2-dev, libsasl2-dev +Standards-Version: 3.7.2 + +Package: kdepimlibs5 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, kdepimlibs-data +Description: core libraries and binaries for KDE PIM 4 testing applications + This package contains all the shared libraries and common core binaries + used by KDE PIM applications. You need these libraries and binaries to + run KDE applications. + . + This KDE 4 package is for development only, it offers no binary + compatibility guarantee and will no help users. + +Package: kdepimlibs-data +Section: libs +Architecture: all +Description: core shared data for KDE PIM 4 testing applications + This package contains all the architecture independent data files + commonly used by KDE PIM applications. You need these data files to run + KDE applications. + . + This KDE 4 package is for development only, it offers no binary + compatibility guarantee and will no help users. + +Package: kdepimlibs5-dev +Section: libdevel +Architecture: any +Depends: kdepimlibs5 (= ${Source-Version}), kdelibs5-dev +Description: development files for the KDE PIM 4 testing core libraries + This package contains all the headers and other related files needed + to compile KDE PIM applications, or develop applications which use the + core KDE PIM libraries. + . + This KDE 4 package is for development only, it offers no binary + compatibility guarantee and will no help users. --- kdepimlibs-3.91.0.orig/debian/copyright +++ kdepimlibs-3.91.0/debian/copyright @@ -0,0 +1,13 @@ +This package was debianised by Jonathan Riddell on +Wed, 5 Sep 2006 22:00:00 -0500. + +It was downloaded from ftp://ftp.kde.org + +Upstream Authors: Kalle Dalheimer and many others. + +License: + +All programs are either under the BSD, GPL or LGPL licenses. On Debian +systems, the complete text of the BSD, GPL and LGPL licenses can be found +in the /usr/share/common-licenses/BSD, /usr/share/common-licenses/GPL and +/usr/share/common-licenses/LGPL files. --- kdepimlibs-3.91.0.orig/debian/compat +++ kdepimlibs-3.91.0/debian/compat @@ -0,0 +1 @@ +5 --- kdepimlibs-3.91.0.orig/debian/changelog +++ kdepimlibs-3.91.0/debian/changelog @@ -0,0 +1,59 @@ +kdepimlibs (3.91.0-0ubuntu5) gutsy; urgency=low + + * Add missing shlib:Depends to kdepimlibs5 + + -- Jonathan Riddell Fri, 13 Jul 2007 15:59:48 +0000 + +kdepimlibs (3.91.0-0ubuntu4) gutsy; urgency=low + + * Add build-depend on quilt + + -- Jonathan Riddell Fri, 13 Jul 2007 11:11:19 +0000 + +kdepimlibs (3.91.0-0ubuntu3) gutsy; urgency=low + + * Add DEB_DH_SHLIBDEPS_ARGS for install directory + + -- Jonathan Riddell Fri, 13 Jul 2007 08:28:46 +0000 + +kdepimlibs (3.91.0-0ubuntu2) gutsy; urgency=low + + * Remove "-DCMAKE_SKIP_RPATH=true" from cmake.mk + + -- Jonathan Riddell Fri, 13 Jul 2007 08:22:33 +0000 + +kdepimlibs (3.91.0-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 09 Jul 2007 14:22:56 +0000 + +kdepimlibs (3.90.1-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Jonathan Riddell Sun, 6 May 2007 14:19:16 +0000 + +kdepimlibs (3.80.3-0ubuntu2) feisty; urgency=low + + * Up build-dep to kdelibs5-dev (>= 3.80.3) + + -- Jonathan Riddell Mon, 26 Feb 2007 20:39:13 +0000 + +kdepimlibs (3.80.3-0ubuntu1) feisty; urgency=low + + * New upstream unstable release + + -- Jonathan Riddell Wed, 21 Feb 2007 12:28:26 +0000 + +kdepimlibs (3.80.2-0ubuntu1) edgy; urgency=low + + * New upstream unstable release + + -- Jonathan Riddell Wed, 1 Nov 2006 13:44:01 +0000 + +kdepimlibs (3.80.1-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Jonathan Riddell Wed, 6 Sep 2006 22:45:39 +0000 --- kdepimlibs-3.91.0.orig/debian/cdbs/.svn/text-base/cmake.mk.svn-base +++ kdepimlibs-3.91.0/debian/cdbs/.svn/text-base/cmake.mk.svn-base @@ -0,0 +1,65 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright (C) 2006 Peter Rockai +# Copyright (C) 2006 Fathi Boudra +# Description: A class for cmake packages +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_cmake +_cdbs_class_cmake := 1 + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) +DEB_CMAKE_PREFIX =/usr + +# Overriden from makefile-vars.mk +# We pass CFLAGS and friends to ./configure, so no need to pass them to make +DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR) + +include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix) + + +common-configure-arch common-configure-indep:: common-configure-impl +common-configure-impl:: $(DEB_BUILDDIR)/CMakeCache.txt +$(DEB_BUILDDIR)/CMakeCache.txt: + cd $(DEB_BUILDDIR) && cmake $(CURDIR)/$(DEB_SRCDIR) \ + -DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_PREFIX)" $(KDE4-ENABLE-FINAL) \ + $(DEB_CMAKE_EXTRA_FLAGS) -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \ + -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_VERBOSE_MAKEFILE=ON $(DEB_CMAKE_DEBUG_FLAGS) \ + -DCMAKE_SKIP_RPATH=true -DKDE4_BUILD_TESTS=true -DKDE_DISTRIBUTION_TEXT="Debian packages" \ + -DLIBRARY_OUTPUT_PATH=/usr/lib -DSYSCONF_INSTALL_DIR=/etc \ + -DHTML_INSTALL_DIR=/usr/share/doc/kde/HTML + mkdir -p $(DEB_DESTDIR) + +cleanbuilddir:: + -if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi + rm -f CMakeCache.txt + +endif + --- kdepimlibs-3.91.0.orig/debian/cdbs/.svn/text-base/utils.mk.svn-base +++ kdepimlibs-3.91.0/debian/cdbs/.svn/text-base/utils.mk.svn-base @@ -0,0 +1,49 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Colin Walters +# Description: Defines various random rules, including a list-missing rule +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class + +ifndef _cdbs_rules_utils +_cdbs_rules_utils = 1 + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +DEB_PHONY_RULES += list-missing + +list-missing: + @if test -d debian/tmp; then \ + (cd debian/tmp && find . -type f -o -type l | grep -v '/DEBIAN/' | sort) > debian/cdbs-install-list; \ + (for package in $(DEB_ALL_PACKAGES); do \ + (cd debian/$$package && find . -type f -o -type l); \ + done) | sort -u > debian/cdbs-package-list; \ + if test -e debian/not-installed ;\ + then grep -v '^#' debian/not-installed >> debian/cdbs-package-list ; \ + sort -u debian/cdbs-package-list.tmp ; mv debian/cdbs-package-list.tmp debian/cdbs-package-list ; \ + fi ;\ + diff -u debian/cdbs-install-list debian/cdbs-package-list | sed '1,2d' | egrep '^-' || true; \ + else \ + echo "All files were installed into debian/$(DEB_SOURCE_PACKAGE)."; \ + fi + +clean:: + rm -f debian/cdbs-install-list debian/cdbs-package-list + +endif --- kdepimlibs-3.91.0.orig/debian/cdbs/.svn/text-base/kde.mk.svn-base +++ kdepimlibs-3.91.0/debian/cdbs/.svn/text-base/kde.mk.svn-base @@ -0,0 +1,66 @@ +export XDG_DATA_DIRS=/usr/share +export XDG_CONFIG_DIRS=/etc/xdg + + +include debian/cdbs/cmake.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include debian/cdbs/utils.mk + +DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el +DEB_KDE_ENABLE_FINAL ?= + +DEB_CMAKE_EXTRA_FLAGS += -DKDE4_BUILD_TESTS=true -DKDE_DISTRIBUTION_TEXT="Debian packages" + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + KDE4-ENABLE-FINAL = $(if $(DEB_KDE_ENABLE_FINAL),-DKDE4_ENABLE_FINAL=true,) + else + KDE4-ENABLE-FINAL = + endif +endif + + + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + #no optimizations, full debug + DEB_CMAKE_DEBUG_FLAGS = -DCMAKE_BUILD_TYPE=debugfull +else + #This is around -O2 -g + DEB_CMAKE_DEBUG_FLAGS = -DCMAKE_BUILD_TYPE=relwithdebinfo +endif + + + + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + meinproc $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + done --- kdepimlibs-3.91.0.orig/debian/cdbs/.svn/entries +++ kdepimlibs-3.91.0/debian/cdbs/.svn/entries @@ -0,0 +1,64 @@ +8 + +dir +6725 +svn://svn.debian.org/pkg-kde/branches/kde4/cdbs +svn://svn.debian.org/pkg-kde + + + +2007-06-13T15:26:25.699631Z +6483 +schepler + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +fe476991-40d1-0310-a08b-93a1e690bb93 + +cmake.mk +file + + + + +2007-07-09T10:14:11.000000Z +de310fe3d5cd74c1182a040bf57bbf92 +2007-06-13T15:26:25.699631Z +6483 +schepler + +utils.mk +file + + + + +2007-07-09T10:14:11.000000Z +d270a91cad065e680a184ed60c7f3cae +2007-05-11T12:32:35.408857Z +6146 +pusling-guest + +kde.mk +file + + + + +2007-07-09T10:14:11.000000Z +4e77cc5625b50f04c71a714fea9ec3b5 +2007-06-13T15:26:25.699631Z +6483 +schepler + --- kdepimlibs-3.91.0.orig/debian/cdbs/.svn/format +++ kdepimlibs-3.91.0/debian/cdbs/.svn/format @@ -0,0 +1 @@ +8 --- kdepimlibs-3.91.0.orig/debian/cdbs/cmake.mk +++ kdepimlibs-3.91.0/debian/cdbs/cmake.mk @@ -0,0 +1,65 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright (C) 2006 Peter Rockai +# Copyright (C) 2006 Fathi Boudra +# Description: A class for cmake packages +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_cmake +_cdbs_class_cmake := 1 + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) +DEB_CMAKE_PREFIX =/usr + +# Overriden from makefile-vars.mk +# We pass CFLAGS and friends to ./configure, so no need to pass them to make +DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR) + +include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix) + + +common-configure-arch common-configure-indep:: common-configure-impl +common-configure-impl:: $(DEB_BUILDDIR)/CMakeCache.txt +$(DEB_BUILDDIR)/CMakeCache.txt: + cd $(DEB_BUILDDIR) && cmake $(CURDIR)/$(DEB_SRCDIR) \ + -DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_PREFIX)" $(KDE4-ENABLE-FINAL) \ + $(DEB_CMAKE_EXTRA_FLAGS) -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \ + -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_VERBOSE_MAKEFILE=ON $(DEB_CMAKE_DEBUG_FLAGS) \ + -DKDE4_BUILD_TESTS=true -DKDE_DISTRIBUTION_TEXT="Debian packages" \ + -DSYSCONF_INSTALL_DIR=$(DEB_CMAKE_PREFIX)/etc \ + -DHTML_INSTALL_DIR=$(DEB_CMAKE_PREFIX)/share/doc/kde/HTML + mkdir -p $(DEB_DESTDIR) + +cleanbuilddir:: + -if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi + rm -f CMakeCache.txt + +endif + --- kdepimlibs-3.91.0.orig/debian/cdbs/utils.mk +++ kdepimlibs-3.91.0/debian/cdbs/utils.mk @@ -0,0 +1,49 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Colin Walters +# Description: Defines various random rules, including a list-missing rule +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class + +ifndef _cdbs_rules_utils +_cdbs_rules_utils = 1 + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +DEB_PHONY_RULES += list-missing + +list-missing: + @if test -d debian/tmp; then \ + (cd debian/tmp && find . -type f -o -type l | grep -v '/DEBIAN/' | sort) > debian/cdbs-install-list; \ + (for package in $(DEB_ALL_PACKAGES); do \ + (cd debian/$$package && find . -type f -o -type l); \ + done) | sort -u > debian/cdbs-package-list; \ + if test -e debian/not-installed ;\ + then grep -v '^#' debian/not-installed >> debian/cdbs-package-list ; \ + sort -u debian/cdbs-package-list.tmp ; mv debian/cdbs-package-list.tmp debian/cdbs-package-list ; \ + fi ;\ + diff -u debian/cdbs-install-list debian/cdbs-package-list | sed '1,2d' | egrep '^-' || true; \ + else \ + echo "All files were installed into debian/$(DEB_SOURCE_PACKAGE)."; \ + fi + +clean:: + rm -f debian/cdbs-install-list debian/cdbs-package-list + +endif --- kdepimlibs-3.91.0.orig/debian/cdbs/kde.mk +++ kdepimlibs-3.91.0/debian/cdbs/kde.mk @@ -0,0 +1,66 @@ +export XDG_DATA_DIRS=/usr/share +export XDG_CONFIG_DIRS=/etc/xdg + + +include debian/cdbs/cmake.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include debian/cdbs/utils.mk + +DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el +DEB_KDE_ENABLE_FINAL ?= + +DEB_CMAKE_EXTRA_FLAGS += -DKDE4_BUILD_TESTS=true -DKDE_DISTRIBUTION_TEXT="Debian packages" + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + KDE4-ENABLE-FINAL = $(if $(DEB_KDE_ENABLE_FINAL),-DKDE4_ENABLE_FINAL=true,) + else + KDE4-ENABLE-FINAL = + endif +endif + + + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + #no optimizations, full debug + DEB_CMAKE_DEBUG_FLAGS = -DCMAKE_BUILD_TYPE=debugfull +else + #This is around -O2 -g + DEB_CMAKE_DEBUG_FLAGS = -DCMAKE_BUILD_TYPE=relwithdebinfo +endif + + + + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + meinproc $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + done --- kdepimlibs-3.91.0.orig/debian/kdepimlibs5.install +++ kdepimlibs-3.91.0/debian/kdepimlibs5.install @@ -0,0 +1,3 @@ +usr/lib/kde4/lib/kde4/ +usr/lib/kde4/lib/*so.* + --- kdepimlibs-3.91.0.orig/debian/kdepimlibs-data.install +++ kdepimlibs-3.91.0/debian/kdepimlibs-data.install @@ -0,0 +1 @@ +usr/lib/kde4/share/ --- kdepimlibs-3.91.0.orig/debian/kdepimlibs5-dev.install +++ kdepimlibs-3.91.0/debian/kdepimlibs5-dev.install @@ -0,0 +1,2 @@ +usr/lib/kde4/lib/*so +usr/lib/kde4/include/