Merge lp:~robru/unity-webapps-yandexnews/packaging-fixups into lp:unity-webapps-yandexnews

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 37
Merged at revision: 43
Proposed branch: lp:~robru/unity-webapps-yandexnews/packaging-fixups
Merge into: lp:unity-webapps-yandexnews
Diff against target: 57 lines (+8/-9)
3 files modified
YandexNews.user.js (+1/-1)
debian/control (+7/-3)
debian/copyright (+0/-5)
To merge this branch: bzr merge lp:~robru/unity-webapps-yandexnews/packaging-fixups
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
WebApps Pending
Review via email: mp+169917@code.launchpad.net

Commit message

Minor packaging fixups.

To post a comment you must log in.
37. By Robert Bruce Park

Replace const with var.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'YandexNews.user.js'
2--- YandexNews.user.js 2013-05-01 22:56:34 +0000
3+++ YandexNews.user.js 2013-06-17 20:50:33 +0000
4@@ -5,7 +5,7 @@
5 // ==/UserScript==
6
7 // This placeholder gets munged with real data at build time.
8-const WebappsGettextDict = JSON.parse(unescape(
9+var WebappsGettextDict = JSON.parse(unescape(
10 "%7B%22GETTEXT%22%3A%22PLACEHOLDER%22%7D"
11 ));
12
13
14=== modified file 'debian/control'
15--- debian/control 2013-05-15 07:22:04 +0000
16+++ debian/control 2013-06-17 20:50:33 +0000
17@@ -1,17 +1,21 @@
18 Source: unity-webapps-yandexnews
19 Section: web
20-Priority: extra
21+Priority: optional
22 Standards-Version: 3.9.4
23 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24 Build-Depends: debhelper (>=9),
25 unity-webapps-dev (>=2.4.16),
26 Homepage: http://news.yandex.ru/
27+# If you aren't a member of ~webapps but need to upload packaging changes,
28+# just go ahead. ~webapps will notice and sync up the code again.
29+Vcs-Bzr: https://code.launchpad.net/~webapps/unity-webapps-yandexnews/trunk
30
31 Package: unity-webapps-yandexnews
32 Architecture: all
33 Section: web
34-Priority: extra
35-Depends: unity-webapps-common, xdg-utils, ${misc:Depends}
36+Depends: unity-webapps-common,
37+ xdg-utils,
38+ ${misc:Depends},
39 XB-Ubuntu-Webapps-Includes: http://news.yandex.ru/*;https://news.yandex.ru/*
40 XB-Ubuntu-Webapps-Name: YandexNews
41 XB-Ubuntu-Webapps-Domain: news.yandex.ru
42
43=== modified file 'debian/copyright'
44--- debian/copyright 2012-09-28 19:28:25 +0000
45+++ debian/copyright 2013-06-17 20:50:33 +0000
46@@ -22,11 +22,6 @@
47 The full text of the can be found in the file
48 '/usr/share/common-licenses/GPL-3'.
49
50-Files: debian/*
51-Copyright: 2012 The friendly pkgme.net robot
52-License: public-domain
53- This automatically generated code which is free from copyright restrictions.
54-
55
56 Files: */*.png */*.svg
57 Copyright: various

Subscribers

People subscribed via source and target branches

to all changes: