Control: tags 1127035 + patch
Control: tags 1127035 + pending

Dear maintainer,

I've prepared an NMU for git-pw (versioned as 2.7.1-0.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should cancel it.

Regards.

diff -Nru git-pw-2.0.0/debian/changelog git-pw-2.7.1/debian/changelog
--- git-pw-2.0.0/debian/changelog       2020-11-12 22:18:05.000000000 +0100
+++ git-pw-2.7.1/debian/changelog       2026-03-10 23:57:05.000000000 +0100
@@ -1,3 +1,16 @@
+git-pw (2.7.1-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream version 2.7.1
+  * Drop dependency on python3-mock (Closes: #1127035)
+  * Drop "Rules-Requires-Root: no": it is the default now
+  * Bump Standards-Version to 4.7.3, drop Priority: tag
+  * Use dh-sequence-python3
+  * Switch to pybuild-plugin-pyproject
+  * Add build-dependency on python3-yaml
+
+ -- Alexandre Detiste <[email protected]>  Tue, 10 Mar 2026 23:57:05 +0100
+
 git-pw (2.0.0-2) unstable; urgency=medium
 
   * Source upload.
diff -Nru git-pw-2.0.0/debian/control git-pw-2.7.1/debian/control
--- git-pw-2.0.0/debian/control 2020-09-30 02:49:29.000000000 +0200
+++ git-pw-2.7.1/debian/control 2026-03-10 23:54:44.000000000 +0100
@@ -1,16 +1,30 @@
 Source: git-pw
 Section: python
-Priority: optional
 Maintainer: Dimitri John Ledkov <[email protected]>
-Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, 
python3-all, python3-pbr, python3-mock, python3-click, python3-packaging, 
python3-pytest, python3-tabulate, python3-arrow, python3-requests, git
-Standards-Version: 4.5.0
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ git,
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-arrow,
+ python3-click,
+ python3-packaging,
+ python3-pbr,
+ python3-pytest,
+ python3-requests,
+ python3-setuptools,
+ python3-tabulate,
+ python3-yaml,
+Standards-Version: 4.7.3
 Homepage: https://github.com/getpatchwork/git-pw
 Testsuite: autopkgtest-pkg-python
-Rules-Requires-Root: no
 
 Package: git-pw
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
 Description: tool for integrating Git with Patchwork
  Patchwork is the web-based patch tracking system, this tool helps to
  integrate with it.
diff -Nru git-pw-2.0.0/debian/manpages git-pw-2.7.1/debian/manpages
--- git-pw-2.0.0/debian/manpages        2020-09-30 02:49:29.000000000 +0200
+++ git-pw-2.7.1/debian/manpages        2026-03-10 23:50:40.000000000 +0100
@@ -1 +1 @@
-man/*
\ Pas de fin de ligne à la fin du fichier
+man/*
diff -Nru git-pw-2.0.0/debian/rules git-pw-2.7.1/debian/rules
--- git-pw-2.0.0/debian/rules   2020-09-30 02:49:29.000000000 +0200
+++ git-pw-2.7.1/debian/rules   2026-03-10 23:51:01.000000000 +0100
@@ -3,4 +3,4 @@
 export PYBUILD_BEFORE_TEST=cp -r {dir}/*.egg-info {build_dir}
 
 %:
-       dh $@ --with python3 --buildsystem=pybuild
+       dh $@ --buildsystem=pybuild

Reply via email to