diff -Nru system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/changelog system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/changelog --- system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/changelog 2018-04-05 21:42:06.000000000 +0000 +++ system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/changelog 2018-05-09 14:06:47.000000000 +0000 @@ -1,6 +1,6 @@ -system76-wallpapers (18.04.1~1522964526~18.04~4666c43) bionic; urgency=medium +system76-wallpapers (18.04.2~1525874807~18.04~d6171e2~dev) bionic; urgency=medium * Auto Build - -- Pop OS (ISO Signing Key) Thu, 5 Apr 2018 15:42:06 -0600 + -- Pop OS (ISO Signing Key) Wed, 9 May 2018 08:06:47 -0600 diff -Nru system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/control system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/control --- system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/control 2018-04-05 21:42:06.000000000 +0000 +++ system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/control 2018-05-09 14:06:47.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: System76, Inc. Build-Depends: debhelper (>= 9) Standards-Version: 3.9.7 -Homepage: https://launchpad.net/system76-wallpapers +Homepage: https://github.com/pop-os/system76-wallpapers Package: system76-wallpapers Architecture: all diff -Nru system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/install system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/install --- system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/install 2018-04-05 21:42:06.000000000 +0000 +++ system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/install 2018-05-09 14:06:47.000000000 +0000 @@ -1,3 +1,2 @@ backgrounds/ usr/share/ system76-wallpapers.xml usr/share/gnome-background-properties/ -debian/source_system76-wallpapers.py usr/share/apport/package-hooks/ diff -Nru system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/source_system76-wallpapers.py system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/source_system76-wallpapers.py --- system76-wallpapers-18.04.1~1522964526~18.04~4666c43/debian/source_system76-wallpapers.py 2018-04-05 21:42:06.000000000 +0000 +++ system76-wallpapers-18.04.2~1525874807~18.04~d6171e2~dev/debian/source_system76-wallpapers.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -""" -Apport package hook for system76-wallpapers (requires Apport 2.5 or newer). - -Copyright (C) 2014 System76, Inc. -""" - -def add_info(report): - report['CrashDB'] = "{'impl': 'launchpad', 'project': 'system76-wallpapers'}" -