[Pkg-privacy-commits] [Git][pkg-privacy-team/onioncircuits][master] Apply fix for bug 1076900

Thomas Ward (@teward) gitlab at salsa.debian.org
Wed Jul 24 14:26:42 BST 2024



Thomas Ward pushed to branch master at Privacy Maintainers / onioncircuits


Commits:
7f7ab477 by Thomas Ward at 2024-07-24T09:26:32-04:00
Apply fix for bug 1076900

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+onioncircuits (0.8.1-2) UNRELEASED; urgency=medium
+
+  * d/rules: Use DEB_VERSION_UPSTREAM for installman version string 
+    instead of DEB_VERSION_UPSTREAM_REVISION (which returned an empty
+    string) (Closes: #1076900)
+
+ -- Thomas Ward <teward at ubuntu.com>  Wed, 24 Jul 2024 09:25:09 -0400
+
 onioncircuits (0.8.1-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -18,7 +18,7 @@ override_dh_install:
 override_dh_installman:
 	help2man -S 'Tails project' \
 	  -n 'display Tor circuits and streams' \
-	  -N --version-string="$(DEB_VERSION_UPSTREAM_REVISION)" \
+	  -N --version-string="$(DEB_VERSION_UPSTREAM)" \
 	  -i debian/extra-man-info.txt \
 	  $(CURDIR)/onioncircuits > debian/onioncircuits.1
 	dh_installman



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onioncircuits/-/commit/7f7ab477cac315516ed5bf3fc6e9fe25e37017d8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onioncircuits/-/commit/7f7ab477cac315516ed5bf3fc6e9fe25e37017d8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20240724/f53c040e/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list