[Pkg-privacy-commits] [Git][pkg-privacy-team/torsocks][master] 6 commits: Update watch file to match new gitlab style.
Hefee (@hefee)
hefee at debian.org
Wed Mar 5 18:54:24 GMT 2025
Hefee pushed to branch master at Privacy Maintainers / torsocks
Commits:
18ca9d1f by Sandro Knauß at 2025-03-04T22:10:32+01:00
Update watch file to match new gitlab style.
- - - - -
e2800baa by Sandro Knauß at 2025-03-05T19:46:51+01:00
Bump Standards-Version to 4.7.2 (No changes need).
- - - - -
8775a049 by Sandro Knauß at 2025-03-05T19:48:18+01:00
Add myself to Uploaders.
- - - - -
810db773 by Sandro Knauß at 2025-03-05T19:51:26+01:00
Use dpkg/architecture.mk to get all DEB_HOST_* vars.
- - - - -
4e294688 by Sandro Knauß at 2025-03-05T19:51:59+01:00
Use dh-sequence-bash-completion.
- - - - -
80c6b18e by Sandro Knauß at 2025-03-05T19:53:04+01:00
use execute_after to not repeat myself.
- - - - -
3 changed files:
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/control
=====================================
@@ -1,12 +1,13 @@
Source: torsocks
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
-Uploaders: Clément Hermann <nodens at debian.org>
+Uploaders: Clément Hermann <nodens at debian.org>,
+ Sandro Knauß <hefee at debian.org>,
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
- bash-completion
+ dh-sequence-bash-completion
Rules-Requires-Root: no
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/torsocks
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/torsocks.git
Homepage: https://gitweb.torproject.org/torsocks.git
=====================================
debian/rules
=====================================
@@ -3,18 +3,18 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Use already defined DEB_HOST_* variables. │
+include /usr/share/dpkg/architecture.mk
+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
PACKAGE = torsocks
DESTDIR = $(CURDIR)/debian/$(PACKAGE)
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --with autoreconf
-override_dh_auto_install:
- dh_auto_install
- dh_bash-completion
+execute_after_dh_auto_install:
rm $(DESTDIR)/usr/share/doc/torsocks/DEBUG
rm $(DESTDIR)/usr/share/doc/torsocks/socks-extensions.txt
rm $(DESTDIR)/usr/share/doc/torsocks/SOCKS5
=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
version=4
-https://gitlab.torproject.org/tpo/core/torsocks/tags?sort=updated_desc archive/v?\d[\d.]+/torsocks-v?([\d.]+)@ARCHIVE_EXT@
+opts="searchmode=plain" \
+https://gitlab.torproject.org/tpo/core/torsocks/tags?sort=updated_desc -/archive/v?\d[\d.]+/torsocks-v?([\d.]+)@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/da41f8e29716059d33fae9bc65ca388e58fce0bd...80c6b18eade09c7689096efb9bd4f23ed26a8c95
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/da41f8e29716059d33fae9bc65ca388e58fce0bd...80c6b18eade09c7689096efb9bd4f23ed26a8c95
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/20250305/17898042/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list