rev 6083 - kde-extras/libkdcraw/trunk/debian

Mark Purcell msp at alioth.debian.org
Tue May 8 21:41:56 UTC 2007


Author: msp
Date: 2007-05-08 21:41:49 +0000 (Tue, 08 May 2007)
New Revision: 6083

Added:
   kde-extras/libkdcraw/trunk/debian/cron.d.ex
   kde-extras/libkdcraw/trunk/debian/dirs
   kde-extras/libkdcraw/trunk/debian/docs
   kde-extras/libkdcraw/trunk/debian/emacsen-install.ex
   kde-extras/libkdcraw/trunk/debian/emacsen-remove.ex
   kde-extras/libkdcraw/trunk/debian/emacsen-startup.ex
   kde-extras/libkdcraw/trunk/debian/init.d.ex
   kde-extras/libkdcraw/trunk/debian/libkdcraw-default.ex
   kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.dirs
   kde-extras/libkdcraw/trunk/debian/libkdcraw.doc-base.EX
   kde-extras/libkdcraw/trunk/debian/libkdcraw1.dirs
   kde-extras/libkdcraw/trunk/debian/libkdcraw1.install
   kde-extras/libkdcraw/trunk/debian/manpage.1.ex
   kde-extras/libkdcraw/trunk/debian/manpage.sgml.ex
   kde-extras/libkdcraw/trunk/debian/manpage.xml.ex
   kde-extras/libkdcraw/trunk/debian/menu.ex
   kde-extras/libkdcraw/trunk/debian/postinst.ex
   kde-extras/libkdcraw/trunk/debian/postrm.ex
   kde-extras/libkdcraw/trunk/debian/preinst.ex
   kde-extras/libkdcraw/trunk/debian/prerm.ex
   kde-extras/libkdcraw/trunk/debian/shlibs.local.ex
   kde-extras/libkdcraw/trunk/debian/watch.ex
Removed:
   kde-extras/libkdcraw/trunk/debian/libkdcraw0.install
   kde-extras/libkdcraw/trunk/debian/patches/
   kde-extras/libkdcraw/trunk/debian/watch
Modified:
   kde-extras/libkdcraw/trunk/debian/README.Debian
   kde-extras/libkdcraw/trunk/debian/changelog
   kde-extras/libkdcraw/trunk/debian/control
   kde-extras/libkdcraw/trunk/debian/copyright
   kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.install
   kde-extras/libkdcraw/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: kde-extras/libkdcraw/trunk/debian/README.Debian
===================================================================
--- kde-extras/libkdcraw/trunk/debian/README.Debian	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/README.Debian	2007-05-08 21:41:49 UTC (rev 6083)
@@ -1,107 +1,6 @@
-Debian kde-extras Team
-----------------------
+libkdcraw for Debian
+--------------------
 
-1. Contacts
------------
+<possible notes regarding this package - if none, delete this file>
 
