Merge ~nadzeya/ubuntu/+source/lintian:merge-2_127-2_126-resolute into ubuntu/+source/lintian:debian/sid

Proposed by Nadzeya Hutsko
Status: Needs review
Proposed branch: ~nadzeya/ubuntu/+source/lintian:merge-2_127-2_126-resolute
Merge into: ubuntu/+source/lintian:debian/sid
Diff against target: 901 lines (+493/-15) (has conflicts)
11 files modified
debian/changelog (+475/-0)
debian/control (+3/-2)
dev/null (+0/-1)
lib/Lintian/Check/DebFormat.pm (+4/-4)
t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules (+1/-1)
t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac (+2/-0)
t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/eval/hints (+1/-1)
t/recipes/checks/debian/shlibs/shared-libs-non-pic-i386/build-spec/Makefile.in (+2/-2)
t/recipes/checks/libraries/shared/relocation/shared-libs-non-pic-i386/build-spec/Makefile.in (+2/-2)
t/scripts/harness/tag-coverage.t (+1/-0)
t/templates/upload-make-builder/Makefile.in (+2/-2)
Conflict in debian/changelog
Reviewer Review Type Date Requested Status
Lena Voytek (community) Approve
Skia Pending
Sebastien Bacher Pending
git-ubuntu import Pending
Review via email: mp+497041@code.launchpad.net

Description of the change

PPA: https://launchpad.net/~nadzeya/+archive/ubuntu/merge-lintian-resolute/+packages
Autopkgtest results:
  - lintian: resolute/lintian/2.127.0ubuntu1~ppa1 [amd64]
    + ✅ lintian on resolute for amd64 @ 08.12.25 14:05:58
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-resolute-nadzeya-merge-lintian-resolute/resolute/amd64/l/lintian/20251208_140558_fb1f2@/log.gz

To post a comment you must log in.
Revision history for this message
Lena Voytek (lvoytek) wrote :

LGTM! sponsored. It may be worth doing an additional merge to get the latest debian updates before the end of the cycle

dput ubuntu ../lintian_2.127.0ubuntu1_source.changes
D: Setting host argument.
Checking signature on .changes
Checking signature on .dsc
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading lintian_2.127.0ubuntu1.dsc: done.
  Uploading lintian_2.127.0ubuntu1.tar.xz: done.
  Uploading lintian_2.127.0ubuntu1_source.buildinfo: done.
  Uploading lintian_2.127.0ubuntu1_source.changes: done.
Successfully uploaded packages.

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

Thanks Lena, the MP can be marked as merged now

Unmerged commits

8ec8694... by Nadzeya Hutsko

update-maintainer

58e95b7... by Nadzeya Hutsko

reconstruct-changelog

0d3c2fd... by Nadzeya Hutsko

merge-changelogs

4da5d80... by Pragyansh Chaturvedi

d/control: Fix wrong dependency plzip to lzip

38dc8e9... by Pragyansh Chaturvedi

Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
fail.

54ba676... by Pragyansh Chaturvedi

macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
so it should now match line three.

29d3e0d... by Pragyansh Chaturvedi

Add -fPIC ld flags to
checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi

5db1227... by Pragyansh Chaturvedi

