rev 17698 - in trunk/packages: . kdevelop-pg-qt kdevelop-pg-qt/debian kdevelop-pg-qt/debian/patches kdevelop-pg-qt/debian/source

Fathi Boudra fabo at alioth.debian.org
Tue Apr 20 09:30:04 UTC 2010


Author: fabo
Date: 2010-04-20 09:30:01 +0000 (Tue, 20 Apr 2010)
New Revision: 17698

Added:
   trunk/packages/kdevelop-pg-qt/
   trunk/packages/kdevelop-pg-qt/debian/
   trunk/packages/kdevelop-pg-qt/debian/changelog
   trunk/packages/kdevelop-pg-qt/debian/compat
   trunk/packages/kdevelop-pg-qt/debian/control
   trunk/packages/kdevelop-pg-qt/debian/copyright
   trunk/packages/kdevelop-pg-qt/debian/docs
   trunk/packages/kdevelop-pg-qt/debian/patches/
   trunk/packages/kdevelop-pg-qt/debian/patches/01_qt_only_build.diff
   trunk/packages/kdevelop-pg-qt/debian/patches/series
   trunk/packages/kdevelop-pg-qt/debian/rules
   trunk/packages/kdevelop-pg-qt/debian/source/
   trunk/packages/kdevelop-pg-qt/debian/source/format
Log:
Add kdevelop-pg-qt package

Added: trunk/packages/kdevelop-pg-qt/debian/changelog
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/changelog	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/changelog	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1,5 @@
+kdevelop-pg-qt (0.9.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #578240)
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 17 Apr 2010 20:52:56 +0300

Added: trunk/packages/kdevelop-pg-qt/debian/compat
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/compat	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/compat	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1 @@
+7

Added: trunk/packages/kdevelop-pg-qt/debian/control
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/control	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/control	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1,22 @@
+Source: kdevelop-pg-qt
+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), bison, flex,
+ libqt4-dev (>= 4.5.3)
+Standards-Version: 3.8.4
+Homepage: http://www.kdevelop.org/
+Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdevelop-pg-qt
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdevelop-pg-qt/#_trunk_packages_kdevelop-pg-qt_
+
+Package: kdevelop-pg-qt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a LL(1) parser generator based on Qt
+ KDevelop-PG-Qt is a parser generator written in readable source-code and
+ generating readable source-code. Its syntax was inspirated by AntLR.
+ It implements the visitor-pattern and uses the Qt library.
+ .
+ This package contains the kdev-pg-qt binary, the headers files generated by
+ the KDevelop parser generator and the cmake file to find the parser.

Added: trunk/packages/kdevelop-pg-qt/debian/copyright
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/copyright	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/copyright	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1,42 @@
+This work was packaged for Debian by:
+
+    Fathi Boudra <fabo at debian.org> on Sat, 17 Apr 2010 20:52:56 +0300
+
+It was downloaded from:
+
+    ftp://ftp.kde.org/pub/kde/
+
+Upstream Authors:
+
+    Roberto Raggi <roberto at kdevelop.org>
+    Jakob Petsovits <jpetso at gmx.at>
+
+Copyright:
+
+    Copyright (C) 2002-2006 Roberto Raggi <roberto at kdevelop.org>
+    Copyright (C) 2005-2006 Jakob Petsovits <jpetso at gmx.at>
+
+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-pg-qt/debian/docs
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/docs	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/docs	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1,2 @@
+README
+TODO

Added: trunk/packages/kdevelop-pg-qt/debian/patches/01_qt_only_build.diff
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/patches/01_qt_only_build.diff	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/patches/01_qt_only_build.diff	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1,28 @@
+Description: Qt only build.
+Author: Fathi Boudra <fabo at debian.org>
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -4,7 +4,14 @@ enable_testing()
+ 
+ find_package(KDE4)
+ 
++# Qt only build
+ if(NOT KDE4_FOUND)
++    cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)
++    # set the cmake policies to the 2.4.x compatibility settings
++    cmake_policy(VERSION 2.4.5)
++    # CMP0002: multiple targets with the same name for the unit tests
++    cmake_policy(SET CMP0002 OLD)
++    find_package(Qt4)
+     set(DATA_INSTALL_DIR share)
+ endif(NOT KDE4_FOUND)
+ 
+@@ -20,4 +27,6 @@ add_subdirectory(include)
+ add_subdirectory(kdev-pg)
+ add_subdirectory(examples EXCLUDE_FROM_ALL)
+ 
+-add_subdirectory(tests)
++if(KDE4_FOUND)
++    add_subdirectory(tests)
++endif(KDE4_FOUND)

Added: trunk/packages/kdevelop-pg-qt/debian/patches/series
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/patches/series	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/patches/series	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1 @@
+01_qt_only_build.diff

Added: trunk/packages/kdevelop-pg-qt/debian/rules
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/rules	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/rules	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --parallel


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

Added: trunk/packages/kdevelop-pg-qt/debian/source/format
===================================================================
--- trunk/packages/kdevelop-pg-qt/debian/source/format	                        (rev 0)
+++ trunk/packages/kdevelop-pg-qt/debian/source/format	2010-04-20 09:30:01 UTC (rev 17698)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-kde-commits mailing list