rev 11884 - in branches/kde4/packages: . kdevelop kdevelop/debian

Fathi Boudra fabo at alioth.debian.org
Fri Aug 8 21:01:46 UTC 2008


Author: fabo
Date: 2008-08-08 21:01:46 +0000 (Fri, 08 Aug 2008)
New Revision: 11884

Added:
   branches/kde4/packages/kdevelop/
   branches/kde4/packages/kdevelop/debian/
   branches/kde4/packages/kdevelop/debian/changelog
   branches/kde4/packages/kdevelop/debian/compat
   branches/kde4/packages/kdevelop/debian/control
   branches/kde4/packages/kdevelop/debian/copyright
   branches/kde4/packages/kdevelop/debian/docs
   branches/kde4/packages/kdevelop/debian/rules
Log:
Initial kdevelop4 (r843965) commit.
Build fine with kdelibs 4.1.0-3 and kdevplatform 0.91+svn843945.


Added: branches/kde4/packages/kdevelop/debian/changelog
===================================================================
--- branches/kde4/packages/kdevelop/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/kdevelop/debian/changelog	2008-08-08 21:01:46 UTC (rev 11884)
@@ -0,0 +1,6 @@
+kdevelop4 (4.0~svn843965-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 08 Aug 2008 20:36:42 +0200
+

Added: branches/kde4/packages/kdevelop/debian/compat
===================================================================
--- branches/kde4/packages/kdevelop/debian/compat	                        (rev 0)
+++ branches/kde4/packages/kdevelop/debian/compat	2008-08-08 21:01:46 UTC (rev 11884)
@@ -0,0 +1 @@
+7

Added: branches/kde4/packages/kdevelop/debian/control
===================================================================
--- branches/kde4/packages/kdevelop/debian/control	                        (rev 0)
+++ branches/kde4/packages/kdevelop/debian/control	2008-08-08 21:01:46 UTC (rev 11884)
@@ -0,0 +1,20 @@
+Source: kdevelop4
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), quilt, cmake (>= 2.6),
+ kdelibs5-dev (>= 4:4.1.0), kdevplatform-dev, libsublime-dev
+Standards-Version: 3.8.0
+Homepage: http://www.kdevelop.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/branches/kde4/packages/kdevelop
+Vcs-Svn: svn://svn.debian.org/pkg-kde/branches/kde4/packages/kdevelop
+
+Package: kdevelop4
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An IDE for Unix/X11
+ KDevelop is an easy to use Integrated Development Environment
+ for developing C/C++ applications under X11. It features
+ project management, an advanced editor, a class browser
+ and an integrated debugger.

Added: branches/kde4/packages/kdevelop/debian/copyright
===================================================================
--- branches/kde4/packages/kdevelop/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/kdevelop/debian/copyright	2008-08-08 21:01:46 UTC (rev 11884)
@@ -0,0 +1,39 @@
+This package was debianized by Fathi Boudra <fabo at debian.org> on
+Fri, 08 Aug 2008 20:36:42 +0200.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+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 can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Fathi Boudra <fabo at debian.org> and
+is licensed under the GPL, see above.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: branches/kde4/packages/kdevelop/debian/docs
===================================================================
--- branches/kde4/packages/kdevelop/debian/docs	                        (rev 0)
+++ branches/kde4/packages/kdevelop/debian/docs	2008-08-08 21:01:46 UTC (rev 11884)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: branches/kde4/packages/kdevelop/debian/rules
===================================================================
--- branches/kde4/packages/kdevelop/debian/rules	                        (rev 0)
+++ branches/kde4/packages/kdevelop/debian/rules	2008-08-08 21:01:46 UTC (rev 11884)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include debian/cdbs/kde.mk


Property changes on: branches/kde4/packages/kdevelop/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list