Add AC_INIT in
macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
(LP: #1950989)

acfe70d... by Pragyansh Chaturvedi

Add zst as allowed compression for .deb & .udeb although we don't
actually ship udeb packages that support zst (LP: #1923845)

4de0b0f... by Pragyansh Chaturvedi

Fix building udebs, now that in Ubuntu noudebs is implied profile
(LP: #1918120)

Update scan failed

At least one of the branches involved have failed to scan. You can manually schedule a rescan if required.

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 22e445e..b590823 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,4 @@
6+<<<<<<< debian/changelog
7 lintian (2.128.1) unstable; urgency=medium
8
9 [ Nilesh Patra ]
10@@ -40,6 +41,30 @@ lintian (2.128.0) unstable; urgency=medium
11 * Fix FTBFS with dpkg 1.23.0. (closes: #1123580)
12
13 -- Louis-Philippe Véronneau <pollo@debian.org> Tue, 30 Dec 2025 19:00:24 -0500
14+=======
15+lintian (2.127.0ubuntu1) resolute; urgency=medium
16+
17+ * Merge with Debian unstable (LP: #2130122). Remaining changes:
18+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
19+ (LP #1918120)
20+ - Add zst as allowed compression for .deb & .udeb although we don't
21+ actually ship udeb packages that support zst (LP #1923845)
22+ - Add AC_INIT in
23+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
24+ (LP #1950989)
25+ - Add -fPIC ld flags to
26+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
27+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
28+ so it should now match line three.
29+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
30+ fail.
31+ - d/control: Fix wrong dependency plzip to lzip
32+ Dropping changes applied in Debian:
33+ - Add 'resolute' to known distro series (LP #2127769)
34+ - Fix tests when /bin/true is a symlink (uutils) (LP #2124969)
35+
36+ -- Nadzeya Hutsko <nadzeya.hutsko@canonical.com> Mon, 08 Dec 2025 11:57:07 +0100
37+>>>>>>> debian/changelog
38
39 lintian (2.127.0) unstable; urgency=medium
40
41@@ -81,6 +106,29 @@ lintian (2.127.0) unstable; urgency=medium
42
43 -- Louis-Philippe Véronneau <pollo@debian.org> Thu, 16 Oct 2025 15:31:04 -0400
44
45+lintian (2.126.0ubuntu1) resolute; urgency=medium
46+
47+ * Merge with Debian unstable (LP: #2127772). Remaining changes:
48+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
49+ (LP #1918120).
50+ - Add zst as allowed compression for .deb & .udeb although we don't
51+ actually ship udeb packages that support zst (LP #1923845).
52+ - Add AC_INIT in
53+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
54+ (LP #1950989).
55+ - Add -fPIC ld flags to
56+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
57+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
58+ so it should now match line three.
59+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
60+ fail.
61+ - d/control: Fix wrong dependency plzip to lzip
62+ * New changes:
63+ - Fix tests when /bin/true is a symlink (uutils) (LP: #2124969)
64+ - Add 'resolute' to known distro series (LP: #2127769)
65+
66+ -- Florent 'Skia' Jacquet <florent.jacquet@canonical.com> Mon, 13 Oct 2025 11:38:02 +0200
67+
68 lintian (2.126.0) unstable; urgency=medium
69
70 [ Nilesh Patra ]
71@@ -231,6 +279,28 @@ lintian (2.123.0) unstable; urgency=medium
72
73 -- Louis-Philippe Véronneau <pollo@debian.org> Mon, 25 Aug 2025 22:56:01 -0400
74
75+lintian (2.122.0ubuntu1) questing; urgency=medium
76+
77+ * Merge with Debian unstable (LP: #2109768). Remaining changes:
78+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
79+ (LP: #1918120).
80+ - Add zst as allowed compression for .deb & .udeb although we don't
81+ actually ship udeb packages that support zst (LP: #1923845).
82+ - Add AC_INIT in
83+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
84+ (LP: #1950989).
85+ - Add -fPIC ld flags to
86+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
87+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
88+ so it should now match line three.
89+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
90+ fail.
91+ - d/control: Fix wrong dependency plzip to lzip
92+ * New changes:
93+ - Add "questing" as a known Ubuntu distribution. (LP: #2109817)
94+
95+ -- Pragyansh Chaturvedi <pragyansh.chaturvedi@canonical.com> Thu, 01 May 2025 17:58:13 +0530
96+
97 lintian (2.122.0) unstable; urgency=medium
98
99 [ Louis-Philippe Véronneau ]
100@@ -289,6 +359,27 @@ lintian (2.122.0) unstable; urgency=medium
101
102 -- Louis-Philippe Véronneau <pollo@debian.org> Fri, 28 Mar 2025 14:43:21 -0400
103
104+lintian (2.121.2ubuntu1) plucky; urgency=medium
105+
106+ * Merge from Debian Unstable. Remaining changes:
107+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
108+ (LP: #1918120).
109+ - Add zst as allowed compression for .deb & .udeb although we don't
110+ actually ship udeb packages that support zst (LP: #1923845).
111+ - Add AC_INIT in
112+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
113+ (LP: #1950989).
114+ - Add -fPIC ld flags to
115+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
116+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
117+ so it should now match line three.
118+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
119+ fail.
120+ * Dropped change, included in Debian:
121+ - Add support for Standards-Versions up to and including 4.7.2.
122+
123+ -- Simon Quigley <tsimonq2@ubuntu.com> Sun, 23 Mar 2025 10:07:03 -0500
124+
125 lintian (2.121.2) unstable; urgency=medium
126
127 [ Louis-Philippe Véronneau ]
128@@ -303,6 +394,31 @@ lintian (2.121.2) unstable; urgency=medium
129
130 -- Louis-Philippe Véronneau <pollo@debian.org> Wed, 19 Mar 2025 17:50:19 -0400
131
132+lintian (2.121.1+nmu1ubuntu2) plucky; urgency=medium
133+
134+ * Add support for Standards-Versions up to and including 4.7.2.
135+
136+ -- Simon Quigley <tsimonq2@ubuntu.com> Fri, 28 Feb 2025 18:07:42 -0600
137+
138+lintian (2.121.1+nmu1ubuntu1) plucky; urgency=low
139+
140+ * Merge from Debian unstable. Remaining changes:
141+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
142+ (LP: #1918120).
143+ - Add zst as allowed compression for .deb & .udeb although we don't
144+ actually ship udeb packages that support zst (LP: #1923845).
145+ - Add AC_INIT in
146+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
147+ (LP: #1950989).
148+ - Add -fPIC ld flags to
149+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
150+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
151+ so it should now match line three.
152+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
153+ fail.
154+
155+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 22 Feb 2025 09:28:07 +0100
156+
157 lintian (2.121.1+nmu1) unstable; urgency=medium
158
159 * Non-maintainer upload.
160@@ -314,6 +430,25 @@ lintian (2.121.1+nmu1) unstable; urgency=medium
161
162 -- Niels Thykier <niels@thykier.net> Sun, 16 Feb 2025 10:44:57 +0000
163
164+lintian (2.121.1ubuntu1) plucky; urgency=low
165+
166+ * Merge from Debian unstable. Remaining changes:
167+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
168+ (LP: #1918120).
169+ - Add zst as allowed compression for .deb & .udeb although we don't
170+ actually ship udeb packages that support zst (LP: #1923845).
171+ - Add AC_INIT in
172+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
173+ (LP: #1950989).
174+ - Add -fPIC ld flags to
175+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
176+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
177+ so it should now match line three.
178+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
179+ fail.
180+
181+ -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 09 Dec 2024 17:41:24 +0100
182+
183 lintian (2.121.1) unstable; urgency=medium
184
185 * Source-only upload. No changes.
186@@ -334,6 +469,25 @@ lintian (2.121.0) unstable; urgency=medium
187
188 -- Louis-Philippe Véronneau <pollo@debian.org> Thu, 05 Dec 2024 14:37:45 -0500
189
190+lintian (2.120.0ubuntu1) plucky; urgency=low
191+
192+ * Merge from Debian unstable. Remaining changes:
193+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
194+ (LP: #1918120).
195+ - Add zst as allowed compression for .deb & .udeb although we don't
196+ actually ship udeb packages that support zst (LP: #1923845).
197+ - Add AC_INIT in
198+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
199+ (LP: #1950989).
200+ - Add -fPIC ld flags to
201+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
202+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
203+ so it should now match line three.
204+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
205+ fail.
206+
207+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 09 Nov 2024 20:28:34 +0100
208+
209 lintian (2.120.0) unstable; urgency=medium
210
211 * Summary of tag changes:
212@@ -384,6 +538,31 @@ lintian (2.120.0) unstable; urgency=medium
213
214 -- Louis-Philippe Véronneau <pollo@debian.org> Sat, 02 Nov 2024 16:13:21 -0400
215
216+lintian (2.119.0ubuntu2) plucky; urgency=medium
217+
218+ * Add plucky as known Ubuntu distribution
219+
220+ -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 18 Oct 2024 16:01:45 +0200
221+
222+lintian (2.119.0ubuntu1) oracular; urgency=low
223+
224+ * Merge from Debian unstable. Remaining changes:
225+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
226+ (LP: #1918120).
227+ - Add zst as allowed compression for .deb & .udeb although we don't
228+ actually ship udeb packages that support zst (LP: #1923845).
229+ - Add AC_INIT in
230+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
231+ (LP: #1950989).
232+ - Add -fPIC ld flags to
233+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
234+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
235+ so it should now match line three.
236+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
237+ fail.
238+
239+ -- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 08 Oct 2024 18:38:33 +0200
240+
241 lintian (2.119.0) unstable; urgency=medium
242
243 [ Blair Noctis ]
244@@ -438,6 +617,25 @@ lintian (2.118.1) unstable; urgency=medium
245
246 -- Louis-Philippe Véronneau <pollo@debian.org> Sun, 01 Sep 2024 19:45:56 -0400
247
248+lintian (2.118.0ubuntu1) oracular; urgency=low
249+
250+ * Merge from Debian unstable. Remaining changes:
251+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
252+ (LP: #1918120).
253+ - Add zst as allowed compression for .deb & .udeb although we don't
254+ actually ship udeb packages that support zst (LP: #1923845).
255+ - Add AC_INIT in
256+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
257+ (LP: #1950989).
258+ - Add -fPIC ld flags to
259+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
260+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
261+ so it should now match line three.
262+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
263+ fail.
264+
265+ -- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 31 Jul 2024 08:58:10 +0200
266+
267 lintian (2.118.0) unstable; urgency=medium
268
269 * Retroactively add missing entry to the 2.117.1 changelog entry
270@@ -447,6 +645,26 @@ lintian (2.118.0) unstable; urgency=medium
271
272 -- Bastien Roucariès <rouca@debian.org> Tue, 30 Jul 2024 09:21:17 +0000
273
274+lintian (2.117.1ubuntu2) oracular; urgency=low
275+
276+ * Merge from Debian unstable. Remaining changes:
277+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
278+ (LP: #1918120).
279+ - Add zst as allowed compression for .deb & .udeb although we don't
280+ actually ship udeb packages that support zst (LP: #1923845).
281+ - Add AC_INIT in
282+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
283+ (LP: #1950989).
284+ - Add -fPIC ld flags to
285+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
286+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
287+ so it should now match line three.
288+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
289+ fail.
290+ - Depend on locales-all to fix build due to rst2html
291+
292+ -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 29 Jul 2024 10:39:49 +0200
293+
294 lintian (2.117.1) unstable; urgency=medium
295
296 * Summary of tag changes:
297@@ -545,6 +763,31 @@ lintian (2.117.1) unstable; urgency=medium
298
299 -- Bastien Roucariès <rouca@debian.org> Sat, 27 Jul 2024 21:39:04 +0000
300
301+lintian (2.117.0ubuntu2) oracular; urgency=medium
302+
303+ * Add "oracular" as a known Ubuntu distribution.
304+
305+ -- Simon Quigley <tsimonq2@ubuntu.com> Tue, 30 Apr 2024 11:27:09 -0500
306+
307+lintian (2.117.0ubuntu1) noble; urgency=medium
308+
309+ * Merge from Debian Unstable, remaining changes:
310+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
311+ (LP: #1918120).
312+ - Add zst as allowed compression for .deb & .udeb although we don't
313+ actually ship udeb packages that support zst (LP: #1923845).
314+ - Add AC_INIT in
315+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
316+ (LP: #1950989).
317+ - Add -fPIC ld flags to
318+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
319+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
320+ so it should now match line three.
321+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
322+ fail.
323+
324+ -- Simon Quigley <tsimonq2@ubuntu.com> Wed, 21 Feb 2024 11:43:16 -0600
325+
326 lintian (2.117.0) unstable; urgency=low
327
328 The "One Year Later" Release.
329@@ -662,6 +905,43 @@ lintian (2.117.0) unstable; urgency=low
330
331 -- Axel Beckert <abe@debian.org> Mon, 05 Feb 2024 21:58:11 +0100
332
333+lintian (2.116.3ubuntu4) noble; urgency=medium
334+
335+ * Add "noble" as a known Ubuntu distribution.
336+
337+ -- Simon Quigley <tsimonq2@ubuntu.com> Fri, 20 Oct 2023 12:04:15 -0500
338+
339+lintian (2.116.3ubuntu3) mantic; urgency=medium
340+
341+ * Adapt groff 1.23 warning message (LP: #2036881).
342+
343+ -- Shengjing Zhu <shengjing.zhu@canonical.com> Thu, 21 Sep 2023 15:22:08 +0800
344+
345+lintian (2.116.3ubuntu2) mantic; urgency=medium
346+
347+ * Add "mantic" as a known Ubuntu distribution.
348+
349+ -- Simon Quigley <tsimonq2@ubuntu.com> Wed, 26 Apr 2023 16:06:49 -0500
350+
351+lintian (2.116.3ubuntu1) lunar; urgency=medium
352+
353+ * Merge from Debian Unstable, remaining changes:
354+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
355+ (LP: #1918120).
356+ - Add zst as allowed compression for .deb & .udeb although we don't
357+ actually ship udeb packages that support zst (LP: #1923845).
358+ - Add AC_INIT in
359+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
360+ (LP: #1950989).
361+ - Add -fPIC ld flags to
362+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
363+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
364+ so it should now match line three.
365+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
366+ fail.
367+
368+ -- Simon Quigley <tsimonq2@ubuntu.com> Thu, 09 Feb 2023 18:39:23 -0600
369+
370 lintian (2.116.3) unstable; urgency=medium
371
372 The "FFP3 (Fixing False Positives, Three Small Changes)" Release.
373@@ -679,6 +959,25 @@ lintian (2.116.3) unstable; urgency=medium
374
375 -- Axel Beckert <abe@debian.org> Sun, 05 Feb 2023 09:10:20 +0100
376
377+lintian (2.116.2ubuntu1) lunar; urgency=medium
378+
379+ * Merge from Debian Unstable, remaining changes:
380+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
381+ (LP: #1918120).
382+ - Add zst as allowed compression for .deb & .udeb although we don't
383+ actually ship udeb packages that support zst (LP: #1923845).
384+ - Add AC_INIT in
385+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
386+ (LP: #1950989).
387+ - Add -fPIC ld flags to
388+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
389+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
390+ so it should now match line three.
391+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
392+ fail.
393+
394+ -- Simon Quigley <tsimonq2@ubuntu.com> Sun, 29 Jan 2023 14:00:59 -0600
395+
396 lintian (2.116.2) unstable; urgency=medium
397
398 The "FFP2 (Fixing False Positives, too)" Release.
399@@ -738,6 +1037,31 @@ lintian (2.116.2) unstable; urgency=medium
400
401 -- Axel Beckert <abe@debian.org> Sun, 29 Jan 2023 09:32:16 +0100
402
403+lintian (2.116.1ubuntu3) lunar; urgency=medium
404+
405+ * Fix test failures:
406+ - macro-not-cross-compilation-safe is expecting line one, we added AC_INIT
407+ so it should now match line three.
408+ - Ubuntu enables LTO by default, so without-fat-lto-objects is expected to
409+ fail.
410+
411+ -- Simon Quigley <tsimonq2@ubuntu.com> Mon, 23 Jan 2023 13:33:27 -0600
412+
413+lintian (2.116.1ubuntu1) lunar; urgency=medium
414+
415+ * Merge from Debian Unstable, remaining changes:
416+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
417+ (LP: #1918120).
418+ - Add zst as allowed compression for .deb & .udeb although we don't
419+ actually ship udeb packages that support zst (LP: #1923845).
420+ - Add AC_INIT in
421+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
422+ (LP: #1950989).
423+ - Add -fPIC ld flags to
424+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
425+
426+ -- Simon Quigley <tsimonq2@ubuntu.com> Mon, 23 Jan 2023 10:55:33 -0600
427+
428 lintian (2.116.1) unstable; urgency=medium
429
430 The "No More Neglected Autopkgtest Architectures" Release.
431@@ -771,6 +1095,21 @@ lintian (2.116.1) unstable; urgency=medium
432
433 -- Axel Beckert <abe@debian.org> Mon, 23 Jan 2023 03:32:04 +0100
434
435+lintian (2.116.0ubuntu1) lunar; urgency=medium
436+
437+ * Merge from Debian unstable, remaining changes:
438+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
439+ (LP: #1918120).
440+ - Add zst as allowed compression for .deb & .udeb although we don't
441+ actually ship udeb packages that support zst (LP: #1923845).
442+ - Add AC_INIT in
443+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
444+ (LP: #1950989).
445+ - Add -fPIC ld flags to
446+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
447+
448+ -- Simon Quigley <tsimonq2@ubuntu.com> Thu, 19 Jan 2023 18:27:11 -0600
449+
450 lintian (2.116.0) unstable; urgency=medium
451
452 The "Crowd Merging" Release.
453@@ -949,6 +1288,39 @@ lintian (2.116.0) unstable; urgency=medium
454
455 -- Axel Beckert <abe@debian.org> Tue, 17 Jan 2023 01:37:56 +0100
456
457+lintian (2.115.3ubuntu3) lunar; urgency=medium
458+
459+ * Welcome to the Lunar Lobster!
460+ - Merge request: https://salsa.debian.org/lintian/lintian/-/merge_requests/421
461+
462+ -- Simon Quigley <tsimonq2@ubuntu.com> Fri, 28 Oct 2022 13:35:20 -0500
463+
464+lintian (2.115.3ubuntu2) kinetic; urgency=medium
465+
466+ * Explicitly prefer lzip in Ubuntu, not plzip
467+
468+ -- Steve Langasek <vorlon@debian.org> Fri, 23 Sep 2022 22:20:36 +0000
469+
470+lintian (2.115.3ubuntu1) kinetic; urgency=medium
471+
472+ * Merge from Debian unstable, remaining changes:
473+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
474+ (LP: #1918120)
475+ - Add zst as allowed compression for .deb & .udeb although we don't
476+ actually ship udeb package that supports zst. (LP: #1923845)
477+ - Add AC_INIT in
478+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
479+ (LP: #1950989)
480+ - Add -fPIC ld flags to
481+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
482+ * Dropped changes, included in Debian:
483+ - Remove the libio-prompt-tiny-perl dependency as it isn't
484+ used in any Perl file in the final package (LP: #1959004)
485+ - Add libio-prompt-tiny-perl dependency to test, otherwise autopkgtests
486+ fails.
487+
488+ -- Graham Inggs <ginggs@ubuntu.com> Thu, 01 Sep 2022 06:20:15 +0000
489+
490 lintian (2.115.3) unstable; urgency=medium
491
492 The "RPB (Restore Previous Behavior)" Release.
493@@ -1016,6 +1388,27 @@ lintian (2.115.2) unstable; urgency=medium
494
495 -- Axel Beckert <abe@debian.org> Wed, 29 Jun 2022 02:56:42 +0200
496
497+lintian (2.115.1ubuntu1) kinetic; urgency=medium
498+
499+ * Merge from Debian Sid. Remaining changes:
500+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
501+ (LP: #1918120)
502+ - Add zst as allowed compression for .deb & .udeb although we don't
503+ actually ship udeb package that supports zst. (LP: #1923845)
504+ - Add AC_INIT in
505+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
506+ (LP: #1950989)
507+ - Remove the libio-prompt-tiny-perl dependency as it isn't
508+ used in any Perl file in the final package (LP: #1959004)
509+ - Add libio-prompt-tiny-perl dependency to test, otherwise autopkgtests
510+ fails.
511+ - Add -fPIC ld flags to
512+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi
513+ - Dropped changes:
514+ + Add "kinetic" as a known Ubuntu distribution.
515+
516+ -- Simon Quigley <tsimonq2@ubuntu.com> Sun, 26 Jun 2022 22:38:12 -0500
517+
518 lintian (2.115.1) unstable; urgency=medium
519
520 The "Things we never tested" Release.
521@@ -1234,6 +1627,31 @@ lintian (2.115.0) unstable; urgency=medium
522
523 -- Axel Beckert <abe@debian.org> Mon, 20 Jun 2022 13:23:02 +0200
524
525+lintian (2.114.0ubuntu2) kinetic; urgency=medium
526+
527+ * Add "kinetic" as a known Ubuntu distribution.
528+
529+ -- Simon Quigley <tsimonq2@ubuntu.com> Fri, 29 Apr 2022 03:57:29 -0500
530+
531+lintian (2.114.0ubuntu1) jammy; urgency=medium
532+
533+ * Merge with Debian unstable (LP: #1957100). Remaining changes:
534+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
535+ (LP: #1918120)
536+ - Add zst as allowed compression for .deb & .udeb although we don't
537+ actually ship udeb package that supports zst. (LP: #1923845)
538+ - Add AC_INIT in
539+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
540+ (LP: #1950989)
541+ - Remove the libio-prompt-tiny-perl dependency as it isn't
542+ used in any Perl file in the final package (LP: #1959004)
543+ * Add libio-prompt-tiny-perl dependency to test, otherwise autopkgtests
544+ fails.
545+ * Add -fPIC ld flags to
546+ checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/
547+
548+ -- Alexandre Ghiti <alexandre.ghiti@canonical.com> Tue, 22 Feb 2022 13:44:59 +0100
549+
550 lintian (2.114.0) unstable; urgency=medium
551
552 [ Felix Lechner ]
553@@ -1363,6 +1781,31 @@ lintian (2.112.0) unstable; urgency=medium
554
555 -- Chris Lamb <lamby@debian.org> Sat, 13 Nov 2021 15:25:15 +0000
556
557+lintian (2.111.0ubuntu3) jammy; urgency=medium
558+
559+ * Remove the libio-prompt-tiny-perl dependency as it isn't
560+ used in any Perl file in the final package (LP: #1959004)
561+
562+ -- Simon Chopin <simon.chopin@canonical.com> Tue, 25 Jan 2022 15:25:15 +0100
563+
564+lintian (2.111.0ubuntu2) jammy; urgency=medium
565+
566+ * Add AC_INIT in
567+ macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
568+ (LP: #1950989)
569+
570+ -- Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Mon, 15 Nov 2021 13:09:34 +0100
571+
572+lintian (2.111.0ubuntu1) jammy; urgency=medium
573+
574+ * Merge from Debian Sid. Remaining changes:
575+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
576+ (LP: #1918120).
577+ - Add zst as allowed compression for .deb & .udeb. Although we don't
578+ actually ship udeb package that supports zst. (LP: #1923845)
579+
580+ -- Simon Quigley <tsimonq2@ubuntu.com> Thu, 11 Nov 2021 05:26:06 -0600
581+
582 lintian (2.111.0) unstable; urgency=medium
583
584 * Summary of tag changes:
585@@ -1384,6 +1827,17 @@ lintian (2.111.0) unstable; urgency=medium
586
587 -- Chris Lamb <lamby@debian.org> Sat, 30 Oct 2021 09:03:59 +0000
588
589+lintian (2.110.0ubuntu1) jammy; urgency=medium
590+
591+ * Merge from Debian Sid. Remaining changes:
592+ - Fix building udebs, now that in Ubuntu noudebs is implied profile
593+ (LP: #1918120).
594+ - Add zst as allowed compression for .deb & .udeb. Although we don't
595+ actually ship udeb package that supports zst. (LP: #1923845)
596+ * Add "jammy" as a known Ubuntu distribution.
597+
598+ -- Simon Quigley <tsimonq2@ubuntu.com> Wed, 27 Oct 2021 04:01:49 -0500
599+
600 lintian (2.110.0) unstable; urgency=medium
601
602 * Summary of tag changes:
603@@ -1751,6 +2205,26 @@ lintian (2.105.0) unstable; urgency=medium
604
605 -- Chris Lamb <lamby@debian.org> Tue, 07 Sep 2021 09:43:56 +0000
606
607+lintian (2.104.0ubuntu3) impish; urgency=medium
608+
609+ * Add zst as allowed compression for .deb & .udeb. Although we don't
610+ actually ship udeb package that supports zst. LP: #1923845
611+
612+ -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 15 Jun 2021 10:42:12 +0100
613+
614+lintian (2.104.0ubuntu2) hirsute; urgency=medium
615+
616+ * Teach lintian that impish is a valid Ubuntu release. (LP: #1928392)
617+
618+ -- Brian Murray <brian@ubuntu.com> Thu, 13 May 2021 14:51:42 -0700
619+
620+lintian (2.104.0ubuntu1) hirsute; urgency=medium
621+
622+ * Fix building udebs, now that in Ubuntu noudebs is implied profile. LP:
623+ #1918120
624+
625+ -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 18 Mar 2021 14:09:46 +0000
626+
627 lintian (2.104.0) unstable; urgency=medium
628
629 [ Baptiste Beauplat ]
630@@ -27415,3 +27889,4 @@ lintian (0.1.0) unstable; urgency=low
631 * First release
632
633 -- Christian Schwarz <schwarz@debian.org> Wed, 11 Feb 1998 23:15:51 +0100
634+
635diff --git a/debian/control b/debian/control
636index acdb1f0..1a1c31a 100644
637--- a/debian/control
638+++ b/debian/control
639@@ -1,7 +1,8 @@
640 Source: lintian
641 Section: devel
642 Priority: optional
643-Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
644+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
645+XSBC-Original-Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
646 Uploaders:
647 Axel Beckert <abe@debian.org>,
648 Bastien Roucariès <rouca@debian.org>,
649@@ -146,7 +147,7 @@ Depends:
650 libwww-perl,
651 libxml-libxml-perl,
652 libyaml-libyaml-perl,
653- plzip | lzip-decompressor,
654+ lzip | lzip-decompressor,
655 lzop,
656 man-db,
657 patchutils,
658diff --git a/lib/Lintian/Check/DebFormat.pm b/lib/Lintian/Check/DebFormat.pm
659index 57c57a4..1ceca0e 100644
660--- a/lib/Lintian/Check/DebFormat.pm
661+++ b/lib/Lintian/Check/DebFormat.pm
662@@ -133,13 +133,13 @@ sub installable {
663 } else {
664 if (
665 $ctrl_member !~ m{\A
666- control\.tar(?:\.(?:gz|xz))? \Z}xsm
667+ control\.tar(?:\.(?:gz|xz|zst))? \Z}xsm
668 ) {
669 $self->hint(
670 'malformed-deb-archive',
671 join($SPACE,
672 "second (official) member $ctrl_member",
673- 'not control.tar.(gz|xz)')
674+ 'not control.tar.(gz|xz|zst)')
675 );
676 $failed = 1;
677 } elsif ($ctrl_member eq 'control.tar') {
678@@ -158,14 +158,14 @@ sub installable {
679 } else {
680 if (
681 $data_member !~ m{\A
682- data\.tar(?:\.(?:gz|bz2|xz|lzma))? \Z}xsm
683+ data\.tar(?:\.(?:gz|bz2|xz|lzma|zst))? \Z}xsm
684 ) {
685 # wasn't okay after all
686 $self->hint(
687 'malformed-deb-archive',
688 join($SPACE,
689 "third (official) member $data_member",
690- 'not data.tar.(gz|xz|bz2|lzma)')
691+ 'not data.tar.(gz|xz|bz2|lzma|zst)')
692 );
693 $failed = 1;
694 } elsif ($self->processable->type eq 'udeb'
695diff --git a/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules b/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules
696index f7cfef1..eb1e788 100644
697--- a/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules
698+++ b/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules
699@@ -1,7 +1,7 @@
700 #!/usr/bin/make -f
701
702 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
703-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed
704+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed -fPIC
705
706 %:
707 dh $@ --buildsystem pybuild
708diff --git a/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
709index 0250f9b..135667d 100644
710--- a/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
711+++ b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac
712@@ -1 +1,3 @@
713+AC_INIT
714+
715 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
716diff --git a/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/eval/hints b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/eval/hints
717index caf4c75..e68a57d 100644
718--- a/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/eval/hints
719+++ b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/eval/hints
720@@ -1,2 +1,2 @@
721-macro-not-cross-compilation-safe (source): autotools-pkg-config-macro-not-cross-compilation-safe AC_PATH_PROG [src/configure.ac:1]
722+macro-not-cross-compilation-safe (source): autotools-pkg-config-macro-not-cross-compilation-safe AC_PATH_PROG [src/configure.ac:3]
723 macro-not-cross-compilation-safe (source): autotools-pkg-config-macro-not-cross-compilation-safe AC_PATH_PROG [configure.ac:3]
724diff --git a/t/recipes/checks/debian/shlibs/shared-libs-non-pic-i386/build-spec/Makefile.in b/t/recipes/checks/debian/shlibs/shared-libs-non-pic-i386/build-spec/Makefile.in
725index 372897d..25b7f15 100644
726--- a/t/recipes/checks/debian/shlibs/shared-libs-non-pic-i386/build-spec/Makefile.in
727+++ b/t/recipes/checks/debian/shlibs/shared-libs-non-pic-i386/build-spec/Makefile.in
728@@ -39,9 +39,9 @@ product = [% $build_product %]
729 upload_type = [% $upload_type %]
730
731 ifeq ($(upload_type),source)
732-extraflags = -S
733+extraflags = -S --build-profiles='!noudeb'
734 else
735-extraflags =
736+extraflags = --build-profiles='!noudeb'
737 endif
738
739 .DEFAULT_GOAL := $(product)
740diff --git a/t/recipes/checks/libraries/shared/relocation/shared-libs-non-pic-i386/build-spec/Makefile.in b/t/recipes/checks/libraries/shared/relocation/shared-libs-non-pic-i386/build-spec/Makefile.in
741index 372897d..25b7f15 100644
742--- a/t/recipes/checks/libraries/shared/relocation/shared-libs-non-pic-i386/build-spec/Makefile.in
743+++ b/t/recipes/checks/libraries/shared/relocation/shared-libs-non-pic-i386/build-spec/Makefile.in
744@@ -39,9 +39,9 @@ product = [% $build_product %]
745 upload_type = [% $upload_type %]
746
747 ifeq ($(upload_type),source)
748-extraflags = -S
749+extraflags = -S --build-profiles='!noudeb'
750 else
751-extraflags =
752+extraflags = --build-profiles='!noudeb'
753 endif
754
755 .DEFAULT_GOAL := $(product)
756diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/debian/control.in b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/debian/control.in
757deleted file mode 100644
758index b4e0958..0000000
759--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/debian/control.in
760+++ /dev/null
761@@ -1,16 +0,0 @@
762-Source: [% $source %]
763-Priority: optional
764-Section: libs
765-Maintainer: [% $author %]
766-Standards-Version: [% $standards_version %]
767-Build-Depends: [% $build_depends %]
768-Rules-Requires-Root: no
769-
770-Package: libfoo-dev
771-Architecture: [% $package_architecture %]
772-Section: libdevel
773-Depends: ${shlibs:Depends}, ${misc:Depends}
774-Description: [% $description %]
775- This is a test package designed to exercise some feature or tag of
776- Lintian. It is part of the Lintian test suite and may do very odd
777- things. It should not be installed like a regular package.
778diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/debian/rules b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/debian/rules
779deleted file mode 100644
780index 3a30bc0..0000000
781--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/debian/rules
782+++ /dev/null
783@@ -1,7 +0,0 @@
784-#!/usr/bin/make -f
785-
786-%:
787- dh $@
788-
789-override_dh_strip:
790- # Don't strip :)
791diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/fill-values b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/fill-values
792deleted file mode 100644
793index ff04e62..0000000
794--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/fill-values
795+++ /dev/null
796@@ -1,4 +0,0 @@
797-Testname: without-fat-lto-objects
798-Package-Architecture: any
799-Skeleton: upload-non-native
800-Description: Static library built with -flto=auto, but without -ffat-lto-objects
801diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/Makefile b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/Makefile
802deleted file mode 100644
803index 6b1fa78..0000000
804--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/Makefile
805+++ /dev/null
806@@ -1,17 +0,0 @@
807-CC=gcc
808-CFLAGS+= -g -flto=auto
809-LIBFILES:= libcodeless.a
810-
811-all: $(LIBFILES)
812-
813-libcodeless.a: code.o
814- ar rcs -o $@ $^
815-
816-clean:
817- rm -f *.a *.o
818-
819-install: all
820- install -m 0755 -d $(DESTDIR)/usr/lib
821- install -m 0644 *.a $(DESTDIR)/usr/lib
822-
823-.PHONY: install clean
824diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/code.c b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/code.c
825deleted file mode 100644
826index 7bba112..0000000
827--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/code.c
828+++ /dev/null
829@@ -1,13 +0,0 @@
830-#include <stdlib.h>
831-#include <math.h>
832-#include "code.h"
833-
834-double e(void (*f)(char *)){
835- char tmp[10];
836- double x;
837- f(tmp);
838- x = atof(tmp);
839- return exp(x);
840-}
841-
842-
843diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/code.h b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/code.h
844deleted file mode 100644
845index 570beae..0000000
846--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/build-spec/orig/code.h
847+++ /dev/null
848@@ -1,8 +0,0 @@
849-#ifndef CODE_H_
850-#define CODE_H_
851-
852-double e(void (*f)(char *));
853-
854-double energy(double mass);
855-
856-#endif
857diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/eval/desc b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/eval/desc
858deleted file mode 100644
859index 3bc8ecb..0000000
860--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/eval/desc
861+++ /dev/null
862@@ -1,4 +0,0 @@
863-Testname: without-fat-lto-objects
864-Check: libraries/static/no-code
865-See-Also:
866- Bug#977596
867diff --git a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/eval/hints b/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/eval/hints
868deleted file mode 100644
869index 19a13e1..0000000
870--- a/t/recipes/checks/libraries/static/no-code/without-fat-lto-objects/eval/hints
871+++ /dev/null
872@@ -1 +0,0 @@
873-libfoo-dev (binary): no-code-sections [usr/lib/libcodeless.a]
874diff --git a/t/scripts/harness/tag-coverage.t b/t/scripts/harness/tag-coverage.t
875index 2d2c765..5571aae 100644
876--- a/t/scripts/harness/tag-coverage.t
877+++ b/t/scripts/harness/tag-coverage.t
878@@ -58,6 +58,7 @@ my @known_missing = (
879 invalid-version-number-for-derivative
880 manual-page-in-udeb
881 no-tests
882+ no-code-sections
883 old-python-version-field
884 old-source-override-location
885 patch-modifying-debian-files
886diff --git a/t/templates/upload-make-builder/Makefile.in b/t/templates/upload-make-builder/Makefile.in
887index d67f796..5be6213 100644
888--- a/t/templates/upload-make-builder/Makefile.in
889+++ b/t/templates/upload-make-builder/Makefile.in
890@@ -24,9 +24,9 @@ product = [% $build_product %]
891 upload_type = [% $upload_type %]
892
893 ifeq ($(upload_type),source)
894-extraflags = -S
895+extraflags = -S --build-profiles='!noudeb'
896 else
897-extraflags =
898+extraflags = --build-profiles='!noudeb'
899 endif
900
901 .DEFAULT_GOAL := $(product)

Subscribers

People subscribed via source and target branches