rev 14704 - in kde-extras: . skanlite skanlite/trunk skanlite/trunk/debian

Mark Purcell msp at alioth.debian.org
Sat May 30 02:21:04 UTC 2009


Author: msp
Date: 2009-05-30 02:21:03 +0000 (Sat, 30 May 2009)
New Revision: 14704

Added:
   kde-extras/skanlite/
   kde-extras/skanlite/build-area
   kde-extras/skanlite/tarballs
   kde-extras/skanlite/trunk/
   kde-extras/skanlite/trunk/debian/
   kde-extras/skanlite/trunk/debian/changelog
   kde-extras/skanlite/trunk/debian/compat
   kde-extras/skanlite/trunk/debian/control
   kde-extras/skanlite/trunk/debian/copyright
   kde-extras/skanlite/trunk/debian/rules
   kde-extras/skanlite/trunk/debian/skanlite.1
   kde-extras/skanlite/trunk/debian/skanlite.lintian-overrides
   kde-extras/skanlite/trunk/debian/watch
Log:
Initial commit

Added: kde-extras/skanlite/build-area
===================================================================
--- kde-extras/skanlite/build-area	                        (rev 0)
+++ kde-extras/skanlite/build-area	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1 @@
+link ../build-area/
\ No newline at end of file


Property changes on: kde-extras/skanlite/build-area
___________________________________________________________________
Added: svn:special
   + *

Added: kde-extras/skanlite/tarballs
===================================================================
--- kde-extras/skanlite/tarballs	                        (rev 0)
+++ kde-extras/skanlite/tarballs	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1 @@
+link ../tarballs/
\ No newline at end of file


Property changes on: kde-extras/skanlite/tarballs
___________________________________________________________________
Added: svn:special
   + *


