Merge lp:~debian-janitor/squid-deb-proxy/lintian-fixes into lp:squid-deb-proxy

Proposed by Debian Janitor
Status: Needs review
Proposed branch: lp:~debian-janitor/squid-deb-proxy/lintian-fixes
Merge into: lp:squid-deb-proxy
Diff against target: 248 lines (+41/-31)
3 files modified
debian/changelog (+37/-27)
debian/control (+3/-3)
debian/copyright (+1/-1)
To merge this branch: bzr merge lp:~debian-janitor/squid-deb-proxy/lintian-fixes
Reviewer Review Type Date Requested Status
squid-deb-proxy-developers Pending
Review via email: mp+383497@code.launchpad.net

Commit message

Fix lintian issues: Replace XC-Package-Type with Package-Type., Set debhelper-compat version in Build-Depends., Trim trailing whitespace., Update standards version to 4.4.1, no changes needed., Use versioned copyright format URI.

Description of the change

Fix some issues reported by lintian
* Trim trailing whitespace. (file-contains-trailing-whitespace)
* Use versioned copyright format URI. (unversioned-copyright-format-uri)
* Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
* Replace XC-Package-Type with Package-Type. (xc-package-type-in-debian-control)
* Update standards version to 4.4.1, no changes needed. (out-of-date-standards-version)

This merge proposal was created automatically by the Janitor bot.
For more information, including instructions on how to disable
these merge proposals, see https://janitor.debian.net/lintian-fixes.

You can follow up to this merge proposal as you normally would.

Build and test logs for this branch can be found at
https://janitor.debian.net/lintian-fixes/pkg/squid-deb-proxy/a756144e-9a10-439b-b146-3f9cf837646f.

These changes have no impact on the binary debdiff. See
https://janitor.debian.net/api/run/a756144e-9a10-439b-b146-3f9cf837646f/debdiff?filter_boring=1 to
download the raw debdiff.

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/a756144e-9a10-439b-b146-3f9cf837646f/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/a756144e-9a10-439b-b146-3f9cf837646f/diffoscope.

To post a comment you must log in.

Unmerged revisions

155. By Debian Janitor

Update standards version to 4.4.1, no changes needed.

Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

154. By Debian Janitor

Replace XC-Package-Type with Package-Type.

Fixes: lintian: xc-package-type-in-debian-control
See-also: https://lintian.debian.org/tags/xc-package-type-in-debian-control.html

153. By Debian Janitor

Set debhelper-compat version in Build-Depends.

Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

152. By Debian Janitor

Use versioned copyright format URI.

Fixes: lintian: unversioned-copyright-format-uri
See-also: https://lintian.debian.org/tags/unversioned-copyright-format-uri.html

