[SCM] Attica packaging branch, master, updated. debian/0.1.4-1-5-gd3974d0

Thibaut Gridel tgridel-guest at alioth.debian.org
Tue Sep 28 20:17:50 UTC 2010


The following commit has been merged in the master branch:
commit ea358d06657fe78f188759ad44396f3b2053b25b
Author: Thibaut GRIDEL <tgridel at free.fr>
Date:   Tue Sep 28 21:28:31 2010 +0200

    Patching to compile without doc dir.
---
 debian/changelog               |    1 +
 debian/patches/drop-unused-doc |   12 ++++++++++++
 debian/patches/series          |    1 +
 3 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50d258d..afbe90a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ attica (0.1.90-1) UNRELEASED; urgency=low
 
   [ Thibaut GRIDEL ]
   * New Upstream version.
+  * Patching to compile without doc dir.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 27 Sep 2010 23:41:33 +0200
 
diff --git a/debian/patches/drop-unused-doc b/debian/patches/drop-unused-doc
new file mode 100644
index 0000000..a90e630
--- /dev/null
+++ b/debian/patches/drop-unused-doc
@@ -0,0 +1,12 @@
+Description: Drop unused doc dir
+ The doc dir is not present in the tarball, so the makefile does not build
+Author: Thibaut Gridel <tgridel at free.fr>
+
+--- attica-0.1.90.orig/CMakeLists.txt
++++ attica-0.1.90/CMakeLists.txt
+@@ -16,5 +16,3 @@ endif (ATTICA_ENABLE_TESTS)
+ set(CMAKE_INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
+ 
+ add_subdirectory(lib)
+-
+-add_subdirectory( doc )
diff --git a/debian/patches/series b/debian/patches/series
index c6a9f4a..e1acc6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no-rpath
+drop-unused-doc

-- 
Attica packaging



More information about the pkg-kde-commits mailing list