[Pkg-privacy-commits] [Git][pkg-privacy-team/onioncircuits][master] Revert "Apply fix for bug 1076900"
Thomas Ward (@teward)
gitlab at salsa.debian.org
Thu Jul 25 15:00:36 BST 2024
Thomas Ward pushed to branch master at Privacy Maintainers / onioncircuits
Commits:
73d5475d by Thomas Ward at 2024-07-25T09:59:30-04:00
Revert "Apply fix for bug 1076900"
This reverts commit 7f7ab477cac315516ed5bf3fc6e9fe25e37017d8.
Core issue for the bug was a dpkg-dev issue which broke the version
string variable being used. Because this is a dpkg-dev issue and base
package rebuilds without issue, this is no longer needed.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,3 @@
-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)" \
+ -N --version-string="$(DEB_VERSION_UPSTREAM_REVISION)" \
-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/73d5475da1f57b99430526e8bd5b1924f665a4a2
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onioncircuits/-/commit/73d5475da1f57b99430526e8bd5b1924f665a4a2
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/20240725/62d8a75e/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list