rev 17692 - in trunk/packages: . kdevelop-php-docs kdevelop-php-docs/debian kdevelop-php-docs/debian/source

Fathi Boudra fabo at alioth.debian.org
Tue Apr 20 09:08:17 UTC 2010


Author: fabo
Date: 2010-04-20 09:08:16 +0000 (Tue, 20 Apr 2010)
New Revision: 17692

Added:
   trunk/packages/kdevelop-php-docs/
   trunk/packages/kdevelop-php-docs/debian/
   trunk/packages/kdevelop-php-docs/debian/changelog
   trunk/packages/kdevelop-php-docs/debian/compat
   trunk/packages/kdevelop-php-docs/debian/control
   trunk/packages/kdevelop-php-docs/debian/copyright
   trunk/packages/kdevelop-php-docs/debian/kdevelop-php-docs.lintian-overrides
   trunk/packages/kdevelop-php-docs/debian/rules
   trunk/packages/kdevelop-php-docs/debian/source.lintian-overrides
   trunk/packages/kdevelop-php-docs/debian/source/
   trunk/packages/kdevelop-php-docs/debian/source/format
Log:
Add kdevelop-php-docs package

Added: trunk/packages/kdevelop-php-docs/debian/changelog
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/changelog	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/changelog	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1,5 @@
+kdevelop-php-docs (1.0.0~rc2-1) experimental; urgency=low
+
+  * Initial release. (Closes: #578228)
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 17 Apr 2010 19:45:53 +0300

Added: trunk/packages/kdevelop-php-docs/debian/compat
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/compat	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/compat	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1 @@
+7

Added: trunk/packages/kdevelop-php-docs/debian/control
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/control	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/control	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1,21 @@
+Source: kdevelop-php-docs
+Section: devel
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7.4.15), cmake (>= 2.8.0), pkg-kde-tools (>= 0.6.4),
+ kdevplatform-dev (>= 0.10.2)
+Standards-Version: 3.8.4
+Homepage: http://www.kdevelop.org/
+Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdevelop-php-docs
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdevelop-php-docs/#_trunk_packages_kdevelop-php-docs_
+
+Package: kdevelop-php-docs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdevelop (>= 4:3.10.2)
+Description: PHP documentation plugin for KDevelop
+ KDevelop is an easy to use integrated development environment for KDE.
+ It supports a wide range of programming languages and features project
+ management, an advanced editor, a class browser and an integrated debugger.
+ .
+ This package contains the PHP documentation plugin.

Added: trunk/packages/kdevelop-php-docs/debian/copyright
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/copyright	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/copyright	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1,52 @@
+This work was packaged for Debian by:
+
+    Fathi Boudra <fabo at debian.org> on Sat, 17 Apr 2010 19:45:53 +0300
+
+It was downloaded from:
+
+    ftp://ftp.kde.org/pub/kde/
+
+Upstream Author:
+
+    Milian Wolff <mail at milianw.de>
+
+Copyright:
+
+    Copyright (C) 2009-2010 Milian Wolff <mail at milianw.de>
+
+Copyright for phpdocsplugin.h file:
+
+    Copyright (C) 2009 Aleix Pol <aleixpol at kde.org>
+
+Copyright for FindKDevPlatform.cmake file:
+
+    Copyright (C) 2007 Andreas Pakulat <apaku at gmx.de>
+    Redistribution and use is allowed according to the terms of the BSD license.
+
+On Debian systems, the complete text of the BSD license can be found in
+`/usr/share/common-licenses/BSD'.
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser 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
+    Lesser 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/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2' and
+`/usr/share/common-licenses/LGPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Fathi Boudra <fabo at debian.org>
+
+and is licensed under the LGPL version 2 or any later version, see above.

Added: trunk/packages/kdevelop-php-docs/debian/kdevelop-php-docs.lintian-overrides
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/kdevelop-php-docs.lintian-overrides	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/kdevelop-php-docs.lintian-overrides	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1,2 @@
+# php-docs is the name of the plugin
+kdevelop-php-docs: wrong-section-according-to-package-name kdevelop-php-docs => doc

Added: trunk/packages/kdevelop-php-docs/debian/rules
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/rules	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/rules	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh --parallel --with kde $@
+
+.PHONY: override_dh_auto_test


Property changes on: trunk/packages/kdevelop-php-docs/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/kdevelop-php-docs/debian/source/format
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/source/format	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/source/format	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/kdevelop-php-docs/debian/source.lintian-overrides
===================================================================
--- trunk/packages/kdevelop-php-docs/debian/source.lintian-overrides	                        (rev 0)
+++ trunk/packages/kdevelop-php-docs/debian/source.lintian-overrides	2010-04-20 09:08:16 UTC (rev 17692)
@@ -0,0 +1,2 @@
+# php-docs is the name of the plugin
+kdevelop-php-docs source: documentation-package-not-architecture-independent




More information about the pkg-kde-commits mailing list