rev 15128 - kde-extras/skanlite/trunk/debian
Fathi Boudra
fabo at alioth.debian.org
Sun Jul 5 15:40:20 UTC 2009
Author: fabo
Date: 2009-07-05 15:40:19 +0000 (Sun, 05 Jul 2009)
New Revision: 15128
Modified:
kde-extras/skanlite/trunk/debian/changelog
kde-extras/skanlite/trunk/debian/control
kde-extras/skanlite/trunk/debian/copyright
kde-extras/skanlite/trunk/debian/rules
Log:
Cosmetic changes, typo and minor adjustements in copyright
Modified: kde-extras/skanlite/trunk/debian/changelog
===================================================================
--- kde-extras/skanlite/trunk/debian/changelog 2009-07-05 15:09:57 UTC (rev 15127)
+++ kde-extras/skanlite/trunk/debian/changelog 2009-07-05 15:40:19 UTC (rev 15128)
@@ -1,10 +1,10 @@
-skanlite (0.3-1) UNRELEASED; urgency=low
+skanlite (0.3-1) unstable; urgency=low
- The combined »Article 5 Grundgesetz was murdered« and »KDE team and mentors
- appreciation« release.
+ * Initial release (Closes: #530915)
+ The combined »Article 5 Grundgesetz was murdered« and
+ »KDE team and mentors appreciation« release.
[ Mark Purcell ]
- * NOT RELEASED YET
* debian/watch -> svn-upgrade
* Maintainer: kde-extras & add myself to uploaders
* Section: graphics, Update Vcs
@@ -12,12 +12,10 @@
* Switch to cdbs
[ Kai Wasserbäch ]
- * Initial release (Closes: #530915)
* debian/control: Standards-Version is now 3.8.2, no changes needed.
- * debian/copyright: Address reason for rejection: use the KDE version of the
- GPL header.
+ * debian/copyright: use the KDE version of the GPL header.
* debian/rules:
- - Ensure minimal linking (some unneeded liking we can't get around
+ - Ensure minimal linking (some unneeded linking we can't get around
otherwise): set »DEB_KDE_LINK_WITH_AS_NEEDED='yes'«.
- Remove the »rm« line from the install target, shouln't have been there
at all. I somehow made the mistake to assume, that the symlinked
Modified: kde-extras/skanlite/trunk/debian/control
===================================================================
--- kde-extras/skanlite/trunk/debian/control 2009-07-05 15:09:57 UTC (rev 15127)
+++ kde-extras/skanlite/trunk/debian/control 2009-07-05 15:40:19 UTC (rev 15128)
@@ -13,9 +13,9 @@
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
+Description: image scanner for KDE 4 based on the KSane backend
+ Skanlite is a small and simple scanner application for KDE 4 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.
Modified: kde-extras/skanlite/trunk/debian/copyright
===================================================================
--- kde-extras/skanlite/trunk/debian/copyright 2009-07-05 15:09:57 UTC (rev 15127)
+++ kde-extras/skanlite/trunk/debian/copyright 2009-07-05 15:40:19 UTC (rev 15128)
@@ -4,7 +4,7 @@
It was downloaded from:
- <ftp://ftp.kde.org/pub/kde/stable/latest/src/extragear/>
+ ftp://ftp.kde.org/pub/kde/stable/latest/src/extragear/
Upstream Authors:
@@ -14,10 +14,11 @@
Copyright:
Copyright (C) 2007-2008 Kåre Särs
- Copyright (C) 2009 Arseniy Lartsev
+ Copyright (C) 2009 Arseniy Lartsev
License:
+
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 of
@@ -32,14 +33,14 @@
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, see <http://www.gnu.org/licenses/>
+ along with this program. If not, see <http://www.gnu.org/licenses/>
On Debian systems, the complete text of the GNU General
-Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+Public License can be found in `/usr/share/common-licenses/GPL-2' and.
+`/usr/share/common-licenses/GPL-3'
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'.
+and is licensed under the GPL version 2 or 3 or any later version, see above.
Modified: kde-extras/skanlite/trunk/debian/rules
===================================================================
--- kde-extras/skanlite/trunk/debian/rules 2009-07-05 15:09:57 UTC (rev 15127)
+++ kde-extras/skanlite/trunk/debian/rules 2009-07-05 15:40:19 UTC (rev 15128)
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
# ensure minimal linking
-DEB_KDE_LINK_WITH_AS_NEEDED='yes'
+DEB_KDE_LINK_WITH_AS_NEEDED := yes
# some file should never end up in a source package
-DEB_DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
+DEB_DH_ALWAYS_EXCLUDE := CVS:.svn:.svnignore:.hg:.hgignore
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
include /usr/share/cdbs/1/rules/debhelper.mk
More information about the pkg-kde-commits
mailing list