diff -Nru deepin-clone-5.0.3/debian/changelog deepin-clone-5.0.3/debian/changelog --- deepin-clone-5.0.3/debian/changelog 2020-09-09 19:44:13.000000000 +0000 +++ deepin-clone-5.0.3/debian/changelog 2020-10-20 17:23:28.000000000 +0000 @@ -1,3 +1,9 @@ +deepin-clone (5.0.3-5) groovy; urgency=medium + + * Add warn_off in .pro CONFIG. + + -- Arun Kumar Pariyar Tue, 20 Oct 2020 23:08:28 +0545 + deepin-clone (5.0.3-4) groovy; urgency=medium * Rebuild with dde-file-manager. diff -Nru deepin-clone-5.0.3/debian/patches/004-warn-off.patch deepin-clone-5.0.3/debian/patches/004-warn-off.patch --- deepin-clone-5.0.3/debian/patches/004-warn-off.patch 1970-01-01 00:00:00.000000000 +0000 +++ deepin-clone-5.0.3/debian/patches/004-warn-off.patch 2020-10-20 17:23:28.000000000 +0000 @@ -0,0 +1,36 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + deepin-clone (5.0.3-5) groovy; urgency=medium + . + * Add warn_off in .pro CONFIG. +Author: Arun Kumar Pariyar + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2020-10-20 + +--- deepin-clone-5.0.3.orig/app/deepin-clone-app.pro ++++ deepin-clone-5.0.3/app/deepin-clone-app.pro +@@ -2,7 +2,7 @@ TARGET = deepin-clone + VERSION = 0.0.1 + TEMPLATE = app + +-CONFIG += link_pkgconfig ++CONFIG += link_pkgconfig warn_off + + isEmpty(DISABLE_DTK) { + PKGCONFIG += dtkcore diff -Nru deepin-clone-5.0.3/debian/patches/series deepin-clone-5.0.3/debian/patches/series --- deepin-clone-5.0.3/debian/patches/series 2020-09-09 19:44:13.000000000 +0000 +++ deepin-clone-5.0.3/debian/patches/series 2020-10-20 17:23:28.000000000 +0000 @@ -1,3 +1,4 @@ 001-dtk5.patch 002-sbin-path-fix.patch 003-fix-desktop-display.patch +004-warn-off.patch