151. By Debian Janitor

Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2020-01-18 18:01:14 +0000
+++ debian/changelog 2020-05-06 11:48:18 +0000
@@ -1,3 +1,13 @@
1squid-deb-proxy (0.8.16) UNRELEASED; urgency=medium
2
3 * Trim trailing whitespace.
4 * Use versioned copyright format URI.
5 * Set debhelper-compat version in Build-Depends.
6 * Replace XC-Package-Type with Package-Type.
7 * Update standards version to 4.4.1, no changes needed.
8
9 -- Debian Janitor <janitor@jelmer.uk> Wed, 06 May 2020 05:36:52 +0000
10
1squid-deb-proxy (0.8.15) unstable; urgency=medium11squid-deb-proxy (0.8.15) unstable; urgency=medium
212
3 [ Graham Cantin ]13 [ Graham Cantin ]
@@ -57,7 +67,7 @@
5767
58 [ Vagrant Cascadian ]68 [ Vagrant Cascadian ]
59 * add /etc/resolvconf/update-libc.d/squid-deb-proxy (closes: #780083)69 * add /etc/resolvconf/update-libc.d/squid-deb-proxy (closes: #780083)
60 70
61 [ Robie Basak ]71 [ Robie Basak ]
62 * Simplify upstart "start on" to match squid3, to fix runlevel72 * Simplify upstart "start on" to match squid3, to fix runlevel
63 transition problem (LP: #1456662)73 transition problem (LP: #1456662)
@@ -70,9 +80,9 @@
70 * debian/po/nl.po:80 * debian/po/nl.po:
71 - add Dutch translation of squid-deb-proxy debconf messages,81 - add Dutch translation of squid-deb-proxy debconf messages,
72 thanks to Frans Spiesschaert (closes: 766519)82 thanks to Frans Spiesschaert (closes: 766519)
73 83
74 [ Chris Glass ]84 [ Chris Glass ]
75 * Don't remove the package blacklist file if it is empty when 85 * Don't remove the package blacklist file if it is empty when
76 gathering rules. This should fix LP: #1166667 (closes: #775545)86 gathering rules. This should fix LP: #1166667 (closes: #775545)
7787
78 -- Michael Vogt <mvo@debian.org> Thu, 29 Jan 2015 15:50:49 +010088 -- Michael Vogt <mvo@debian.org> Thu, 29 Jan 2015 15:50:49 +0100
@@ -83,9 +93,9 @@
83 * squid-deb-proxy.conf:93 * squid-deb-proxy.conf:
84 - add refresh patterns for tar.xz,tar.bz2 (closes: #756357)94 - add refresh patterns for tar.xz,tar.bz2 (closes: #756357)
85 - use squid-deb-proxy specific netdb_filename (closes: #760666)95 - use squid-deb-proxy specific netdb_filename (closes: #760666)
86 96
87 [ Michael Vogt ]97 [ Michael Vogt ]
88 * improve README to explain better how to use it when 98 * improve README to explain better how to use it when
89 squid-deb-proxy-client is not a option99 squid-deb-proxy-client is not a option
90100
91 -- Michael Vogt <mvo@debian.org> Wed, 10 Sep 2014 16:07:07 +0200101 -- Michael Vogt <mvo@debian.org> Wed, 10 Sep 2014 16:07:07 +0200
@@ -94,10 +104,10 @@
94104
95 [ Vagrant Cascadian ]105 [ Vagrant Cascadian ]
96 * remove unowned files on purge (closes: #705995)106 * remove unowned files on purge (closes: #705995)
97 107
98 [ Chris Glass ]108 [ Chris Glass ]
99 * lp:~tribaal/squid-deb-proxy/refresh-ims:109 * lp:~tribaal/squid-deb-proxy/refresh-ims:
100 - add "refresh-ims" options to the refresh patterns for the 110 - add "refresh-ims" options to the refresh patterns for the
101 index files111 index files
102112
103 -- Michael Vogt <mvo@debian.org> Fri, 18 Jul 2014 13:25:47 +0200113 -- Michael Vogt <mvo@debian.org> Fri, 18 Jul 2014 13:25:47 +0200
@@ -119,9 +129,9 @@
119 * ensure /etc/avahi/services/squid-deb-proxy.service is removed129 * ensure /etc/avahi/services/squid-deb-proxy.service is removed
120 on package removal130 on package removal
121 * debian/po/es.po:131 * debian/po/es.po:
122 - New Spanish debconf translation, thanks to Camaleón 132 - New Spanish debconf translation, thanks to Camaleón
123 (closes: #733495)133 (closes: #733495)
124 134
125 [ Chris Glass ]135 [ Chris Glass ]
126 * lp:~tribaal/squid-deb-proxy/extra-default-networks:136 * lp:~tribaal/squid-deb-proxy/extra-default-networks:
127 - add two more example repos137 - add two more example repos
@@ -182,7 +192,7 @@
182 [ Andrew Simpson ]192 [ Andrew Simpson ]
183 * debian/squid-deb-proxy.init:193 * debian/squid-deb-proxy.init:
184 - fix incorrect functions in reload() (closes: #720365)194 - fix incorrect functions in reload() (closes: #720365)
185 195
186 [ Michael Vogt ]196 [ Michael Vogt ]
187 * apt-avahi-discover:197 * apt-avahi-discover:
188 - when a _apt_proxy._tcp server is found, try to connect to198 - when a _apt_proxy._tcp server is found, try to connect to
@@ -190,10 +200,10 @@
190 - when multiple _apt_proxy._tcp servers are found, use the one200 - when multiple _apt_proxy._tcp servers are found, use the one
191 that provides the quickest answer (closes: #722253, #718788)201 that provides the quickest answer (closes: #722253, #718788)
192 Thanks to Paul Wise and Julian Andres Klode for the suggestions202 Thanks to Paul Wise and Julian Andres Klode for the suggestions
193 203
194 [ Julian Andres Klode ]204 [ Julian Andres Klode ]
195 * apt-avahi-discover:205 * apt-avahi-discover:
196 - Pass -f to avahi-browse to not produce error messages if it cannot 206 - Pass -f to avahi-browse to not produce error messages if it cannot
197 find a service (closes: #722253)207 find a service (closes: #722253)
198208
199 -- Michael Vogt <mvo@debian.org> Tue, 10 Sep 2013 16:15:53 +0200209 -- Michael Vogt <mvo@debian.org> Tue, 10 Sep 2013 16:15:53 +0200
@@ -201,7 +211,7 @@
201squid-deb-proxy (0.7.2) unstable; urgency=low211squid-deb-proxy (0.7.2) unstable; urgency=low
202212
203 [ Chris J Arges ]213 [ Chris J Arges ]
204 * Add additional ipv6 localhost address. (LP: #1195430) 214 * Add additional ipv6 localhost address. (LP: #1195430)
205215
206 -- Michael Vogt <mvo@debian.org> Tue, 09 Jul 2013 16:37:19 +0200216 -- Michael Vogt <mvo@debian.org> Tue, 09 Jul 2013 16:37:19 +0200
207217
@@ -234,7 +244,7 @@
234 - added, thanks to "jean-pierre giraud" (closes: #711140)244 - added, thanks to "jean-pierre giraud" (closes: #711140)
235 * debian/po/sv.po:245 * debian/po/sv.po:
236 - added, thanks to "Martin Bagge" (closes: #712652)246 - added, thanks to "Martin Bagge" (closes: #712652)
237 247
238 -- Michael Vogt <mvo@debian.org> Tue, 18 Jun 2013 13:33:41 +0200248 -- Michael Vogt <mvo@debian.org> Tue, 18 Jun 2013 13:33:41 +0200
239249
240squid-deb-proxy (0.7) unstable; urgency=low250squid-deb-proxy (0.7) unstable; urgency=low
@@ -256,7 +266,7 @@
256squid-deb-proxy (0.6.7) raring; urgency=low266squid-deb-proxy (0.6.7) raring; urgency=low
257267
258 * lp:~nobuto/squid-deb-proxy/allow-ubuntu-cloud-archive:268 * lp:~nobuto/squid-deb-proxy/allow-ubuntu-cloud-archive:
259 - allowing caching of the "Ubuntu Cloud Archive" repository by 269 - allowing caching of the "Ubuntu Cloud Archive" repository by
260 default270 default
261 * allow caching of .extras.ubuntu.com271 * allow caching of .extras.ubuntu.com
262272
@@ -275,7 +285,7 @@
275 * lp:~sdeziel/squid-deb-proxy/remove-unused-acls:285 * lp:~sdeziel/squid-deb-proxy/remove-unused-acls:
276 - remove all and localhost acls as they are buildin in squid3286 - remove all and localhost acls as they are buildin in squid3
277 (LP: #1005257)287 (LP: #1005257)
278 288
279 [ Michael Vogt ]289 [ Michael Vogt ]
280 * debian/control:290 * debian/control:
281 - only depend on squid3291 - only depend on squid3
@@ -307,7 +317,7 @@
307 [ Michael Vogt ]317 [ Michael Vogt ]
308 * mirror-dstdomain.acl:318 * mirror-dstdomain.acl:
309 - fix typo, thanks to Paolo Rotolo (LP: #978696)319 - fix typo, thanks to Paolo Rotolo (LP: #978696)
310 320
311 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Apr 2012 14:46:24 +0200321 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Apr 2012 14:46:24 +0200
312322
313squid-deb-proxy (0.6.2) precise; urgency=low323squid-deb-proxy (0.6.2) precise; urgency=low
@@ -340,7 +350,7 @@
340350
341squid-deb-proxy (0.5.2) oneiric; urgency=low351squid-deb-proxy (0.5.2) oneiric; urgency=low
342352
343 * Rework/simplify/fix the udeb based on the input from 353 * Rework/simplify/fix the udeb based on the input from
344 Colin Watson (thanks a lot!)354 Colin Watson (thanks a lot!)
345 * fix a bunch of lintian errors:355 * fix a bunch of lintian errors:
346 - add missing po-debconf as build-depends356 - add missing po-debconf as build-depends
@@ -365,8 +375,8 @@
365 - allowed-networks-src.acl.d375 - allowed-networks-src.acl.d
366 - mirror-dstdomain.acl.d376 - mirror-dstdomain.acl.d
367 - pkg-blacklist.d377 - pkg-blacklist.d
368 * add squid-deb-proxy-client udeb 378 * add squid-deb-proxy-client udeb
369 * write debconf generated config to 379 * write debconf generated config to
370 /etc/squid-deb-proxy/allowed-networks-src.acl.d/30-debconf380 /etc/squid-deb-proxy/allowed-networks-src.acl.d/30-debconf
371 /etc/squid-deb-proxy/mirror-dstdomain.acl.d/30-debconf381 /etc/squid-deb-proxy/mirror-dstdomain.acl.d/30-debconf
372 * debian/control:382 * debian/control:
@@ -423,23 +433,23 @@
423 * Adjusting upstart job so restarting squid-deb-proxy does not result433 * Adjusting upstart job so restarting squid-deb-proxy does not result
424 in killing squid-deb-proxy-avahi. (LP: #677276)434 in killing squid-deb-proxy-avahi. (LP: #677276)
425 * Also adjusting upstart job so squid-deb-proxy does not get started435 * Also adjusting upstart job so squid-deb-proxy does not get started
426 a real network interface is up and all local filesystems are mounted 436 a real network interface is up and all local filesystems are mounted
427437
428 -- Clint Byrum <clint@ubuntu.com> Thu, 18 Nov 2010 16:27:24 -0800438 -- Clint Byrum <clint@ubuntu.com> Thu, 18 Nov 2010 16:27:24 -0800
429439
430squid-deb-proxy (0.3.2) natty; urgency=low440squid-deb-proxy (0.3.2) natty; urgency=low
431441
432 [ Colin Dean ]442 [ Colin Dean ]
433 * adding other ubuntu/canonical repos and some suggested 443 * adding other ubuntu/canonical repos and some suggested
434 others (but commented) (LP: #673080)444 others (but commented) (LP: #673080)
435 * Added commented lines which allow non-specified domains to be 445 * Added commented lines which allow non-specified domains to be
436 accessed and (optionally) cached446 accessed and (optionally) cached
437447
438 [ Jorge O. Castro ]448 [ Jorge O. Castro ]
439 * Add some popular repositories to cache (commented out)449 * Add some popular repositories to cache (commented out)
440 450
441 [ Michael Vogt ]451 [ Michael Vogt ]
442 * README: 452 * README:
443 - updated to document the new options453 - updated to document the new options
444 * debian/squid-deb-proxy.squid-deb-proxy-avahi.upstart:454 * debian/squid-deb-proxy.squid-deb-proxy-avahi.upstart:
445 - fix upstart script so that the avahi service actually gets455 - fix upstart script so that the avahi service actually gets
@@ -464,7 +474,7 @@
464 * debian/control:474 * debian/control:
465 - add recommends on avahi-utils to get avahi-publish475 - add recommends on avahi-utils to get avahi-publish
466 * apt-avahi-discover:476 * apt-avahi-discover:
467 - provide a avahi based module suitable for apts 477 - provide a avahi based module suitable for apts
468 Acquire::http::ProxyAutoDetect option478 Acquire::http::ProxyAutoDetect option
469 * 30autoproxy:479 * 30autoproxy:
470 - add apt configuration that automatically uses apt-avahi-discover480 - add apt configuration that automatically uses apt-avahi-discover
@@ -499,7 +509,7 @@
499 * README:509 * README:
500 - add documentation510 - add documentation
501 * *.acl:511 * *.acl:
502 - split the bits that the user will most likely change into 512 - split the bits that the user will most likely change into
503 different files513 different files
504514
505 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 25 Jan 2010 18:13:15 +0100515 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 25 Jan 2010 18:13:15 +0100
506516
=== removed file 'debian/compat'
=== modified file 'debian/control'
--- debian/control 2020-01-10 10:17:01 +0000
+++ debian/control 2020-05-06 11:48:18 +0000
@@ -2,12 +2,12 @@
2Section: net2Section: net
3Priority: optional3Priority: optional
4Maintainer: Michael Vogt <mvo@debian.org>4Maintainer: Michael Vogt <mvo@debian.org>
5Build-Depends: debhelper (>= 12),5Build-Depends: debhelper-compat (= 12),
6 gettext,6 gettext,
7 intltool,7 intltool,
8 pkg-config,8 pkg-config,
9 po-debconf9 po-debconf
10Standards-Version: 4.4.010Standards-Version: 4.4.1
11Vcs-Bzr: https://code.launchpad.net/~squid-deb-proxy-developers/squid-deb-proxy/trunk11Vcs-Bzr: https://code.launchpad.net/~squid-deb-proxy-developers/squid-deb-proxy/trunk
12Homepage: https://launchpad.net/squid-deb-proxy12Homepage: https://launchpad.net/squid-deb-proxy
1313
@@ -38,7 +38,7 @@
38 that publishes the service as _apt_proxy._tcp.38 that publishes the service as _apt_proxy._tcp.
3939
40Package: squid-deb-proxy-client-udeb40Package: squid-deb-proxy-client-udeb
41XC-Package-Type: udeb41Package-Type: udeb
42Section: debian-installer42Section: debian-installer
43Architecture: all43Architecture: all
44Depends: configured-network,44Depends: configured-network,
4545
=== modified file 'debian/copyright'
--- debian/copyright 2020-01-10 10:03:04 +0000
+++ debian/copyright 2020-05-06 11:48:18 +0000
@@ -1,4 +1,4 @@
1Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=591Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
3Files: *3Files: *
4Copyright: (c) 2010 Canonical4Copyright: (c) 2010 Canonical

Subscribers

People subscribed via source and target branches

to all changes: