~ubuntu-branches/ubuntu/precise/okular/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/enable_debianabimanager.diff

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-23 22:53:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111223225333-l6ekbg2vq4pcsvwg
Tags: 4:4.7.95-0ubuntu1
* New upstream release candidate
* Enable DebianABIManager and bump ABI of libokularcore1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Philip Muskovac <yofel@kubuntu.org>
 
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
Index: b/CMakeLists.txt
 
9
===================================================================
 
10
--- a/CMakeLists.txt
 
11
+++ b/CMakeLists.txt
 
12
@@ -209,3 +209,5 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR
 
13
 
 
14
 macro_display_feature_log()
 
15
 
 
16
+# Add support for DebianABIManager
 
17
+include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)