-General help requests
-	<debian-kde at lists.debian.org>	mailing list
-	#debian-kde			on irc
-
-Packaging queries
-	<debian-qt-kde at lists.debian.org>  mailing list
-	#debian-qt-kde			  on irc
-
-Maintainers
-	<pkg-kde-extras at lists.alioth.debian.org>	mailing list
-
-
-2. Subversion repository
-------------------------
-  
-You can browse it only at:
-
-http://svn.debian.org/wsvn/pkg-kde/kde-extras/
-
-To "checkout" the repository use these commands:
-
-	$ svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras
-
-Authorized SSH keys are controlled at https://alioth.debian.org/account/
-
-The repository layout is:
-
-- packagename/
-    - trunk/
-    - branches/
-    - tags/
-        - 0.7.2-1/
-        - 0.7.2-2/
-        - 0.7.2-2ubuntu1/
-        - 0.7.2-2ubuntu2/
-        - 0.7.2-2ubuntu3/
-        - 0.8.0/
-        ...
-
-If only one version of the package is available at the time, development must 
-be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new 
-release is made.
-
-When, at some point, the need to have two different versions at the same time 
-arises (for example, if we need a version to be in unstable and a different one
-to be in experimental), experimental development will be made in trunk/ and 
-if a new unstable package needs to be cooked, copying 
-tag/'latest_version_in_sid' to tag/'latest_version_in_sid'+1 will make the
-trick.
-
-3. Using svn-buildpackage
---------------------------
-
-Packages with an upstream tarball will require you to set the mergeWithUpstream
-property first (from the package root) so that svn-buildpackage will look for
-the .orig.tar.gz in the ../tarballs directory.
-	
-	% svn propset mergeWithUpstream 1 debian
-
-Please note that this only works for packages which have only the debian/
-directory committed. Consequently, you must use CDBS's simple-patchsys.mk or
-dpatch to modify the upstream sources.
-
-After you have finished and committed your Debian patches via
-	
-	% svn commit [PACKAGE]
-
-as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build
-your package with the following commands:
-
-	% svn-buildpackage --svn-ignore-new -rfakeroot
-
-Please, don't commit tarballs/ or build-area/ directories to SVN.
-
-4. Tarballs and Build-area directories
-------------------------------------
-
-During pkg development before uploaded to debian the tarballs can be found at:
-
-	http://pkg-kde.alioth.debian.org/kde-extra/orig.tar.gz/
-
-You need to place those dirs in the parent directory of the one from which you're 
-running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs 
-in 'pkgname'/ dir, at the same level as trunk/
-
-If you want to compile inside one version in tags/ dir, you'll need to place those
-dirs inside that dir. Of course the easiest and cleanest way of doing it is 
-by making a symlink of those dirs inside tags/ dir.
-
-5. Using svn-inject
--------------------
-
-To inject a new package into the Debian KDE Extras svn archive you should use svn-inject(1)
-as follows:
-
-        svn-inject -o <package>.dsc svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras
-
-Type in your alioth password a few hundred times :-) and your package should be
-uploaded to the archive.  Note you will also need to manually copy the
-package.orig.tar.gz to your tarballs directory.  The -o option is important as
-this ensures that we 'Only keep modified files under SVN control'
+ -- Mark Purcell <msp at debian.org>  Tue,  8 May 2007 22:28:02 +0100

