diff -Nru io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/changelog io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/changelog --- io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/changelog 2018-05-11 09:56:15.000000000 +0000 +++ io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/changelog 2018-05-18 13:01:19.000000000 +0000 @@ -1,10 +1,10 @@ -io.elementary.dpms-helper (1.0+r7+pkg8~daily~ubuntu5.0.1) bionic; urgency=low +io.elementary.dpms-helper (1.0+r8+pkg11~daily~ubuntu5.0.1) bionic; urgency=low * Auto build. - -- Launchpad Package Builder Fri, 11 May 2018 09:56:15 +0000 + -- Launchpad Package Builder Fri, 18 May 2018 13:01:19 +0000 -io.elementary.dpms-helper (1.0) UNRELEASED; urgency=medium +io.elementary.dpms-helper (1.0) bionic; urgency=medium * Initial release. diff -Nru io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/compat io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/compat --- io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/compat 2018-05-11 09:56:15.000000000 +0000 +++ io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/compat 2018-05-18 13:01:19.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/control io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/control --- io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/control 2018-05-11 09:56:15.000000000 +0000 +++ io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/control 2018-05-18 13:01:19.000000000 +0000 @@ -2,8 +2,8 @@ Section: x11 Priority: optional Maintainer: Cody Garver -Build-Depends: debhelper (>= 9), desktop-file-utils, libglib2.0-dev, meson -Standards-Version: 3.9.7 +Build-Depends: debhelper (>= 10.5.1), desktop-file-utils, libglib2.0-dev, meson +Standards-Version: 4.1.1 Package: io.elementary.dpms-helper Architecture: all @@ -17,5 +17,6 @@ Architecture: all Depends: io.elementary.dpms-helper, ${misc:Depends} Priority: optional +Section: oldlibs Description: Dummy transitional package This package is transitional to io.elementary.dpms-helper, it is safe to remove. diff -Nru io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/git-build-recipe.manifest io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/git-build-recipe.manifest --- io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/debian/git-build-recipe.manifest 2018-05-11 09:56:15.000000000 +0000 +++ io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/debian/git-build-recipe.manifest 2018-05-18 13:01:19.000000000 +0000 @@ -1,3 +1,3 @@ -# git-build-recipe format 0.4 deb-version {debupstream}+r7+pkg8~daily -lp:~elementary-os/elementaryos/+git/dpms-helper git-commit:70c49cbe94f626ba10206b701cd23d376e829934 -nest-part packaging lp:~elementary-os/elementaryos/+git/dpms-helper debian debian git-commit:894b95e1462a074cb31fbf5ebee282a5a2038a66 +# git-build-recipe format 0.4 deb-version {debupstream}+r8+pkg11~daily +lp:~elementary-os/elementaryos/+git/dpms-helper git-commit:e2547fdb3cfb695cd0e34511c43e3750602d5d0b +nest-part packaging lp:~elementary-os/elementaryos/+git/dpms-helper debian debian git-commit:2479235a9b1cdd89df898f4833836f9263d765c4 diff -Nru io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/meson.build io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/meson.build --- io.elementary.dpms-helper-1.0+r7+pkg8~daily~ubuntu5.0.1/meson.build 2018-05-11 09:56:14.000000000 +0000 +++ io.elementary.dpms-helper-1.0+r8+pkg11~daily~ubuntu5.0.1/meson.build 2018-05-18 13:01:19.000000000 +0000 @@ -1,4 +1,7 @@ -project('io.elementary.dpms-helper') +project( + 'io.elementary.dpms-helper', + version: '1.0' +) subdir('bin') subdir('data')