--- unity-webapps-deviantart-2.4.16+16.04.20151119.orig/debian/changelog +++ unity-webapps-deviantart-2.4.16+16.04.20151119/debian/changelog @@ -0,0 +1,115 @@ +unity-webapps-deviantart (2.4.16+16.04.20151119-0ubuntu1) xenial; urgency=medium + + [ Alexandre Abreu ] + * Add default desktop file added: DeviantArtdeviantartcom.desktop + * Add migration script added: debian/unity-webapps- + deviantart.migrations scripts/ scripts/update-desktop-file-exec- + line.py + * Add session migration script + * Add session migration script + * Add session migration script & desktop file for StartupWMClass + added: DeviantArtdeviantartcom.desktop debian/unity-webapps- + deviantart.migrations scripts/update-desktop-file-unity-webapps- + deviantart.py + * Add session migration script removed: + DeviantArtdeviantartcom.desktop debian/unity-webapps- + deviantart.migrations scripts/update-desktop-file-exec-line.py + * Default desktop file uses the webbrowser-app directly + * Install desktop file + + [ Ken VanDine ] + * When using gi.repository you must not import static modules like + gobject, patch thanks to Puspendu Banerjee (LP: #1369208) (LP: + #1369208) + + [ Robert Bruce Park ] + * Add COPYING file. added: COPYING + * Add gettext placeholder, whitespace cleanup. + * Add icons. added: 128/ 128/unity-webapps-deviantart.png 48/ + 48/unity-webapps-deviantart.png 52/ 52/unity-webapps-deviantart.png + 64/ 64/unity-webapps-deviantart.png + * Add missing build-dep on unity-webapps-common. + * Add missing manifest.json. + * Add split builddeb for autolanding purposes. added: .bzr-builddeb/ + .bzr-builddeb/default.conf + * Build tools now provided by -dev. + * Install icons. + * Look for .user.js in current directory. + * Minor packaging fixes. + * More small packaging fixes. + * Run style_checker.js to test scripts. + * Use common debian/rules infrastructure. + + -- Ken VanDine Thu, 19 Nov 2015 13:58:27 +0000 + +unity-webapps-deviantart (2.4.16+13.10.20130926.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Thu, 26 Sep 2013 18:03:41 +0000 + +unity-webapps-deviantart (2.4.16+13.10.20130924.2-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Add session migration script & desktop file for StartupWMClass + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Tue, 24 Sep 2013 22:04:12 +0000 + +unity-webapps-deviantart (2.4.16+13.10.20130924.1-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Add session migration script & desktop file for StartupWMClass + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Tue, 24 Sep 2013 20:13:29 +0000 + +unity-webapps-deviantart (2.4.16+13.10.20130917.1-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Add default desktop file + * Default desktop file uses the webbrowser-app directly + * Install desktop file + * Add migration script + * Add session migration script + * Add session migration script + * Add session migration script + + [ Ubuntu daily release ] + * Automatic snapshot from revision 23 + + -- Ubuntu daily release Tue, 17 Sep 2013 22:04:58 +0000 + +unity-webapps-deviantart (2.4.16daily13.06.20-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Version bump to build against latest unity-webapps-dev. + * Initial commit. + * Look for .user.js in current directory. + * Add icons. + * Run style_checker.js to test scripts. + * Use common debian/rules infrastructure. + * Add split builddeb for autolanding purposes. + * Add missing build-dep on unity-webapps-common. + * Add gettext placeholder, whitespace cleanup. + * Build tools now provided by -dev. + * Add COPYING file. + * Install icons. + * Add missing manifest.json. + * Minor packaging fixes. + * More small packaging fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 15 + + -- Ubuntu daily release Thu, 20 Jun 2013 05:01:04 +0000 + +unity-webapps-deviantart (2.2) saucy; urgency=low + + * Initial release + + -- Robert Bruce Park Tue, 30 Apr 2013 08:27:50 -0700 --- unity-webapps-deviantart-2.4.16+16.04.20151119.orig/debian/compat +++ unity-webapps-deviantart-2.4.16+16.04.20151119/debian/compat @@ -0,0 +1 @@ +9 --- unity-webapps-deviantart-2.4.16+16.04.20151119.orig/debian/control +++ unity-webapps-deviantart-2.4.16+16.04.20151119/debian/control @@ -0,0 +1,23 @@ +Source: unity-webapps-deviantart +Section: web +Priority: optional +Standards-Version: 3.9.4 +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-migrations, + unity-webapps-dev (>= 2.4.17), +Homepage: https://deviantart.com/ +# If you aren't a member of ~webapps but need to upload packaging changes, +# just go ahead. ~webapps will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~webapps/unity-webapps-deviantart/trunk + +Package: unity-webapps-deviantart +Architecture: all +Depends: unity-webapps-common, + xdg-utils, + ${misc:Depends}, +XB-Ubuntu-Webapps-Includes: https://deviantart.com/* +XB-Ubuntu-Webapps-Name: DeviantArt +XB-Ubuntu-Webapps-Domain: deviantart.com +Description: Unity Webapp for DeviantArt + DeviantArt Webapp for Unity --- unity-webapps-deviantart-2.4.16+16.04.20151119.orig/debian/copyright +++ unity-webapps-deviantart-2.4.16+16.04.20151119/debian/copyright @@ -0,0 +1,32 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-webapps-deviantart +Upstream-Contact: Webapps Team + +Files: debian/* *.js *.json +Copyright: 2012 Canonical Ltd. +License: GPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 dated June, 2007. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + . + The full text of the can be found in the file + '/usr/share/common-licenses/GPL-3'. + + +Files: */*.png */*.svg +Copyright: various +License: trademark-controlled + Any trademarks, logos and service marks displayed on Ubuntu are the + property of their owners, whether Canonical or third parties. For further + information on links to third party sites and content please see + Canonical's legal notice at http://www.ubuntu.com/legal. --- unity-webapps-deviantart-2.4.16+16.04.20151119.orig/debian/install +++ unity-webapps-deviantart-2.4.16+16.04.20151119/debian/install @@ -0,0 +1,9 @@ +Deviantart.user.js usr/share/unity-webapps/userscripts/unity-webapps-deviantart +manifest.json usr/share/unity-webapps/userscripts/unity-webapps-deviantart +128/unity-webapps-deviantart.png usr/share/icons/unity-webapps-applications/128/apps +48/unity-webapps-deviantart.png usr/share/icons/hicolor/48x48/apps +48/unity-webapps-deviantart.png usr/share/icons/unity-webapps-applications/48/apps +52/unity-webapps-deviantart.png usr/share/icons/unity-webapps-applications/52/apps +64/unity-webapps-deviantart.png usr/share/icons/unity-webapps-applications/64/apps + +DeviantArtdeviantartcom.desktop usr/share/applications --- unity-webapps-deviantart-2.4.16+16.04.20151119.orig/debian/rules +++ unity-webapps-deviantart-2.4.16+16.04.20151119/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +# This is the standard debian/rules file common to all webapps. +include /usr/share/unity-webapps/rules.mk