Control: tags 1005858 + patch
Control: tags 1005858 + pending

Dear maintainer,

I've prepared an NMU for gitsome (versioned as 0.8.0+ds-7.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

I have also pushed this patch to GitLab, but haven't pushed a tag in
case we want to revert.

Regards.
diff -Nru gitsome-0.8.0+ds/debian/changelog gitsome-0.8.0+ds/debian/changelog
--- gitsome-0.8.0+ds/debian/changelog	2022-04-16 11:48:49.000000000 -0400
+++ gitsome-0.8.0+ds/debian/changelog	2022-05-24 10:49:06.000000000 -0400
@@ -1,3 +1,11 @@
+gitsome (0.8.0+ds-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * remove the gh binary to avoid conflicting with GitHub's more
+    well-known gh (Closes: #1005858)
+
+ -- Antoine Beaupré <anar...@debian.org>  Tue, 24 May 2022 10:49:06 -0400
+
 gitsome (0.8.0+ds-7) unstable; urgency=medium
 
   * Add support for python 3.10 (Closes: #1008844)
diff -Nru gitsome-0.8.0+ds/debian/install gitsome-0.8.0+ds/debian/install
--- gitsome-0.8.0+ds/debian/install	2018-09-19 02:07:55.000000000 -0400
+++ gitsome-0.8.0+ds/debian/install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-scripts/gh_complete.sh /usr/share/bash-completion/completions/
diff -Nru gitsome-0.8.0+ds/debian/rules gitsome-0.8.0+ds/debian/rules
--- gitsome-0.8.0+ds/debian/rules	2019-04-08 23:03:05.000000000 -0400
+++ gitsome-0.8.0+ds/debian/rules	2022-05-24 10:49:06.000000000 -0400
@@ -4,9 +4,8 @@
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_install-indep:
-	# redirect python library
-	sed -i "/import sys/ a sys.path.insert(1,'/usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate/')" \
-	debian/gitsome/usr/bin/gh
+	# do not ship a gh binary, see https://bugs.debian.org/1005858
+	rm debian/gitsome/usr/bin/gh
 
 override_dh_missing:
 	dh_missing --fail-missing

Attachment: signature.asc
Description: PGP signature

Reply via email to