diff -Nru cronopete-3.15.3/cronopete.avprj cronopete-3.15.3/cronopete.avprj --- cronopete-3.15.3/cronopete.avprj 2013-12-14 18:30:27.000000000 +0000 +++ cronopete-3.15.3/cronopete.avprj 2013-12-14 19:08:49.000000000 +0000 @@ -1,7 +1,7 @@ ### AutoVala Project ### autovala_version: 7 project_name: cronopete -vala_version: 0.22 +vala_version: 0.20 *define: NO_APPINDICATOR *define: USE_GTK2 diff -Nru cronopete-3.15.3/debian/changelog cronopete-3.15.3/debian/changelog --- cronopete-3.15.3/debian/changelog 2013-12-14 18:59:47.000000000 +0000 +++ cronopete-3.15.3/debian/changelog 2013-12-14 19:08:02.000000000 +0000 @@ -1,3 +1,9 @@ +cronopete (3.15.3-ppa2) raring; urgency=low + + * Set again Vala compiler version to 0.20 + + -- Sergio Costas Rodriguez (Raster Software Vigo) Sat, 14 Dec 2013 20:17:17 +0100 + cronopete (3.15.3-ppa1) raring; urgency=low * Updated to Gee 0.8 diff -Nru cronopete-3.15.3/src/CMakeLists.txt cronopete-3.15.3/src/CMakeLists.txt --- cronopete-3.15.3/src/CMakeLists.txt 2013-12-14 18:30:28.000000000 +0000 +++ cronopete-3.15.3/src/CMakeLists.txt 2013-12-14 19:08:49.000000000 +0000 @@ -18,7 +18,7 @@ link_directories ( ${DEPS_LIBRARY_DIRS} ) find_package (Vala REQUIRED) include (ValaVersion) -ensure_vala_version ("0.22" MINIMUM) +ensure_vala_version ("0.20" MINIMUM) include (ValaPrecompile) set (VALA_PACKAGES ${VALA_PACKAGES} posix)