~ubuntu-branches/ubuntu/oneiric/plasma-widget-networkmanagement/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-0.9~svn1065133-0ubuntu1

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-22 11:21:44 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20091222112144-vff0ihr1n44eggu1
Tags: 0.9~svn1065133-0ubuntu1
* New upstream svn snapshot:
  - Fixes LP: #451899
  - Remove kubuntu_03_install_translations.diff, translations removed
    upstream. (Moved to regular KDE l10n location)
  - Bump various lib .so versions in knm-runtime.install
* Use source format 3.0 (quilt):
  - Add debian/source/format
  - Drop quilt build-dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- plasma-widget-networkmanagement-0.9~svn1065133.orig/CMakeLists.txt
 
2
+++ plasma-widget-networkmanagement-0.9~svn1065133/CMakeLists.txt
 
3
@@ -61,3 +61,6 @@ endif(NETWORKMANAGER_FOUND)
 
4
 
 
5
 macro_display_feature_log()
 
6
 
 
7
+find_package(Msgfmt REQUIRED)
 
8
+find_package(Gettext REQUIRED)
 
9
+add_subdirectory(po)