[SCM] KDevelop PG-Qt packaging branch, master, updated. 2ac2cf5ce866ace5a53edf1b54b73752ad59e8e6

Fathi Boudra fabo at alioth.debian.org
Sat Jun 4 09:55:16 UTC 2011


The following commit has been merged in the master branch:
commit 2ac2cf5ce866ace5a53edf1b54b73752ad59e8e6
Author: Fathi Boudra <fabo at debian.org>
Date:   Sat Jun 4 12:53:40 2011 +0300

    Initial upload to Sid
    New upstream release
    Update copyright
    Remove Qt only patch - merged upstream
    Fix lintian warning
---
 debian/changelog                     |    4 ++--
 debian/control                       |    4 ++--
 debian/copyright                     |    4 ++++
 debian/patches/01_qt_only_build.diff |   28 ----------------------------
 debian/patches/series                |    1 -
 5 files changed, 8 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e0ba05..7452f88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-kdevelop-pg-qt (0.9.0-0r1) UNRELEASED; urgency=low
+kdevelop-pg-qt (0.9.5-1) unstable; urgency=low
 
   * Initial release. (Closes: #578240)
 
- -- Fathi Boudra <fabo at debian.org>  Sat, 17 Apr 2010 20:52:56 +0300
+ -- Fathi Boudra <fabo at debian.org>  Sat, 04 Jun 2011 12:14:52 +0300
diff --git a/debian/control b/debian/control
index e5e8a03..5306c37 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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.9.1
+Standards-Version: 3.9.2
 Homepage: http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction
 Vcs-Git: git://git.debian.org/pkg-kde/kde-std/kdevelop-pg-qt.git
 Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-pg-qt.git
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-pg-qt.git
 Package: kdevelop-pg-qt
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a LL(1) parser generator based on Qt
+Description: 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.
diff --git a/debian/copyright b/debian/copyright
index 80c10a0..c382733 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,11 +8,15 @@ It was downloaded from:
 
 Upstream Authors:
 
+    Jonathan Schmidt-Dominé <devel at the-user.org>
+    Andreas Pakulat <apaku at gmx.de>
     Roberto Raggi <roberto at kdevelop.org>
     Jakob Petsovits <jpetso at gmx.at>
 
 Copyright:
 
+    Copyright (C) 2009-2010 Jonathan Schmidt-Dominé <devel at the-user.org>
+    Copyright (C) 2006 Andreas Pakulat <apaku at gmx.de>
     Copyright (C) 2002-2006 Roberto Raggi <roberto at kdevelop.org>
     Copyright (C) 2005-2006 Jakob Petsovits <jpetso at gmx.at>
 
diff --git a/debian/patches/01_qt_only_build.diff b/debian/patches/01_qt_only_build.diff
deleted file mode 100644
index ff0a466..0000000
--- a/debian/patches/01_qt_only_build.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-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)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9e4422b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_qt_only_build.diff

-- 
KDevelop PG-Qt packaging



More information about the pkg-kde-commits mailing list