rev 14988 - in kde-extras/kalternatives/trunk: . debian
Pino Toscano
pino-guest at alioth.debian.org
Wed Jun 24 23:09:32 UTC 2009
Author: pino-guest
Date: 2009-06-24 23:09:31 +0000 (Wed, 24 Jun 2009)
New Revision: 14988
Added:
kde-extras/kalternatives/trunk/debian/
kde-extras/kalternatives/trunk/debian/changelog
kde-extras/kalternatives/trunk/debian/compat
kde-extras/kalternatives/trunk/debian/control
kde-extras/kalternatives/trunk/debian/copyright
kde-extras/kalternatives/trunk/debian/rules
Log:
add first version of a kalternatives packaging
Added: kde-extras/kalternatives/trunk/debian/changelog
===================================================================
--- kde-extras/kalternatives/trunk/debian/changelog (rev 0)
+++ kde-extras/kalternatives/trunk/debian/changelog 2009-06-24 23:09:31 UTC (rev 14988)
@@ -0,0 +1,5 @@
+kalternatives (0.12-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #534507)
+
+ -- Pino Toscano <pino at kde.org> Thu, 25 Jun 2009 01:07:14 +0200
Added: kde-extras/kalternatives/trunk/debian/compat
===================================================================
--- kde-extras/kalternatives/trunk/debian/compat (rev 0)
+++ kde-extras/kalternatives/trunk/debian/compat 2009-06-24 23:09:31 UTC (rev 14988)
@@ -0,0 +1 @@
+7
Added: kde-extras/kalternatives/trunk/debian/control
===================================================================
--- kde-extras/kalternatives/trunk/debian/control (rev 0)
+++ kde-extras/kalternatives/trunk/debian/control 2009-06-24 23:09:31 UTC (rev 14988)
@@ -0,0 +1,19 @@
+Source: kalternatives
+Section: admin
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Pino Toscano <pino at kde.org>
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.51), pkg-kde-tools (>= 0.4.2),
+ kdelibs5-dev (>= 4:4.2.2)
+Standards-Version: 3.8.1
+
+Package: kalternatives
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: man-db
+Description: graphical alternatives system configuration tool
+ Kalternatives offers a GUI to configure the alternative systems (a
+ system that allows you to select one alternative file for many in the
+ filesystem).
+ .
+ This is an advanced GUI of the update-alternatives program shipped with dpkg.
Added: kde-extras/kalternatives/trunk/debian/copyright
===================================================================
--- kde-extras/kalternatives/trunk/debian/copyright (rev 0)
+++ kde-extras/kalternatives/trunk/debian/copyright 2009-06-24 23:09:31 UTC (rev 14988)
@@ -0,0 +1,36 @@
+It was downloaded from http://kde-apps.org/content/show.php/Kalternatives?content=16016
+
+Upstream authors are:
+
+ Pino Toscano <pino at kde.org>
+
+Previous upstream authors are:
+
+ Juanjo Alvarez Martinez <juanjo at juanjoalvarez.net>
+ Mario Bensi <nef at ipsquad.net>
+
+Copyright:
+
+ Copyright (C) 2004 Juanjo Alvarez Martinez
+ Copyright (C) 2004 Mario Bensi
+ Copyright (C) 2008 Pino Toscano
+
+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 the License, 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., 51 Franklin St, Fifth Floor, Boston,
+ | MA 02110-1301, USA.
+
+ You can find the complete text of the license GPL v2 at
+ /usr/share/common-licenses/GPL-2
Added: kde-extras/kalternatives/trunk/debian/rules
===================================================================
--- kde-extras/kalternatives/trunk/debian/rules (rev 0)
+++ kde-extras/kalternatives/trunk/debian/rules 2009-06-24 23:09:31 UTC (rev 14988)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_CMAKE_CUSTOM_FLAGS = -DKALTERNATIVES_DISTRO=dpkg
+
+include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
Property changes on: kde-extras/kalternatives/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the pkg-kde-commits
mailing list