diff -Nru bingwallpaper-0.5/debian/bzr-builder.manifest bingwallpaper-0.5/debian/bzr-builder.manifest --- bingwallpaper-0.5/debian/bzr-builder.manifest 2016-12-29 05:02:36.000000000 +0000 +++ bingwallpaper-0.5/debian/bzr-builder.manifest 2016-12-30 05:17:51.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~16 -lp:bingwallpaper revid:git-v1:b22a94259325ac924d6ba986b4aa1f6dca518044 +# bzr-builder format 0.3 deb-version {debupstream}-0~20 +lp:bingwallpaper revid:git-v1:973ae5e6f017a6edd21d2fd464ea5f721b232081 diff -Nru bingwallpaper-0.5/debian/changelog bingwallpaper-0.5/debian/changelog --- bingwallpaper-0.5/debian/changelog 2016-12-29 05:02:36.000000000 +0000 +++ bingwallpaper-0.5/debian/changelog 2016-12-30 05:17:51.000000000 +0000 @@ -1,8 +1,8 @@ -bingwallpaper (0.5-0~16~ubuntu14.04.1) trusty; urgency=low +bingwallpaper (0.5-0~20~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Whizzzkid Thu, 29 Dec 2016 05:02:36 +0000 + -- Whizzzkid Fri, 30 Dec 2016 05:17:51 +0000 bingwallpaper (0.5-1) UNRELEASED; urgency=medium diff -Nru bingwallpaper-0.5/debian/postinst bingwallpaper-0.5/debian/postinst --- bingwallpaper-0.5/debian/postinst 2016-12-29 05:02:36.000000000 +0000 +++ bingwallpaper-0.5/debian/postinst 2016-12-30 05:17:51.000000000 +0000 @@ -10,7 +10,7 @@ # This should prevent the double entry. echo "[Desktop Entry]" > "$HOME/.config/autostart/bingwallpaper.desktop" echo "Type=Application" >> "$HOME/.config/autostart/bingwallpaper.desktop" -echo "Exec=sh /usr/bin/bingwallpaper" >> "$HOME/.config/autostart/bingwallpaper.desktop" +echo "Exec=/usr/bin/bingwallpaper" >> "$HOME/.config/autostart/bingwallpaper.desktop" echo "Hidden=false" >> "$HOME/.config/autostart/bingwallpaper.desktop" echo "NoDisplay=false" >> "$HOME/.config/autostart/bingwallpaper.desktop" echo "X-GNOME-Autostart-enabled=true" >> "$HOME/.config/autostart/bingwallpaper.desktop" @@ -18,7 +18,7 @@ echo "Comment=Bing Pic of the day as wallpaper." >> "$HOME/.config/autostart/bingwallpaper.desktop" # Misc Info. -echo "All the images will everntually be available at: $HOME/Pictures/Bing/" +echo "All the images will eventually be available at: $HOME/Pictures/Bing/" echo "Bing wallpaper will be updated on next reboot." echo "Run \"bingwallpaper\" to update wallpaper now." diff -Nru bingwallpaper-0.5/README.md bingwallpaper-0.5/README.md --- bingwallpaper-0.5/README.md 2016-12-29 05:02:36.000000000 +0000 +++ bingwallpaper-0.5/README.md 2016-12-30 05:17:51.000000000 +0000 @@ -43,7 +43,7 @@ *Note: If you installed this package from apt, then disable the startup script setup by default. Go to startup applications and remove 'bingwallpaper'* ## Contributing -Feel free to make changes and send PR, I'll be aaccepting them. +Feel free to make changes and send PR, I'll be accepting them. ## License GPLv2 diff -Nru bingwallpaper-0.5/.travis.yml bingwallpaper-0.5/.travis.yml --- bingwallpaper-0.5/.travis.yml 2016-12-29 05:02:36.000000000 +0000 +++ bingwallpaper-0.5/.travis.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -sudo: required - -services: - - docker - -script: - - wget -O- http://travis.debian.net/script.sh | sh - - -branches: - except: - - /^debian\/\d/