Modified: kde-extras/libkdcraw/trunk/debian/changelog
===================================================================
--- kde-extras/libkdcraw/trunk/debian/changelog	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/changelog	2007-05-08 21:41:49 UTC (rev 6083)
@@ -1,18 +1,6 @@
-libkdcraw (0.0.0+svn-1) UNRELEASED; urgency=low
+libkdcraw (0.1.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
-  * !! kipi-plugins 0.1.4 and digikam >> 0.9.1-final will require it.
-    kipi-plugins svn does it already.
-  * !! TODO
-    + check library policy were to put kdcraw and manpage.
-      http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#id229862
-      implies /usr/lib/libkdcraw0.  For now I've put them in /usr/bin /usr/share/man1
-      but in this case we need no manpage as kdcraw is internal.
-    + I'm confused: icons are in icons/.../apps but there is no .desktop file and kcraw is
-      cli only.  So move icons to apps/icons? 
-    + relibtoolization
-  
-  [ Achim Bohnet ]
-  * Initial upload (Closes: #411783)
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 20 Feb 2007 17:36:10 +0000
+ -- Mark Purcell <msp at debian.org>  Tue,  8 May 2007 22:28:02 +0100
+

Modified: kde-extras/libkdcraw/trunk/debian/control
===================================================================
--- kde-extras/libkdcraw/trunk/debian/control	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/control	2007-05-08 21:41:49 UTC (rev 6083)
@@ -1,34 +1,20 @@
 Source: libkdcraw
-Section: libs
-Priority: optional
-Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Achim Bohnet <ach at mpe.mpg.de>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>> 5), cdbs, kdelibs4-dev, liblcms1-dev, libjpeg62-dev
+Priority: extra
+Maintainer: Mark Purcell <msp at debian.org>
+Build-Depends: debhelper (>= 5), autotools-dev, libqt4-dev, kdelibs4-dev (>= 3.5), liblcms1-dev (>= 1.14), libjpeg62-dev (>= 6b)
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/libkdcraw/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/libkdcraw/trunk/
+Section: libs
 
 Package: libkdcraw-dev
 Section: libdevel
 Architecture: any
-Depends: libkdcraw0 (= ${Source-Version})
-Description: RAW picture decoding C++ library (development)
- Libkdcraw is a C++ interface around dcraw binary program used to
- decode Raw picture files.
- .
- libkdcraw-dev contains development files and documentation. The
- library documentation is available on kdcraw.h header file.
- .
- Homepage: http://www.kipi-plugins.org/
+Depends: libkdcrawBROKEN (= ${Source-Version})
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
 
-Package: libkdcraw0
+Package: libkdcrawBROKEN
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: Raw picture decoding C++ library (runtime)
- Libkdcraw is a C++ interface around dcraw binary program used to
- decode Raw picture files.
- .
- libkdcraw-0 contains the library of libkdcraw.
- .
- Homepage: http://www.kipi-plugins.org/
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>

Modified: kde-extras/libkdcraw/trunk/debian/copyright
===================================================================
--- kde-extras/libkdcraw/trunk/debian/copyright	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/copyright	2007-05-08 21:41:49 UTC (rev 6083)
@@ -1,63 +1,40 @@
-This package was debianized by Achim Bohnet <ach at mpe.mpg.de>
-on Tue, 20-Feb-2007.
+This package was debianized by Mark Purcell <msp at debian.org> on
+Tue,  8 May 2007 22:28:02 +0100.
 
+It was downloaded from <url://example.com>
 
-Upstream authors (from AUTHORS file):
+Upstream Author(s): 
 
- Library wrapper:
-   Caulier Gilles <caulier dot gilles at gmail dot com>
-   Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
- (k)dcraw source and manpage
-   Dave Coffin <cybercom dot net user dcoffin>
+    <put author's name and email here>
+    <likewise for another author>
 
-Copyrights:
+Copyright: 
 
-   Copyright 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
-   Copyright 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
-   Copyright 2005 by Laurent Montel <montel at kde dot org>
-   Copyright 1997-2007 by Dave Coffin, dcoffin a cybercom o net
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
 
+License:
 
-Licenses:
+    This package 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 of the License, or
+    (at your option) any later version.
+ 
+    This package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-libkdcraw (except libkdcraw/dcraw)
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
 
-   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.
+The Debian packaging is (C) 2007, Mark Purcell <msp at debian.org> and
+is licensed under the GPL, see above.
 
-The GNU General Public License version 2 can be found at
-/usr/share/common-licenses/GPL-2.
 
-
-libkdcraw/dcraw/ contains a copy of dcraw code.  dcraw Copyright:
-
-   dcraw.c -- Dave Coffin's raw photo decoder
-   Copyright 1997-2004 by Dave Coffin, dcoffin a cybercom o net
-
-   This is a command-line ANSI C program to convert raw photos from
-   any digital camera on any computer running any operating system.
-
-   Attention!  Some parts of this program are restricted under the
-   terms of the GNU General Public License.  Such code is enclosed
-   in "BEGIN GPL BLOCK" and "END GPL BLOCK" declarations.
-
-   All the code currently under GPL is specific to Foveon cameras.
-   This began in Revision 1.237.
-
-   To lawfully redistribute dcraw.c, you must either (a) include
-   full source code for all executable files containing restricted
-   functions, (b) remove these functions, re-implement them, or
-   copy them from an earlier, non-GPL Revision of dcraw.c, or (c)
-   purchase a license from the author.
-
-
-This software may be redistributed under the terms of the GNU GPL, Version 2
-or later, found on Debian systems in the file /usr/share/common-licenses/GPL
-
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: kde-extras/libkdcraw/trunk/debian/cron.d.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/cron.d.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/cron.d.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,4 @@
+#
+# Regular cron jobs for the libkdcraw package
+#
+0 4	* * *	root	libkdcraw_maintenance

Added: kde-extras/libkdcraw/trunk/debian/dirs
===================================================================
--- kde-extras/libkdcraw/trunk/debian/dirs	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/dirs	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: kde-extras/libkdcraw/trunk/debian/docs
===================================================================
--- kde-extras/libkdcraw/trunk/debian/docs	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/docs	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: kde-extras/libkdcraw/trunk/debian/emacsen-install.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/emacsen-install.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/emacsen-install.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,45 @@
+#! /bin/sh -e
+# /usr/lib/emacsen-common/packages/install/libkdcraw
+
+# Written by Jim Van Zandt <jrv at debian.org>, borrowing heavily
+# from the install scripts for gettext by Santiago Vila
+# <sanvila at ctv.es> and octave by Dirk Eddelbuettel <edd at debian.org>.
+
+FLAVOR=$1
+PACKAGE=libkdcraw
+
+if [ ${FLAVOR} = emacs ]; then exit 0; fi
+
+echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
+
+#FLAVORTEST=`echo $FLAVOR | cut -c-6`
+#if [ ${FLAVORTEST} = xemacs ] ; then
+#    SITEFLAG="-no-site-file"
+#else
+#    SITEFLAG="--no-site-file"
+#fi
+FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
+
+ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
+ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+# Install-info-altdir does not actually exist. 
+# Maybe somebody will write it.
+if test -x /usr/sbin/install-info-altdir; then
+    echo install/${PACKAGE}: install Info links for ${FLAVOR}
+    install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz
+fi
+
+install -m 755 -d ${ELCDIR}
+cd ${ELDIR}
+FILES=`echo *.el`
+cp ${FILES} ${ELCDIR}
+cd ${ELCDIR}
+
+cat << EOF > path.el
+(setq load-path (cons "." load-path) byte-compile-warnings nil)
+EOF
+${FLAVOR} ${FLAGS} ${FILES}
+rm -f *.el path.el
+
+exit 0

Added: kde-extras/libkdcraw/trunk/debian/emacsen-remove.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/emacsen-remove.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/emacsen-remove.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+# /usr/lib/emacsen-common/packages/remove/libkdcraw
+
+FLAVOR=$1
+PACKAGE=libkdcraw
+
+if [ ${FLAVOR} != emacs ]; then
+    if test -x /usr/sbin/install-info-altdir; then
+        echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
+        install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/libkdcraw.info.gz
+    fi
+
+    echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+    rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
+fi

Added: kde-extras/libkdcraw/trunk/debian/emacsen-startup.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/emacsen-startup.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/emacsen-startup.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,25 @@
+;; -*-emacs-lisp-*-
+;;
+;; Emacs startup file, e.g.  /etc/emacs/site-start.d/50libkdcraw.el
+;; for the Debian libkdcraw package
+;;
+;; Originally contributed by Nils Naumann <naumann at unileoben.ac.at>
+;; Modified by Dirk Eddelbuettel <edd at debian.org>
+;; Adapted for dh-make by Jim Van Zandt <jrv at debian.org>
+
+;; The libkdcraw package follows the Debian/GNU Linux 'emacsen' policy and
+;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
+;; xemacs19, emacs20, xemacs20...).  The compiled code is then
+;; installed in a subdirectory of the respective site-lisp directory.
+;; We have to add this to the load-path:
+(let ((package-dir (concat "/usr/share/"
+                           (symbol-name flavor)
+                           "/site-lisp/libkdcraw")))
+;; If package-dir does not exist, the libkdcraw package must have
+;; removed but not purged, and we should skip the setup.
+  (when (file-directory-p package-dir)
+        (setq load-path (cons package-dir load-path))
+       (autoload 'libkdcraw-mode "libkdcraw-mode"
+         "Major mode for editing libkdcraw files." t)
+       (add-to-list 'auto-mode-alist '("\\.libkdcraw$" . libkdcraw-mode))))
+

