~kubuntu-packagers/kubuntu-packaging/okteta-13.10

« back to all changes in this revision

Viewing changes to debian/patches/enable_debianabimanager.diff

  • Committer: Jonathan Riddell
  • Date: 2013-06-20 13:16:00 UTC
  • Revision ID: jriddell@ubuntu.com-20130620131600-aob83nec819fcuni
init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: José Manuel Santamaría Lema <panfaust@gmail.com>
 
2
Subject: Use DebianABIManager for this source package. It's Debian-specific.
 
3
Forwarded: not-needed
 
4
 
 
5
For more information about DebianABIManager, refer to
 
6
/usr/share/doc/pkg-kde-tools/README.DebianABIManager (pkg-kde-tools (>= 0.12)).
 
7
 
 
8
 
 
9
 
 
10
Index: okteta-4.10.80/CMakeLists.txt
 
11
===================================================================
 
12
--- okteta-4.10.80.orig/CMakeLists.txt  2013-06-10 19:55:38.000000000 +0100
 
13
+++ okteta-4.10.80/CMakeLists.txt       2013-06-20 12:59:35.951586249 +0100
 
14
@@ -93,3 +93,6 @@
 
15
 endif (QT_QTDECLARATIVE_FOUND AND OKTETA_MOBILE_UI)
 
16
 
 
17
 macro_display_feature_log()
 
18
+
 
19
+# Add support for DebianABIManager
 
20
+include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)