Property changes on: kde-extras/skanlite/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: kde-extras/skanlite/trunk/debian/changelog
===================================================================
--- kde-extras/skanlite/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/changelog	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1,9 @@
+skanlite (0.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #530915)
+  * Lintian override »skanlite: arch-dep-package-has-big-usr-share« added.
+    (largest part are transltions (mo) and they are not really independent, if
+    I remember correctly (e.g. bit ordering).
+  * Add a manpage to the package. 
+
+ -- Kai Wasserbäch <debian at carbon-project.org>  Thu, 28 May 2009 19:41:54 +0200

Added: kde-extras/skanlite/trunk/debian/compat
===================================================================
--- kde-extras/skanlite/trunk/debian/compat	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/compat	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1 @@
+7

Added: kde-extras/skanlite/trunk/debian/control
===================================================================
--- kde-extras/skanlite/trunk/debian/control	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/control	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1,19 @@
+Source: skanlite
+Section: kde
+Priority: optional
+Maintainer: Kai Wasserbäch <debian at carbon-project.org>
+Build-Depends: debhelper (>= 7), cmake, pkg-kde-tools, libksane-dev, 
+ kdelibs5-dev (>= 4:4.2.0)
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.carbon-project.org/deb-pkg/skanlite/trunk
+
+Package: skanlite
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: kooka
+Description: KDE4 image scanner based on the KSane backend
+ Skanlite is a small and simple scanner application for KDE4 which allows easy
+ scanning of images with an attached scanner. Through the KSane backend it can
+ access a wide variety of different scanner models.
+ .
+ Skanlite can be considered the replacement of Kooka.

Added: kde-extras/skanlite/trunk/debian/copyright
===================================================================
--- kde-extras/skanlite/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/copyright	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1,43 @@
+This package was debianized by:
+
+    Kai Wasserbäch <debian at carbon-project.org> on Thu, 28 May 2009 17:02:39 +0200
+
+It was downloaded from:
+
+    <ftp://ftp.kde.org/pub/kde/stable/4.2.3/src/extragear/skanlite-0.3-kde4.2.3.tar.bz2>
+
+Upstream Authors:
+
+    Kåre Särs <kare.sars at iki.fi>
+    Arseniy Lartsev <receive-spam at yandex.ru>
+
+Copyright:
+
+    Copyright (C) 2007-2008 Kåre Särs
+    Copyright (C)      2009 Arseniy Lartsev
+
+License:
+
+    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
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Kai Wasserbäch <debian at carbon-project.org>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.

Added: kde-extras/skanlite/trunk/debian/rules
===================================================================
--- kde-extras/skanlite/trunk/debian/rules	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/rules	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1,85 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# ensure minimal linking
+export DEB_KDE_LINK_WITH_AS_NEEDED='yes'
+# # use standard CMake flags for Debian KDE packages (provided by pkg-kde-tools).
+include /usr/share/pkg-kde-tools/makefiles/1/variables.mk
+
+
+builddir/Makefile:
+	dh_testdir
+	# Add here commands to configure the package.
+	mkdir -p builddir
+	cd builddir && cmake .. $(DEB_CMAKE_KDE4_FLAGS) \
+	                        $(DEB_CMAKE_CUSTOM_FLAGS) \
+	                        -DCMAKE_INSTALL_PREFIX=/usr \
+	                        -DCMAKE_C_FLAGS="$(CFLAGS)" \
+	                        -DCMAKE_LD_FLAGS="-Wl,-z,defs" \
+	                        -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \
+	                        -DCMAKE_VERBOSE_MAKEFILE=ON
+
+build: build-stamp
+
+build-stamp:  builddir/Makefile 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) -C builddir
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	rm -rf builddir
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep  
+	dh_installdirs
+
+	# Add here commands to install the package into debian/skanlite.
+	$(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/skanlite install
+	rm -f $(CURDIR)/debian/skanlite/usr/share/doc/kde4/HTML/*/skanlite/common
+
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installman debian/skanlite.1
+	dh_installdocs
+	dh_lintian
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: kde-extras/skanlite/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: kde-extras/skanlite/trunk/debian/skanlite.1
===================================================================
--- kde-extras/skanlite/trunk/debian/skanlite.1	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/skanlite.1	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1,60 @@
+.\"                                      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 SKANLITE 1 "May 28, 2009"
+.\" 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
+skanlite \- KDE 4 image scanning program based on KSane
+.SH SYNOPSIS
+.B skanlite
+.RI [ -d <device> ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B skanlite
+command.
+.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.
+\fBskanlite\fP is a program that allows easy image scanning through a GUI.
+.SH OPTIONS
+A summary of options is included below.
+For a complete description, see
+.B skanlite --help-all
+.
+.TP
+.B \-d <device>
+Pass the name of the scanner (as given by SANE) which should be used to
+skanlite.
+.TP
+.B \-\-help
+Show a short summary of options.
+.TP
+.B \-\-help\-all
+Show all options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH SEE ALSO
+.BR sane-find-scanner (1),
+.br
+.br
+The program is fully documented in the program help system.
+.SH AUTHOR
+skanlite was written by Kåre Särs <kare.sars at iki.fi> and
+Arseniy Lartsev <receive-spam at yandex.ru>.
+.PP
+This manual page was written by Kai Wasserbäch <debian at carbon-project.org>,
+for the Debian project (and may be used by others).

Added: kde-extras/skanlite/trunk/debian/skanlite.lintian-overrides
===================================================================
--- kde-extras/skanlite/trunk/debian/skanlite.lintian-overrides	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/skanlite.lintian-overrides	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1 @@
+skanlite: arch-dep-package-has-big-usr-share

Added: kde-extras/skanlite/trunk/debian/watch
===================================================================
--- kde-extras/skanlite/trunk/debian/watch	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/watch	2009-05-30 02:21:03 UTC (rev 14704)
@@ -0,0 +1,10 @@
+# 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
+
+# Uncommment to examine a FTP server
+opts=pasv ftp://ftp.kde.org/pub/kde/stable/latest/src/extragear/skanlite-(.*)-kde4.2.3.tar.bz2 debian uupdate




More information about the pkg-kde-commits mailing list