Merge ~vmpyr/ubuntu/+source/python-coverage:ubuntu/devel into ubuntu/+source/python-coverage:ubuntu/devel

Proposed by Ujjwal Sarswat
Status: Merged
Merged at revision: 9696e039dc4eb70c41b04d3e4b3cdba819761ed9
Proposed branch: ~vmpyr/ubuntu/+source/python-coverage:ubuntu/devel
Merge into: ubuntu/+source/python-coverage:ubuntu/devel
Diff against target: 58 lines (+13/-6)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/rules (+5/-5)
Reviewer Review Type Date Requested Status
Sudip Mukherjee (community) Approve
git-ubuntu import Pending
Review via email: mp+496563@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ujjwal Sarswat (vmpyr) wrote :
Revision history for this message
Ujjwal Sarswat (vmpyr) wrote :
Revision history for this message
Sudip Mukherjee (sudip) wrote :

Thanks for fixing it. Uploading now.

review: Approve

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 8d9d0fb..b0beacf 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+python-coverage (7.8.2+dfsg1-1ubuntu1) resolute; urgency=medium
7+
8+ * d/rules: fix: change modes to octal values (LP: #2133214)
9+
10+ -- Ujjwal Sarswat <ujjwal.sarswat@canonical.com> Fri, 28 Nov 2025 17:27:40 +0530
11+
12 python-coverage (7.8.2+dfsg1-1build1) resolute; urgency=medium
13
14 * No-change rebuild with Python 3.14 as supported version
15diff --git a/debian/control b/debian/control
16index 34cb058..0c810b6 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,5 +1,6 @@
20 Source: python-coverage
21-Maintainer: Ben Finney <bignose@debian.org>
22+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
23+XSBC-Original-Maintainer: Ben Finney <bignose@debian.org>
24 Section: python
25 Priority: optional
26 Build-Depends:
27diff --git a/debian/rules b/debian/rules
28index 4e0a673..5f6be5c 100755
29--- a/debian/rules
30+++ b/debian/rules
31@@ -77,10 +77,10 @@ ${DOCUMENTATION_DIR}:
32
33 ${DOCUMENTATION_DIR}/${default_manpage_name}: ${DOCUMENTATION_DIR}
34 ${DOCUMENTATION_DIR}/${default_manpage_name}: ${package_working_root}/${default_manpage_name}
35- $(INSTALL) --mode=u=rw,go=r "$<" "$@"
36+ $(INSTALL) --mode=0644 "$<" "$@"
37
38 ${DOCUMENTATION_DIR}/%${MANPAGE_SUFFIX}: ${DOCUMENTATION_DIR}/${default_manpage_name}
39- $(INSTALL) --mode=u=rw,go=r "$<" "$@"
40+ $(INSTALL) --mode=0644 "$<" "$@"
41
42 %.1: %.1${RST_SUFFIX}
43 $(RST2MAN) "$<" > "$@".tmp
44@@ -97,11 +97,11 @@ override_dh_auto_build:
45 override_dh_auto_test:
46
47 export PYBUILD_AFTER_INSTALL = \
48- $(INSTALL) --mode=u=rwx,go=rx --directory \
49+ $(INSTALL) --mode=0755 --directory \
50 "${package_install_resources_root}" ; \
51- $(INSTALL) --mode=u=rwx,go=rx --directory \
52+ $(INSTALL) --mode=0755 --directory \
53 "${package_install_resources_root}/${htmlfiles_dirname}" ; \
54- $(INSTALL) --mode=u=rw,go=r "${HTMLFILES_DIR}"/* \
55+ $(INSTALL) --mode=0644 "${HTMLFILES_DIR}"/* \
56 "${package_install_resources_root}/${htmlfiles_dirname}" ; \
57 dh_link \
58 --package={package} \

Subscribers

People subscribed via source and target branches