From 60ff7e864dadbf3605bc7adb709d04c416e7dd5c Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Sun, 19 May 2013 13:12:28 +0300 Subject: [PATCH] Add Bug/Forwarded fields to recent patches. --- debian/patches/multiarch-python-include-dirs.diff | 2 ++ debian/patches/qt_import_dir_variable.diff | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/patches/multiarch-python-include-dirs.diff b/debian/patches/multiarch-python-include-dirs.diff index 897942ef2..bd7642379 100644 --- a/debian/patches/multiarch-python-include-dirs.diff +++ b/debian/patches/multiarch-python-include-dirs.diff @@ -1,5 +1,7 @@ Description: Python.h and pyconfig.h can be in different locations Author: Dmitrijs Ledkovs +Bug: http://public.kitware.com/Bug/view.php?id=14156 +Forwarded: yes Origin: vendor --- a/Modules/FindPythonLibs.cmake diff --git a/debian/patches/qt_import_dir_variable.diff b/debian/patches/qt_import_dir_variable.diff index 2a44eef63..e96862030 100644 --- a/debian/patches/qt_import_dir_variable.diff +++ b/debian/patches/qt_import_dir_variable.diff @@ -1,7 +1,9 @@ From: Jonathan Riddell Subject: FindQt4: define QT_IMPORTS_DIR variable even if it is not present on the system. Date: 2012-01-18 16:00:49 UTC +Bug: http://public.kitware.com/Bug/view.php?id=14155 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/894805 +Forwarded: yes Origin: vendor This happens when there are no plugins currently installed.