Merge lp:~rs2009/unity-control-center/fix-for-groovy-minor into lp:unity-control-center

Proposed by Rudra Saraswat
Status: Approved
Approved by: Sebastien Bacher
Approved revision: 12931
Proposed branch: lp:~rs2009/unity-control-center/fix-for-groovy-minor
Merge into: lp:unity-control-center
Diff against target: 25 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~rs2009/unity-control-center/fix-for-groovy-minor
Reviewer Review Type Date Requested Status
Khurshid Alam (community) Approve
Sebastien Bacher Pending
Review via email: mp+394230@code.launchpad.net

Commit message

Update Groovy text in debian/rules

To post a comment you must log in.
Revision history for this message
Khurshid Alam (khurshid-alam) wrote :

Stderr only for debugging purpose. It does increase the logs in syslog. We don't want that.

12930. By Rudra Saraswat

Redirect to stdout instead of stderr in update-from-gsd.sh

Revision history for this message
Rudra Saraswat (rs2009) wrote :

Khurshid, I've reverted back to stdout.

12931. By Rudra Saraswat

Update debian/changelog

Revision history for this message
Khurshid Alam (khurshid-alam) wrote :

Approved. But it seems there is no groovy branch for u-c-c. And merge request should happen against this branch. For SRU a debdiff can also work here. Requesting @seb128 for review.

review: Approve
Revision history for this message
Khurshid Alam (khurshid-alam) wrote :

@rs2009 Can you also assign https://launchpad.net/~seb128 for revirew ?

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, the change is correct but if you want a stable update you need a bug following the SRU template (https://wiki.ubuntu.com/StableReleaseUpdates for details)

It would also probably make sense to do an upload to the hirsute serie now

Unmerged revisions

12931. By Rudra Saraswat

Update debian/changelog

12930. By Rudra Saraswat

Redirect to stdout instead of stderr in update-from-gsd.sh

12929. By Rudra Saraswat

* Update logo for groovy
* Echo to stderr, not stdout in die() (update-from-gsd.sh)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2020-03-11 14:59:55 +0000
3+++ debian/changelog 2020-11-20 09:30:38 +0000
4@@ -1,3 +1,9 @@
5+unity-control-center (15.04.0+19.10.20200907-0ubuntu4) groovy; urgency=medium
6+
7+ * Update logo for groovy
8+
9+ -- Rudra Saraswat <rs2009@ubuntu.com> Mon, 07 Sep 2020 18:32:32 +0530
10+
11 unity-control-center (15.04.0+19.10.20190921-0ubuntu3) focal; urgency=medium
12
13 [ Khurshid Alam ]
14
15=== modified file 'debian/rules'
16--- debian/rules 2020-02-24 10:31:28 +0000
17+++ debian/rules 2020-11-20 09:30:38 +0000
18@@ -18,6 +18,6 @@
19 DEB_DH_MAKESHLIBS_ARGS_libunity-control-center1 += -- -c4
20
21 binary-post-install/unity-control-center::
22- ./panels/info/logo-generator --logo panels/info/UbuntuLogoBlank.png --text "ubuntu 20.04 LTS" --output debian/unity-control-center/usr/share/unity-control-center/ui/UbuntuLogo.png
23+ ./panels/info/logo-generator --logo panels/info/UbuntuLogoBlank.png --text "ubuntu 20.10" --output debian/unity-control-center/usr/share/unity-control-center/ui/UbuntuLogo.png
24
25 common-binary-post-install-arch:: list-missing

Subscribers

People subscribed via source and target branches