[Pkg-privacy-commits] [Git][pkg-privacy-team/torsocks][master] 7 commits: Remove obsolete Build-depends: dpkg-dev, dh-autoreconf

Clément Hermann (@nodens) nodens at debian.org
Sat Apr 20 19:09:34 BST 2024



Clément Hermann pushed to branch master at Privacy Maintainers / torsocks


Commits:
9d7c564f by Clément Hermann at 2024-04-18T09:04:00+02:00
Remove obsolete Build-depends: dpkg-dev, dh-autoreconf

- - - - -
0a0e1e94 by Clément Hermann at 2024-04-18T09:05:23+02:00
Update d/changelog

Gbp-Dch: Ignore

- - - - -
7ffa21fd by Clément Hermann at 2024-04-18T09:17:59+02:00
remove leftover maintainer scripts after the switch to .maintscript file

- - - - -
d1c02e7e by Clément Hermann at 2024-04-20T19:56:47+02:00
Fix groff warning on torsocks.8

- - - - -
d68720d6 by Clément Hermann at 2024-04-20T20:04:09+02:00
d/control: add Rules-Requires-Root: no

- - - - -
bbd1c073 by Clément Hermann at 2024-04-20T20:05:05+02:00
d/copyright: update copyright year for debian/*

- - - - -
82895026 by Clément Hermann at 2024-04-20T20:09:17+02:00
Update changelog

Gbp-Dch: Ignore

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/fix_groff_warning_on_torsocks.8
- debian/patches/series
- − debian/torsocks.postrm
- − debian/torsocks.preinst


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,17 @@
 torsocks (2.4.0-2) UNRELEASED; urgency=medium
-
+  TODO: forward torsocks.8 patch upstream
   * Remove lunar at debian.org from Uploaders (at their request)
   * Add .pc (quilt) to .gitignore
   * Fix FTBFS: C99 compatibility (upstream patch) (Closes: #1066313)
-  * d/control: declare compliance with policy 4.7.0
-
- -- Clément Hermann <nodens at debian.org>  Thu, 18 Apr 2024 00:00:02 +0200
+  * removed leftover maintainer scripts after the switch to .maintscript file
+  * Fix groff warning on torsocks.8
+  * d/control:
+      - declared compliance with policy 4.7.0
+      - added Rules-Requires-Root: no
+      - removed obsolete Build-depends: dpkg-dev, dh-autoreconf
+  * d/copyright: update copyright year for debian/*
+
+ -- Clément Hermann <nodens at debian.org>  Thu, 18 Apr 2024 09:04:21 +0200
 
 torsocks (2.4.0-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -4,9 +4,8 @@ Uploaders: Clément Hermann <nodens at debian.org>
 Section: net
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               dh-autoreconf,
-               dpkg-dev,
                bash-completion
+Rules-Requires-Root: no
 Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/torsocks
 Vcs-Git: https://salsa.debian.org/pkg-privacy-team/torsocks.git


=====================================
debian/copyright
=====================================
@@ -17,7 +17,7 @@ License: GPL-2+
 Files: debian/*
 Copyright: © 2009-2012 Patrick Matthäi <pmatthaei at debian.org>
            © 2012 intrigeri <intrigeri at debian.org>
-           © 2016 Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
+           © 2016-2024 Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
 License: GPL-2+
 
 License: GPL-2+


=====================================
debian/patches/fix_groff_warning_on_torsocks.8
=====================================
@@ -0,0 +1,16 @@
+Description: Fix groff warning in torsock.8
+ Lintian reports a groff warning: an.tmac:<standard input>:77: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined).
+ This means the tbl preprocessor isn't run, this patches makes sure it does.
+Author: Clément Hermann <nodens at debian.org>
+Bug: TBD <URL to the upstream bug report if any, implies patch has been forwarded, optional>
+Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
+Last-Update: 2024-04-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/torsocks.8
++++ b/doc/torsocks.8
+@@ -1,3 +1,4 @@
++'\" t
+ .TH "TORSOCKS" "8" "August 24th, 2013" "" ""
+ 
+ .SH NAME


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 exclude_test_requiring_network.patch
 fix_compatibility_with_C99.patch
+fix_groff_warning_on_torsocks.8


=====================================
debian/torsocks.postrm deleted
=====================================
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-dpkg-maintscript-helper mv_conffile \
-	/etc/torsocks.conf /etc/tor/torsocks.conf 2.0~ -- "$@"
-
-#DEBHELPER#


=====================================
debian/torsocks.preinst deleted
=====================================
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-dpkg-maintscript-helper mv_conffile \
-	/etc/torsocks.conf /etc/tor/torsocks.conf 2.0~ -- "$@"
-
-#DEBHELPER#



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/a899aec75980692561f89bf682ba31c9723d16bc...82895026500a8ceaa4e1579bd4a3ddeb4708d4db

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/a899aec75980692561f89bf682ba31c9723d16bc...82895026500a8ceaa4e1579bd4a3ddeb4708d4db
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/20240420/709956f9/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list