[SCM] kdesrc-build packaging branch, master, updated. debian/1.13-1-7-gc404f6b

Pino Toscano pino at alioth.debian.org
Sun Sep 18 10:21:21 UTC 2011


The following commit has been merged in the master branch:
commit b8361b76839adae5c406e246f7259daca3862597
Author: Pino Toscano <pino at debian.org>
Date:   Sun Sep 18 11:38:27 2011 +0200

    drop patch build-system.diff
    
    upstream now ships also the cmake build system
---
 debian/changelog                 |    2 ++
 debian/patches/build-system.diff |   16 ----------------
 debian/patches/series            |    1 -
 3 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e106b28..2247470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 kdesrc-build (1.14-0r1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Drop patch build-system.diff, upstream now ships also the cmake build
+    system.
   * Switch to my @debian.org address, I'm a DD now.
   * Remove "DM-Upload-Allowed: yes" from control, no more needed now.
 
diff --git a/debian/patches/build-system.diff b/debian/patches/build-system.diff
deleted file mode 100644
index a6ac191..0000000
--- a/debian/patches/build-system.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: add a simple CMake build system for installing
- The CMakeLists.txt is a simplified version of upstream's one.
-Author: Pino Toscano <pino at debian.org>
-Forwarded: not-needed
-
---- /dev/null
-+++ b/CMakeLists.txt
-@@ -0,0 +1,8 @@
-+project(kdesrc-build)
-+
-+find_package(KDE4 REQUIRED)
-+include(KDE4Defaults)
-+
-+install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/kdesrc-build DESTINATION ${BIN_INSTALL_DIR})
-+install(FILES kdesrc-buildrc.xml DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax)
-+
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7206146..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build-system.diff

-- 
kdesrc-build packaging



More information about the pkg-kde-commits mailing list