Control: tags -1 + patch

On 11-Jul-2017, Johannes Schauer wrote:

> The directory pelican/themes/notmyidea/static/images/icons/ is full
> of non-free files which need to be removed.

I have generated some replacement iconds (blocks of colour) and a
patch series that removes and replaces those images in the source
package. The patch series is attached to this message.

-- 
 \                    “It's all in the mind, you know.” —The Goon Show |
  `\                                                                   |
_o__)                                                                  |
Ben Finney <bign...@debian.org>
From 6c2b5ce7b0a0f09b1e64cb660f70e81c5b29a3bc Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Mon, 7 Aug 2017 18:34:50 +1000
Subject: [PATCH 1/6] Rewrite the UScan configuration for format version 4.

---
 debian/changelog |  6 ++++++
 debian/watch     | 24 ++++++++++++++++++++----
 2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5413c04a..ab64cdb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pelican (3.7.1-2) UNRELEASED; urgency=medium
+
+  * Rewrite the UScan configuration for format version 4.
+
+ --
+
 pelican (3.7.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/watch b/debian/watch
index b4db36ca..80b5f112 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,20 @@
-# Use github tarball instead of pypi because the latter is missing docs
-version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/pelican-$1\.tar\.gz/ \
-https://github.com/getpelican/pelican/tags .*/v?(\d\S*)\.tar\.(?:gz|bz2|xz)
+# debian/watch
+# Debian UScan file for ‘pelican’ package.
+# Manual page: ‘uscan(1)’.
+
+# Version of UScan configuration format.
+version = 4
+
+# The PyPI releases do not have the complete source. Fetch releases
+# from the GitHub repository instead.
+opts="uversionmangle=s/(\d)-(rc|a|b|c)/$1~$2/" \
+    https://github.com/getpelican/@PACKAGE@/releases/ \
+    /getpelican/@PACKAGE@/archive/@ANY_VERSION@@ARCHIVE_EXT@ \
+    debian
+
+
+# Local variables:
+# coding: utf-8
+# mode: conf
+# End:
+# vim: fileencoding=utf-8 filetype=conf :
-- 
2.13.2

From 989eca0c24e401d86ec66c9a77ef2f511a1a04dd Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Mon, 7 Aug 2017 18:36:57 +1000
Subject: [PATCH 2/6] Configure UScan to re-pack the upstream source.

---
 debian/changelog | 3 ++-
 debian/watch     | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab64cdb7..f5ef4323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-pelican (3.7.1-2) UNRELEASED; urgency=medium
+pelican (3.7.1+dfsg.1-1) UNRELEASED; urgency=medium
 
   * Rewrite the UScan configuration for format version 4.
+  * Configure UScan to re-pack the upstream source.
 
  --
 
diff --git a/debian/watch b/debian/watch
index 80b5f112..51638242 100644
--- a/debian/watch
+++ b/debian/watch
@@ -7,10 +7,10 @@ version = 4
 
 # The PyPI releases do not have the complete source. Fetch releases
 # from the GitHub repository instead.
-opts="uversionmangle=s/(\d)-(rc|a|b|c)/$1~$2/" \
+opts="uversionmangle=s/(\d)-(rc|a|b|c)/$1~$2/,dversionmangle=s/\+dfsg(\.\d+)?$//,repacksuffix=+dfsg.1" \
     https://github.com/getpelican/@PACKAGE@/releases/ \
     /getpelican/@PACKAGE@/archive/@ANY_VERSION@@ARCHIVE_EXT@ \
-    debian
+    debian uupdate
 
 
 # Local variables:
-- 
2.13.2

From cf6b176f4ffa3a37e1e5ff86d390f73151102ed8 Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Mon, 7 Aug 2017 18:40:08 +1000
Subject: [PATCH 3/6] Specify files excluded because they lack free-software
 license grant.

---
 debian/README.source | 22 ++++++++++++++++++++++
 debian/changelog     |  2 ++
 debian/copyright     |  2 ++
 3 files changed, 26 insertions(+)
 create mode 100644 debian/README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..86df7162
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,22 @@
+=============================================
+Read Me document for source package ‘pelican’
+=============================================
+
+
+Omitted components
+==================
+
+Components that have been omitted from Debian because they lack a
+clear written grant, from the copyright holders, of free-software
+license terms in their work:
+
+  * The icon images in the “notmyidea” theme.
+
+    Files:
+        pelican/themes/notmyidea/static/images/*
+    Comments:
+        These files are logos of online services, with no clear grant
+        of any free-software terms to redistribute.
+
+
+ -- Ben Finney <bign...@debian.org>, Mon,  7 Aug 2017 18:39:41 +1000
diff --git a/debian/changelog b/debian/changelog
index f5ef4323..c167e51d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pelican (3.7.1+dfsg.1-1) UNRELEASED; urgency=medium
 
   * Rewrite the UScan configuration for format version 4.
   * Configure UScan to re-pack the upstream source.
+  * Specify files to exclude from source because they have no
+    free-software license grant.
 
  --
 
diff --git a/debian/copyright b/debian/copyright
index 564e52bc..714432fb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pelican
 Source: http://getpelican.com/
+Files-Excluded:
+    pelican/themes/notmyidea/static/images/*
 
 Files: *
 Copyright: 2011 Alexis Métaireau
-- 
2.13.2

From e445dd8d22d4c1c30c3ffd956019a21c28d96e54 Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Mon, 7 Aug 2017 18:40:55 +1000
Subject: [PATCH 4/6] =?UTF-8?q?Document=20that=20we=20are=20closing=20a=20?=
 =?UTF-8?q?=E2=80=9CSeverity:=20high=E2=80=9D=20bug.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c167e51d..bff96365 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-pelican (3.7.1+dfsg.1-1) UNRELEASED; urgency=medium
+pelican (3.7.1+dfsg.1-1) UNRELEASED; urgency=high
 
   * Rewrite the UScan configuration for format version 4.
   * Configure UScan to re-pack the upstream source.
   * Specify files to exclude from source because they have no
     free-software license grant.
+    Closes: bug#868047. This bug is Severity: serious.
 
  --
 
-- 
2.13.2

From 6e4fe5e0500be95765bbc57a23e0c315f20c96d5 Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Tue, 8 Aug 2017 00:23:01 +1000
Subject: [PATCH 5/6] =?UTF-8?q?Add=20substitute=20icons=20for=20the=20?=
 =?UTF-8?q?=E2=80=9Cnotmyidea=E2=80=9D=20theme.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

These images are the same size as the originals, but each is just a
block of one colour.
---
 debian/source/include-binaries                            |   2 ++
 .../notmyidea/static/images/icons/aboutme.png             | Bin 0 -> 296 bytes
 .../notmyidea/static/images/icons/bitbucket.png           | Bin 0 -> 178 bytes
 .../notmyidea/static/images/icons/delicious.png           | Bin 0 -> 178 bytes
 .../notmyidea/static/images/icons/facebook.png            | Bin 0 -> 105 bytes
 .../notmyidea/static/images/icons/github.png              | Bin 0 -> 134 bytes
 .../notmyidea/static/images/icons/gitorious.png           | Bin 0 -> 84 bytes
 .../notmyidea/static/images/icons/gittip.png              | Bin 0 -> 178 bytes
 .../notmyidea/static/images/icons/google-groups.png       | Bin 0 -> 255 bytes
 .../notmyidea/static/images/icons/google-plus.png         | Bin 0 -> 84 bytes
 .../notmyidea/static/images/icons/hackernews.png          | Bin 0 -> 198 bytes
 .../notmyidea/static/images/icons/lastfm.png              | Bin 0 -> 198 bytes
 .../notmyidea/static/images/icons/linkedin.png            | Bin 0 -> 104 bytes
 .../notmyidea/static/images/icons/reddit.png              | Bin 0 -> 276 bytes
 .../notmyidea/static/images/icons/rss.png                 | Bin 0 -> 198 bytes
 .../notmyidea/static/images/icons/slideshare.png          | Bin 0 -> 104 bytes
 .../notmyidea/static/images/icons/speakerdeck.png         | Bin 0 -> 296 bytes
 .../notmyidea/static/images/icons/stackoverflow.png       | Bin 0 -> 216 bytes
 .../notmyidea/static/images/icons/twitter.png             | Bin 0 -> 134 bytes
 .../notmyidea/static/images/icons/vimeo.png               | Bin 0 -> 275 bytes
 .../notmyidea/static/images/icons/youtube.png             | Bin 0 -> 141 bytes
 21 files changed, 2 insertions(+)
 create mode 100644 debian/source/include-binaries
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/aboutme.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/bitbucket.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/delicious.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/facebook.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/github.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/gitorious.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/gittip.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/google-groups.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/google-plus.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/hackernews.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/lastfm.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/linkedin.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/reddit.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/rss.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/slideshare.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/speakerdeck.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/stackoverflow.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/twitter.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/vimeo.png
 create mode 100644 debian/theme-substitute/notmyidea/static/images/icons/youtube.png

diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 00000000..7c23b5ad
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1,2 @@
+# Images to substitute for non-free icons.
+debian/theme-substitute/notmyidea/static/images/icons/*.png
diff --git a/debian/theme-substitute/notmyidea/static/images/icons/aboutme.png b/debian/theme-substitute/notmyidea/static/images/icons/aboutme.png
new file mode 100644
index 0000000000000000000000000000000000000000..09d6d3b31c4492b6e887dab09c64cef99e501a08
GIT binary patch
literal 296
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;x#X;^)
z4C~IxyaaL-l0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YPV
z+ueoXKL{?^yL>WGgtNdSvKUBvfU(=jY&#%B*3-o?#Nu=^&$;fu=N%Xm7P)+0!MK>M
zN6KIZ4+FzhF(%t%LH9X;3RO#7BT7;dOH!?pi&B9UgOP!uv95u!uAym&p@o&9nU#@&
su7SCgfr0#dWiu2Fx%nxXX_c5749y@Kn&++z25MmNboFyt=akR{0Dw772mk;8

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/bitbucket.png b/debian/theme-substitute/notmyidea/static/images/icons/bitbucket.png
new file mode 100644
index 0000000000000000000000000000000000000000..5004f28366371374f89ccf8520e8c41bd91dad73
GIT binary patch
literal 178
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;OS+@4BLl<6e(pbstUx|vage(c
z!@6@aFM%9|WRD<U28Jp%28M<f28Lfip@tU>45bDP46hOx7_4S6Fo+k-*%fF5lwc0<
z32_bWT-&d$dkx6tEbxddW?<kJ24O~qS#u<Sf;^rsjv*Y^lM@tpfjk2S#^bA6`+zJ4
MPgg&ebxsLQ0A1B4fdBvi

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/delicious.png b/debian/theme-substitute/notmyidea/static/images/icons/delicious.png
new file mode 100644
index 0000000000000000000000000000000000000000..d33edfef5d93eb3cf46de9598c0bcb581c28ec0c
GIT binary patch
literal 178
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5XtANTmvy2J5fn3f4kH}&M
z25un`X1sK_?hjCq$J50zgyVX0f&wp)XTZRCd{t{7kR?;%8c`CQpH@<ySd_}(n3A8A
zs^FGclv<u&lwGXg9Bjh2>GA@gI#G~1=c3falFa-(g^<kLR0bmheRF*S%c|4N$v_1R
Mp00i_>zopr0F31<>;M1&

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/facebook.png b/debian/theme-substitute/notmyidea/static/images/icons/facebook.png
new file mode 100644
index 0000000000000000000000000000000000000000..413afad9c3e6350c4f9cc36afe47e6c8ca57408d
GIT binary patch
literal 105
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>*hU2wn)$F19CYFJR*yM
sv<Dcwoy@iaGI%^)978y+CnqTI0(k}ujK^2Cf)q1&y85}Sb4q9e0Piam&Hw-a

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/github.png b/debian/theme-substitute/notmyidea/static/images/icons/github.png
new file mode 100644
index 0000000000000000000000000000000000000000..fb41c6b74cf043eb770c7c220714c0e0735e9702
GIT binary patch
literal 134
zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;m;-!5T!n>%jKUQ&fLz9sAirP+
zhi5m^fE*rA7sn8e>&XcccYwSF42+4YweCQcWQl7;NpOBzNqJ&XDuZK6ep0G}XKrG8
ZYEWuoN@d~6R2!fo22WQ%mvv4FO#pEmAwvKF

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/gitorious.png b/debian/theme-substitute/notmyidea/static/images/icons/gitorious.png
new file mode 100644
index 0000000000000000000000000000000000000000..51fcce4b96aaa26c9db99f648750a723fc9c44db
GIT binary patch
literal 84
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>)}hszRtRO8_4DHba4#f
exSpJ#zzgIVFfblp)!GMSF?hQAxvX<aXaWGZ7ZYg!

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/gittip.png b/debian/theme-substitute/notmyidea/static/images/icons/gittip.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aec0fc14a3b78508683b131b452d0577c28e6cb
GIT binary patch
literal 178
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;OS+@4BLl<6e(pbstUx|vage(c
z!@6@aFM%9|WRD<U28Jp%28M<f28Lfip@tU>45bDP46hOx7_4S6Fo+k-*%fF5lwc0<
z32{Ar_LP0<v1>psXMsm#F#`j)FbFd;%$g$s6y))AaSY+Oo}8e-3*;FvFdkpk+6QDY
Nc)I$ztaD0e0sye$C))r3

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/google-groups.png b/debian/theme-substitute/notmyidea/static/images/icons/google-groups.png
new file mode 100644
index 0000000000000000000000000000000000000000..28d69d27adc3bdaa7405c0b918913487764eefaf
GIT binary patch
literal 255
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;OS+@4BLl<6e(pbstUx|vage(c
z!@6@aFM%9|WRD<U28Jp%28M<f28Lfip@tU>45bDP46hOx7_4S6Fo+k-*%fF5lwc0<
z32`l7eR_MNttgPo<LTlU!f`!0L4g;@GhkpmzN)nk$WkqFjVMV;EJ?LWE=mPb3`Pcq
z#<~WEx`xIf21ZtfhE_nffrXWU!9n&jQ&BYJ=BH$)RibM!urfA-Xb{<;Rt40+;OXk;
Jvd$@?2>@DyJuUzM

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/google-plus.png b/debian/theme-substitute/notmyidea/static/images/icons/google-plus.png
new file mode 100644
index 0000000000000000000000000000000000000000..726f032e3c112fc4c3adb6b769613a2e01a92ba9
GIT binary patch
literal 84
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>#2$D3P+l!0J%J#E{-7_
d*OL<zc!4|v2FBy7TKj-322WQ%mvv4FO#pK;5v%|J

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/hackernews.png b/debian/theme-substitute/notmyidea/static/images/icons/hackernews.png
new file mode 100644
index 0000000000000000000000000000000000000000..072a8d79bbd2c9f9b3e0c0ebdee25ca701a9f846
GIT binary patch
literal 198
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;x#X;^)
z4C~IxyaaL-l0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YPV
z+ueoXKL{?^yL>WGgtNdSvY3H^TNs2H8D`Cq01C=_x;TbdoKD`eW7$`GX4ZyIp|gwG
hdZY}p4kQ>cFcc{;E7oUc>j4!qc)I$ztaD0e0sxzbG6Mhr

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/lastfm.png b/debian/theme-substitute/notmyidea/static/images/icons/lastfm.png
new file mode 100644
index 0000000000000000000000000000000000000000..eb281f57db93dcbc33b6abf3fadcbb91d6a587d7
GIT binary patch
literal 198
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b
z3=G^tAk28_ZrvZCpsc5hV~EA+<U4gwPSmq;F$k;9a_5yWO}Nr<Fol63Q-?WD;wyU+
zP@znTYeY$Kep*R+Vo@rCV@iHfs)Ac)QEGX9QFgI{bFc~9rppU}>O?{6oQqNuOEUBG
h6hbm{QyGj5^v(4REUQj4Cj%8Qc)I$ztaD0e0svDyIA#C<

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/linkedin.png b/debian/theme-substitute/notmyidea/static/images/icons/linkedin.png
new file mode 100644
index 0000000000000000000000000000000000000000..82ee63617c784bcafcf6c797c89d9f80c3c17d76
GIT binary patch
literal 104
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_#o-U3d
y7N?WfL{$8-XJ&2a6gs<@tw+ir>p+4L1H<!KO#hc0KK=)&kipZ{&t;ucLK6T}r5|+w

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/reddit.png b/debian/theme-substitute/notmyidea/static/images/icons/reddit.png
new file mode 100644
index 0000000000000000000000000000000000000000..433d4d5c27ed7a75b58c19d6ac0f4c71ae4465f0
GIT binary patch
literal 276
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;OS+@4BLl<6e(pbstUx|vage(c
z!@6@aFM%9|WRD<U28Jp%28M<f28Lfip@tU>45bDP46hOx7_4S6Fo+k-*%fF5lwc0<
z32|MqcJ1N&I-h}D&H|6fVj%4S#%?FG?SKp(PZ!4!j_b(@3cNs`0R!XlRjqwMmTHM>
zL`h0wNvc(HQ7VvPFfuSS)-^EJH8c$|w6HQTvobKyH82N~b4-4BqiD#@PsvQHMAu+y
YWnv1^a6#v0CQt)|r>mdKI;Vst0G#7PaR2}S

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/rss.png b/debian/theme-substitute/notmyidea/static/images/icons/rss.png
new file mode 100644
index 0000000000000000000000000000000000000000..273df6a68c1cdf9c89009fa0f96da4daaada4f83
GIT binary patch
literal 198
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b
z3=G^tAk28_ZrvZCpsc5hV~EA+<T=|N|JXCLHgpP|UCh=aWsr3s!H9w3>kOtA%?ESV
z02RuVxJHx&=ckpFCl;kLIHu$$r7E~(7NwTw7iAYKI0u`sZMwVws7@55&bcTxu_QA;
hPaz~TH<iK2K;K;7z_RKzb23l?gQu&X%Q~loCIApDI(Gm7

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/slideshare.png b/debian/theme-substitute/notmyidea/static/images/icons/slideshare.png
new file mode 100644
index 0000000000000000000000000000000000000000..35a840ea0e6f261364ee8635546299dc2a6cdb50
GIT binary patch
literal 104
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_#o-U3d
y7N?WvY<~Hno{ft^Sap^=uY_sBm4<^U3=He)nGM#}x0e7FGI+ZBxvX<aXaWE=xE*o;

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/speakerdeck.png b/debian/theme-substitute/notmyidea/static/images/icons/speakerdeck.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0c324ff21204941992f048ac2c89a05b85fc166
GIT binary patch
literal 296
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;x#X;^)
z4C~IxyaaL-l0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YPV
z+ueoXKL{?^yL>WGgtNdSvKUBvfU(=jY&#%B*3-o?#Nu@Fm6tyM&pR+CEOPn0f^jih
zkCed-9tMUpCz-5OSSEY`DpW0TjVMV;EJ?LWE=mPb3`Pcq#<~W^x`w79h89+ahE|3~
sx(4P}1_n=p^;%Ih<mRVjrd48UFtCJZh+cds7N~*2)78&qol`;+05Z2u%m4rY

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/stackoverflow.png b/debian/theme-substitute/notmyidea/static/images/icons/stackoverflow.png
new file mode 100644
index 0000000000000000000000000000000000000000..d58cd167bb21c4b01b02fdbb98225e4dec468cb0
GIT binary patch
literal 216
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5X>)uxG-M5~~1G$VPL4Ltu
zhu-Nd2XZ(IJR*yMv<Dcwoy@iaGI%^)978y+CnqTI0(k}ujK^2C_5oR{C9V-ADTyVi
zR>?)FK#IZ0z|dINz+BhBIK;@v%Gkilz!J!{GB9{%=&}q&LvDUbW?CgegJFoFiIu6D
Zm8l6t1H+YX_kkK1JYD@<);T3K0RULLG@Jkc

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/twitter.png b/debian/theme-substitute/notmyidea/static/images/icons/twitter.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d0ff8801655b39fbec0e8f124fef8525588820d
GIT binary patch
literal 134
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;bAV5XE5oMS2_3)o0J)4ML4Lu1
zn_q<;2Xc5kT^vI=t|uob@B(=T42;KDwe|s7k|nMYCBgY=CFO}lsSJ)O`AMk?p1FzX
asX?iUDV2pMQ*D5X7(8A5T-G@yGywn#RwIA_

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/vimeo.png b/debian/theme-substitute/notmyidea/static/images/icons/vimeo.png
new file mode 100644
index 0000000000000000000000000000000000000000..b4f6a991735b22c94e401c6409c06b20565c5c37
GIT binary patch
literal 275
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;x#X;^)
z4C~IxyaaL-l0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YPV
z+ueoXKL{?^yL>WGMAp;AF~s6@vQ5d)8})2l48p3j+<7HT6RtEIOkrTSwU@cdtia_2
zP@!sxYeY#(Vo9o1a#1RfVlXl=G}bjR)HO5?F)*?+Ft;+W&^55IGBB9IuXYecLvDUb
eW?Ch>1~V&TONa)&jGrPv4Gf;HelF{r5}E*3#7L<C

literal 0
HcmV?d00001

diff --git a/debian/theme-substitute/notmyidea/static/images/icons/youtube.png b/debian/theme-substitute/notmyidea/static/images/icons/youtube.png
new file mode 100644
index 0000000000000000000000000000000000000000..4da6774be949d9f00d176ba7da5022ce9aecd47c
GIT binary patch
literal 141
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_#o-U3d
z7N?VAHm7~7XX9cJR-NU}D`A>&rQu)-1B0nBvry}+jXgkxk|nMYCBgY=CFO}lsSJ)O
i`AMk?p1FzXsX?iUDV2pMQ*D5X7(8A5T-G@yGywn{dnnBS

literal 0
HcmV?d00001

-- 
2.13.2

From 88a061c4b75b8323af9ee5410f3ef9e573b4ed22 Mon Sep 17 00:00:00 2001
From: Ben Finney <b...@benfinney.id.au>
Date: Tue, 8 Aug 2017 00:28:35 +1000
Subject: [PATCH 6/6] =?UTF-8?q?Install=20substitute=20icon=20images=20for?=
 =?UTF-8?q?=20=E2=80=9Cnotmyidea=E2=80=9D=20theme.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 debian/changelog               |  1 +
 debian/copyright               | 11 +++++++++++
 debian/install                 |  1 +
 debian/source/include-binaries | 21 ++++++++++++++++++++-
 4 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bff96365..a727acb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pelican (3.7.1+dfsg.1-1) UNRELEASED; urgency=high
   * Specify files to exclude from source because they have no
     free-software license grant.
     Closes: bug#868047. This bug is Severity: serious.
+  * Install substitute icon images for “notmyidea” theme.
 
  --
 
diff --git a/debian/copyright b/debian/copyright
index 714432fb..b54668c8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,6 +22,17 @@ Copyright: 2013 Ondřej Surý <ond...@debian.org>
            2014 Vincent Cheng <vch...@debian.org>
 License: MIT
 
+Files: debian/theme-substitute/notmyidea/static/images/icons/*.png
+Copyright:
+    © 2017 Ben Finney <bign...@debian.org>
+License: AGPL-3
+License-Grant:
+    This is free software; you may copy, modify and/or distribute this
+    work under the terms of the Affero General Public License, version
+    3 or later as published by the Free Software Foundation.
+    No warranty expressed or implied.
+
+
 License: AGPL-3
  GNU AFFERO GENERAL PUBLIC LICENSE
  Version 3, 19 November 2007
diff --git a/debian/install b/debian/install
index d8ce1d2e..6a16a8c5 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,3 @@
 usr/bin/
 usr/lib/python*/
+debian/theme-substitute/notmyidea/static/images/icons/*.png usr/lib/python2.7/dist-packages/pelican/themes/notmyidea/static/images/icons/
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
index 7c23b5ad..05dcce8e 100644
--- a/debian/source/include-binaries
+++ b/debian/source/include-binaries
@@ -1,2 +1,21 @@
 # Images to substitute for non-free icons.
-debian/theme-substitute/notmyidea/static/images/icons/*.png
+debian/theme-substitute/notmyidea/static/images/icons/aboutme.png
+debian/theme-substitute/notmyidea/static/images/icons/bitbucket.png
+debian/theme-substitute/notmyidea/static/images/icons/delicious.png
+debian/theme-substitute/notmyidea/static/images/icons/facebook.png
+debian/theme-substitute/notmyidea/static/images/icons/github.png
+debian/theme-substitute/notmyidea/static/images/icons/gitorious.png
+debian/theme-substitute/notmyidea/static/images/icons/gittip.png
+debian/theme-substitute/notmyidea/static/images/icons/google-groups.png
+debian/theme-substitute/notmyidea/static/images/icons/google-plus.png
+debian/theme-substitute/notmyidea/static/images/icons/hackernews.png
+debian/theme-substitute/notmyidea/static/images/icons/lastfm.png
+debian/theme-substitute/notmyidea/static/images/icons/linkedin.png
+debian/theme-substitute/notmyidea/static/images/icons/reddit.png
+debian/theme-substitute/notmyidea/static/images/icons/rss.png
+debian/theme-substitute/notmyidea/static/images/icons/slideshare.png
+debian/theme-substitute/notmyidea/static/images/icons/speakerdeck.png
+debian/theme-substitute/notmyidea/static/images/icons/stackoverflow.png
+debian/theme-substitute/notmyidea/static/images/icons/twitter.png
+debian/theme-substitute/notmyidea/static/images/icons/vimeo.png
+debian/theme-substitute/notmyidea/static/images/icons/youtube.png
-- 
2.13.2

Attachment: signature.asc
Description: PGP signature

Reply via email to