[med-svn] [SCM] mia branch, master, updated. upstream/2.0.7-64-gb612b58

Gert Wollny gw.fossdev at gmail.com
Wed Feb 27 10:38:36 UTC 2013


The following commit has been merged in the master branch:
commit efb32cdc44837ff3473776fc8fc791d2bf597783
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Mon Feb 25 16:14:31 2013 +0100

    remove obsolete patches and options and bump version

diff --git a/debian/changelog b/debian/changelog
index 001734b..fb5f3e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-mia (2.0.7-1) unstable; urgency=low
+mia (2.0.8-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #694437)
 
- -- Gert Wollny <gw.fossdev at gmail.com>  Thu, 13 Dec 2012 17:26:56 +0100
+ -- Gert Wollny <gw.fossdev at gmail.com>  Thu, 25 Feb 2012 16:13:00 +0100
diff --git a/debian/patches/02_correct_pkg_config.patch b/debian/patches/02_correct_pkg_config.patch
deleted file mode 100644
index 739fd05..0000000
--- a/debian/patches/02_correct_pkg_config.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Correct the call to the pkg_check_modules for vistaio
- The patch corrects theversion requirement for vistaio by removing some spaces
- .
- mia (2.0.7-1) unstable; urgency=low
- .
-   * Initial release (Closes: #694437)
-Author: Gert Wollny <gw.fossdev at gmail.com>
-Bug-Debian: http://bugs.debian.org/694437
-
----
-Origin: upstream 
-Bug: https://sourceforge.net/p/mia/tickets/38
-Forwarded: not-needed
-Last-Update: 2012-12-17
-
---- mia-2.0.7.orig/addons/vistaio/CMakeLists.txt
-+++ mia-2.0.7/addons/vistaio/CMakeLists.txt
-@@ -22,7 +22,7 @@ OPTION(VISTAIO_SYSTEM "use system versio
- 
- IF(VISTAIO_SYSTEM)
-   if (STRICT_DEPENDECIES)
--    pkg_check_modules(VISTAIO REQUIRED libvistaio >= 1.2.14)
-+    pkg_check_modules(VISTAIO REQUIRED libvistaio>=1.2.14)
-   else (STRICT_DEPENDECIES)
-     pkg_check_modules(VISTAIO libvistaio)
-   endif (STRICT_DEPENDECIES)
diff --git a/debian/patches/series b/debian/patches/series
index cc12142..a4b5d56 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01_disable-treeview-for-jquery-compatibility.patch
-02_correct_pkg_config.patch
 
diff --git a/debian/rules b/debian/rules
index a6bedd8..5aa6584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export DH_ALWAYS_EXCLUDE=jquery.js
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DALWAYS_CREATE_DOC=ON -DVISTAIO_SYSTEM=ON -DSTRICT_DEPENDECIES=ON
+	dh_auto_configure -- -DALWAYS_CREATE_DOC=ON  -DSTRICT_DEPENDECIES=ON
 
 override_dh_builddeb:
 	dh_builddeb -- -Z xz

-- 
Packaging of mia in Debian



More information about the debian-med-commit mailing list