[Python-modules-team] Bug#892949: python-decorator: diff for NMU version 4.3.0-1.1
Niels Thykier
niels at thykier.net
Sun Dec 30 22:41:00 GMT 2018
Control: tags 892949 + pending
Dear maintainer,
I've prepared an NMU for python-decorator (versioned as 4.3.0-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru python-decorator-4.3.0/debian/changelog python-decorator-4.3.0/debian/changelog
--- python-decorator-4.3.0/debian/changelog 2018-05-16 12:12:10.000000000 +0000
+++ python-decorator-4.3.0/debian/changelog 2018-12-30 22:37:21.000000000 +0000
@@ -1,3 +1,16 @@
+python-decorator (4.3.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+
+ [ Niels Thykier ]
+ * Declare that python-decorator does not need (fake)root by
+ setting Rules-Requires-Root to "no".
+
+ [ Helmut Grohne ]
+ * Mark all packages Multi-Arch: foreign (closes: #892949)
+
+ -- Niels Thykier <niels at thykier.net> Sun, 30 Dec 2018 22:37:21 +0000
+
python-decorator (4.3.0-1) unstable; urgency=medium
[ Ondřej Nový ]
diff -Nru python-decorator-4.3.0/debian/control python-decorator-4.3.0/debian/control
--- python-decorator-4.3.0/debian/control 2018-05-16 12:11:54.000000000 +0000
+++ python-decorator-4.3.0/debian/control 2018-12-30 22:36:38.000000000 +0000
@@ -6,6 +6,7 @@
Build-Depends: debhelper (>= 10), dh-python,
python-all (>= 2.6.6-3), python3-all,
python-setuptools (>= 0.6b3~), python3-setuptools
+Rules-Requires-Root: no
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-decorator.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-decorator
@@ -13,6 +14,7 @@
Package: python-decorator
Architecture: all
+Multi-Arch: foreign
Depends: ${python:Depends}, ${misc:Depends}
Enhances: python-pylons
Description: simplify usage of Python decorators by programmers
@@ -32,6 +34,7 @@
Package: python3-decorator
Architecture: all
+Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Description: simplify usage of Python decorators by programmers
Python 2.4 decorators have significantly changed the way Python programs are
More information about the Python-modules-team
mailing list