diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca653afc7811fae52dd8a129103b0569903a86f4..e5d34ed036d6687a6ab475c4be918306eb409474 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,7 +126,7 @@ endif( CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo" )
 message(STATUS "${BoldYellow}CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}.${ColourReset}")
 
 #depending on libpappsomspp version :
-set(LIBPAPPSOMSPP_VERSION "0.7.10")
+set(LIBPAPPSOMSPP_VERSION "0.8.2")
 configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control  @ONLY)
 
 
diff --git a/debian/changelog b/debian/changelog
index e9b93893b7624aebbc751226ce136cfa2d875be6..fc9abc493b4b7c60442dbaaecdb8a991b8f9d50d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xtpcpp (0.4.4-4) buster; urgency=medium
+
+  * fix for issue #31
+
+ -- Olivier Langella <olivier.langella@u-psud.fr>  Mon, 28 Sep 2020 10:20:55 +0200
+
 xtpcpp (0.4.4-3) buster; urgency=medium
 
   * new package to fix issue #31