Merge ~ahasenack/ubuntu/+source/raphael:xenial-raphae-symlink-1576471 into ubuntu/+source/raphael:ubuntu/xenial-devel

Proposed by Andreas Hasenack
Status: Approved
Approved by: Andreas Hasenack
Approved revision: 79a4ca84e0a840084fadd61d7276bba27aa65a10
Proposed branch: ~ahasenack/ubuntu/+source/raphael:xenial-raphae-symlink-1576471
Merge into: ubuntu/+source/raphael:ubuntu/xenial-devel
Diff against target: 37 lines (+11/-2)
3 files modified
debian/changelog (+8/-0)
debian/links (+1/-0)
debian/rules (+2/-2)
Reviewer Review Type Date Requested Status
Bryce Harrington (community) Approve
Canonical Server MOTU reviewers Pending
Review via email: mp+386846@code.launchpad.net

Description of the change

Testing PPA: https://launchpad.net/~ahasenack/+archive/ubuntu/raphaeljs-merge/ (I reused the one for the groovy sync/merge)

This is the same fix that was uploaded to artful (https://git.launchpad.net/ubuntu/+source/raphael/commit/?id=cee2e8e9c5959bf158d74db2199a9a517493341a) back then, but without the README.Ubuntu bit which I thought unnecessary for an SRU.

The bug has the SRU template and testing instructions.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

I didn't run the test case but the fix checks out as a legit typo cleanup.

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks, tagging and uploading 79a4ca84e0a840084fadd61d7276bba27aa65a10

$ git push pkg upload/2.1.0-1ubuntu1.1
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Delta compression using up to 4 threads
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 1.28 KiB | 187.00 KiB/s, done.
Total 10 (delta 6), reused 1 (delta 0)
To ssh://git.launchpad.net/ubuntu/+source/raphael
 * [new tag] upload/2.1.0-1ubuntu1.1 -> upload/2.1.0-1ubuntu1.1

$ dput ubuntu ../raphael_2.1.0-1ubuntu1.1_source.changes
Checking signature on .changes
gpg: ../raphael_2.1.0-1ubuntu1.1_source.changes: Valid signature from AC983EB5BF6BCBA9
Checking signature on .dsc
gpg: ../raphael_2.1.0-1ubuntu1.1.dsc: Valid signature from AC983EB5BF6BCBA9
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading raphael_2.1.0-1ubuntu1.1.dsc: done.
  Uploading raphael_2.1.0-1ubuntu1.1.debian.tar.xz: done.
  Uploading raphael_2.1.0-1ubuntu1.1_source.buildinfo: done.
  Uploading raphael_2.1.0-1ubuntu1.1_source.changes: done.
Successfully uploaded packages.

Unmerged commits

79a4ca8... by Andreas Hasenack

changelog

26e42f5... by Andreas Hasenack

  * d/links, d/rules: produce the correct filename for raphael.min.js
    and symlink our previous incorrect name (raphael-min.js) to the fixed
    one for backwards compatibility reasons. (LP: #1576471)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index a02a29b..687e33d 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+raphael (2.1.0-1ubuntu1.1) xenial; urgency=medium
7+
8+ * d/links, d/rules: produce the correct filename for raphael.min.js
9+ and symlink our previous incorrect name (raphael-min.js) to the fixed
10+ one for backwards compatibility reasons. (LP: #1576471)
11+
12+ -- Andreas Hasenack <andreas@canonical.com> Fri, 03 Jul 2020 17:58:53 -0300
13+
14 raphael (2.1.0-1ubuntu1) raring; urgency=low
15
16 * Merge from Debian unstable. Remaining changes:
17diff --git a/debian/links b/debian/links
18new file mode 100644
19index 0000000..5571ffa
20--- /dev/null
21+++ b/debian/links
22@@ -0,0 +1 @@
23+usr/share/javascript/raphael/raphael.min.js usr/share/javascript/raphael/raphael-min.js
24diff --git a/debian/rules b/debian/rules
25index 7f6ae2d..2519875 100755
26--- a/debian/rules
27+++ b/debian/rules
28@@ -3,7 +3,7 @@
29 dh $@
30
31 override_dh_auto_build:
32- yui-compressor -o dist/raphael-min.js dist/raphael.js
33+ yui-compressor -o dist/raphael.min.js dist/raphael.js
34
35 clean:
36- dh_clean dist/raphael-min.js
37+ dh_clean dist/raphael.min.js

Subscribers

People subscribed via source and target branches