Added: kde-extras/libkdcraw/trunk/debian/init.d.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/init.d.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/init.d.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,81 @@
+#! /bin/sh
+#
+# skeleton	example file to build /etc/init.d/ scripts.
+#		This file should be used to construct scripts for /etc/init.d.
+#
+#		Written by Miquel van Smoorenburg <miquels at cistron.nl>.
+#		Modified for Debian 
+#		by Ian Murdock <imurdock at gnu.ai.mit.edu>.
+#
+# Version:	@(#)skeleton  1.9  26-Feb-2001  miquels at cistron.nl
+#
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+DAEMON=/usr/sbin/libkdcraw
+NAME=libkdcraw
+DESC=libkdcraw
+
+test -x $DAEMON || exit 0
+
+# Include libkdcraw defaults if available
+if [ -f /etc/default/libkdcraw ] ; then
+	. /etc/default/libkdcraw
+fi
+
+set -e
+
+case "$1" in
+  start)
+	echo -n "Starting $DESC: "
+	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON -- $DAEMON_OPTS
+	echo "$NAME."
+	;;
+  stop)
+	echo -n "Stopping $DESC: "
+	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON
+	echo "$NAME."
+	;;
+  #reload)
+	#
+	#	If the daemon can reload its config files on the fly
+	#	for example by sending it SIGHUP, do it here.
+	#
+	#	If the daemon responds to changes in its config file
+	#	directly anyway, make this a do-nothing entry.
+	#
+	# echo "Reloading $DESC configuration files."
+	# start-stop-daemon --stop --signal 1 --quiet --pidfile \
+	#	/var/run/$NAME.pid --exec $DAEMON
+  #;;
+  force-reload)
+	#
+	#	If the "reload" option is implemented, move the "force-reload"
+	#	option to the "reload" entry above. If not, "force-reload" is
+	#	just the same as "restart" except that it does nothing if the
+	#   daemon isn't already running.
+	# check wether $DAEMON is running. If so, restart
+	start-stop-daemon --stop --test --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON \
+	&& $0 restart \
+	|| exit 0
+	;;
+  restart)
+    echo -n "Restarting $DESC: "
+	start-stop-daemon --stop --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON
+	sleep 1
+	start-stop-daemon --start --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
+	echo "$NAME."
+	;;
+  *)
+	N=/etc/init.d/$NAME
+	# echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
+	echo "Usage: $N {start|stop|restart|force-reload}" >&2
+	exit 1
+	;;
+esac
+
+exit 0

