diff -Nru deepin-screen-recorder-2.7.4/CHANGELOG.md deepin-screen-recorder-2.7.5/CHANGELOG.md --- deepin-screen-recorder-2.7.4/CHANGELOG.md 2018-05-14 04:08:08.000000000 +0000 +++ deepin-screen-recorder-2.7.5/CHANGELOG.md 2018-07-20 01:06:53.000000000 +0000 @@ -1,3 +1,13 @@ + +### 2.7.5 (2018-07-20) + + +#### Features + +* update run depend ([e1cb3245](https://github.com/linuxdeepin/deepin-screen-recorder/commit/e1cb3245bb54ac139e1a8f661556bb0da53c68f2)) + + + # Change Log This is default screen recorder application for Deepin. diff -Nru deepin-screen-recorder-2.7.4/.clog.toml deepin-screen-recorder-2.7.5/.clog.toml --- deepin-screen-recorder-2.7.4/.clog.toml 1970-01-01 00:00:00.000000000 +0000 +++ deepin-screen-recorder-2.7.5/.clog.toml 2018-07-20 01:06:53.000000000 +0000 @@ -0,0 +1,8 @@ +[clog] +repository = "https://github.com/linuxdeepin/deepin-screen-recorder" +from-latest-tag = true + +changelog = "CHANGELOG.md" + +[sections] +Others = ["chore"] diff -Nru deepin-screen-recorder-2.7.4/debian/changelog deepin-screen-recorder-2.7.5/debian/changelog --- deepin-screen-recorder-2.7.4/debian/changelog 2018-06-06 19:09:13.000000000 +0000 +++ deepin-screen-recorder-2.7.5/debian/changelog 2018-07-25 02:54:21.000000000 +0000 @@ -1,8 +1,9 @@ -deepin-screen-recorder (2.7.4-1build1) cosmic; urgency=high +deepin-screen-recorder (2.7.5-1) unstable; urgency=medium - * No change rebuild for procps transition + * New upstream version 2.7.5 + * d/rules: Don't install directory usr/share/dman . - -- Balint Reczey Wed, 06 Jun 2018 12:09:13 -0700 + -- Yanhao Mo Wed, 25 Jul 2018 10:54:21 +0800 deepin-screen-recorder (2.7.4-1) unstable; urgency=medium diff -Nru deepin-screen-recorder-2.7.4/debian/control deepin-screen-recorder-2.7.5/debian/control --- deepin-screen-recorder-2.7.4/debian/control 2018-06-03 14:04:00.000000000 +0000 +++ deepin-screen-recorder-2.7.5/debian/control 2018-07-25 02:54:21.000000000 +0000 @@ -15,7 +15,7 @@ libxtst-dev, libprocps-dev, libdtkwm-dev, -Standards-Version: 4.1.4 +Standards-Version: 4.1.5 Homepage: https://github.com/manateelazycat/deepin-screen-recorder Vcs-Git: https://salsa.debian.org/pkg-deepin-team/deepin-screen-recorder.git Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/deepin-screen-recorder diff -Nru deepin-screen-recorder-2.7.4/debian/rules deepin-screen-recorder-2.7.5/debian/rules --- deepin-screen-recorder-2.7.4/debian/rules 2018-06-03 14:03:15.000000000 +0000 +++ deepin-screen-recorder-2.7.5/debian/rules 2018-07-25 02:54:21.000000000 +0000 @@ -12,3 +12,7 @@ %: dh $@ + +override_dh_auto_install: + dh_auto_install + rm -rf debian/deepin-screen-recorder/usr/share/dman