Added: kde-extras/libkdcraw/trunk/debian/libkdcraw-default.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/libkdcraw-default.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/libkdcraw-default.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,10 @@
+# Defaults for libkdcraw initscript
+# sourced by /etc/init.d/libkdcraw
+# installed at /etc/default/libkdcraw by the maintainer scripts
+
+#
+# This is a POSIX shell fragment
+#
+
+# Additional options that are passed to the Daemon.
+DAEMON_OPTS=""

Added: kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.dirs
===================================================================
--- kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.dirs	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.dirs	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include

Modified: kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.install
===================================================================
--- kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.install	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/libkdcraw-dev.install	2007-05-08 21:41:49 UTC (rev 6083)
@@ -1,4 +1,6 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/pkgconfig/*
-debian/tmp/usr/lib/*.la
-debian/tmp/usr/lib/lib*.so
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la
+usr/share/pkgconfig/*

Added: kde-extras/libkdcraw/trunk/debian/libkdcraw.doc-base.EX
===================================================================
--- kde-extras/libkdcraw/trunk/debian/libkdcraw.doc-base.EX	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/libkdcraw.doc-base.EX	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,22 @@
+Document: libkdcraw
+Title: Debian libkdcraw Manual
+Author: <insert document author here>
+Abstract: This manual describes what libkdcraw is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/libkdcraw/libkdcraw.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/libkdcraw/libkdcraw.ps.gz
+
+Format: text
+Files: /usr/share/doc/libkdcraw/libkdcraw.text.gz
+
+Format: HTML
+Index: /usr/share/doc/libkdcraw/html/index.html
+Files: /usr/share/doc/libkdcraw/html/*.html
+
+  

Deleted: kde-extras/libkdcraw/trunk/debian/libkdcraw0.install

Added: kde-extras/libkdcraw/trunk/debian/libkdcraw1.dirs
===================================================================
--- kde-extras/libkdcraw/trunk/debian/libkdcraw1.dirs	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/libkdcraw1.dirs	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1 @@
+usr/lib

Added: kde-extras/libkdcraw/trunk/debian/libkdcraw1.install
===================================================================
--- kde-extras/libkdcraw/trunk/debian/libkdcraw1.install	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/libkdcraw1.install	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: kde-extras/libkdcraw/trunk/debian/manpage.1.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/manpage.1.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/manpage.1.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,59 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH LIBKDCRAW SECTION "May  8, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+libkdcraw \- program to do something
+.SH SYNOPSIS
+.B libkdcraw
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B libkdcraw
+and
+.B bar
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBlibkdcraw\fP is a program that...
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH SEE ALSO
+.BR bar (1),
+.BR baz (1).
+.br
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH AUTHOR
+libkdcraw was written by <upstream author>.
+.PP
+This manual page was written by Mark Purcell <msp at debian.org>,
+for the Debian project (but may be used by others).

Added: kde-extras/libkdcraw/trunk/debian/manpage.sgml.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/manpage.sgml.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/manpage.sgml.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,156 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
+  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>May  8, 2007</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
+  <!ENTITY dhemail     "<email>msp at debian.org</email>">
+  <!ENTITY dhusername  "Mark Purcell">
+  <!ENTITY dhucpackage "<refentrytitle>LIBKDCRAW</refentrytitle>">
+  <!ENTITY dhpackage   "libkdcraw">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>program to do something</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-e <replaceable>this</replaceable></option></arg>
+
+      <arg><option>--example <replaceable>that</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> and <command>bar</command>
+      commands.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in the &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a program that...</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>bar (1), baz (1).</para>
+
+    <para>The programs are documented fully by <citetitle>The Rise and
+      Fall of a Fooish Bar</citetitle> available via the
+      <application>Info</application> system.</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+	  later version published by the Free Software Foundation.
+    </para>
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+

Added: kde-extras/libkdcraw/trunk/debian/manpage.xml.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/manpage.xml.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/manpage.xml.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,144 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'.  A manual page
+<package>.<section> will be generated.  You may view the
+manual page with: nroff -man <package>.<section> | less'.  A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+        $(XP) $(DB2MAN) $<
+    
+The xsltproc binary is found in the xsltproc package.  The
+XSL files are in docbook-xsl.  Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
+  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>May  8, 2007</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
+  <!ENTITY dhemail     "<email>msp at debian.org</email>">
+  <!ENTITY dhusername  "Mark Purcell">
+  <!ENTITY dhucpackage "<refentrytitle>LIBKDCRAW</refentrytitle>">
+  <!ENTITY dhpackage   "libkdcraw">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <copyright>
+      <year>2007</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>program to do something</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-e <replaceable>this</replaceable></option></arg>
+
+      <arg><option>--example <replaceable>that</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> and <command>bar</command>
+      commands.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in the &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a program that...</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>bar (1), baz (1).</para>
+
+    <para>The programs are documented fully by <citetitle>The Rise and
+      Fall of a Fooish Bar</citetitle> available via the
+      <application>Info</application> system.</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+	  later version published by the Free Software Foundation.
+    </para>
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+

Added: kde-extras/libkdcraw/trunk/debian/menu.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/menu.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/menu.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,2 @@
+?package(libkdcraw):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
+  title="libkdcraw" command="/usr/bin/libkdcraw"

Added: kde-extras/libkdcraw/trunk/debian/postinst.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/postinst.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/postinst.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,41 @@
+#!/bin/sh
+# postinst script for libkdcraw
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: kde-extras/libkdcraw/trunk/debian/postrm.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/postrm.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/postrm.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,39 @@
+#!/bin/sh
+# postrm script for libkdcraw
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <overwriter>
+#          <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: kde-extras/libkdcraw/trunk/debian/preinst.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/preinst.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/preinst.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,37 @@
+#!/bin/sh
+# preinst script for libkdcraw
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <new-preinst> `install'
+#        * <new-preinst> `install' <old-version>
+#        * <new-preinst> `upgrade' <old-version>
+#        * <old-preinst> `abort-upgrade' <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    install|upgrade)
+    ;;
+
+    abort-upgrade)
+    ;;
+
+    *)
+        echo "preinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: kde-extras/libkdcraw/trunk/debian/prerm.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/prerm.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/prerm.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,40 @@
+#!/bin/sh
+# prerm script for libkdcraw
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    remove|upgrade|deconfigure)
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Modified: kde-extras/libkdcraw/trunk/debian/rules
===================================================================
--- kde-extras/libkdcraw/trunk/debian/rules	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/rules	2007-05-08 21:41:49 UTC (rev 6083)
@@ -1,38 +1,8 @@
 #!/usr/bin/make -f
 
-FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.bz2
-URL = http://heanet.dl.sourceforge.net/kipi/$(UPFILENAME)
-
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/kde.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_INSTALL_MANPAGES_libkdcraw0 = debian/tmp/usr/share/man/man1/kdcraw.1
-
-DEB_KDE_ENABLE_FINAL = yes
-
-#clean ::
-#	rm -f po/*/*.gmo
-
-get-orig-source-dpatch:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@dpatch-get-origtargz ../tarballs
-
-get-orig-source:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(UPFILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
-	@@echo Converting $(UPFILENAME) to $(FILENAME)
-	@@bzcat ../tarballs/$(UPFILENAME) | gzip -9 > ../tarballs/$(FILENAME)
-
-print-version:
-	@@echo DEB_SOURCE_PACKAGE: $(DEB_SOURCE_PACKAGE)
-	@@echo DEB_VERSION: $(DEB_VERSION)
-	@@echo DEB_NO_EPOCH_VERSION: $(DEB_NOEPOCH_VERSION)
-	@@echo DEB_UPSTREAM_VERSION: $(DEB_UPSTREAM_VERSION)
-	@@echo FILENAME: $(FILENAME)
-	@@echo URL: $(URL)
+# Add here any variable or target overrides you need.
+DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp

Added: kde-extras/libkdcraw/trunk/debian/shlibs.local.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/shlibs.local.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/shlibs.local.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1 @@
+liblibkdcraw 0.1.0 libkdcraw (>> 0.1.0-0), libkdcraw (<< 0.1.0-99)

Deleted: kde-extras/libkdcraw/trunk/debian/watch

Added: kde-extras/libkdcraw/trunk/debian/watch.ex
===================================================================
--- kde-extras/libkdcraw/trunk/debian/watch.ex	2007-05-08 21:22:01 UTC (rev 6082)
+++ kde-extras/libkdcraw/trunk/debian/watch.ex	2007-05-08 21:41:49 UTC (rev 6083)
@@ -0,0 +1,22 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php libkdcraw-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/libkdcraw-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/libkdcraw-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/libkdcraw/libkdcraw-(.*)\.tar\.gz
+
+




More information about the pkg-kde-commits mailing list