Source: apt-transport-tor
Version: 0.5
Severity: minor
Tags: patch
Dear Maintainer,
I attach a few patches to refresh packaging of apt-transport-tor.
It silences a few lintian complaints too.
diff --git a/COPYING b/COPYING
index d159169..9efa6fb 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice
is found.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ with this program; if not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@@ -329,8 +328,8 @@ necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
+ <signature of Moe Ghoul>, 1 April 1989
+ Moe Ghoul, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
diff --git a/README.md b/README.md
index d563ef2..14385ce 100644
--- a/README.md
+++ b/README.md
@@ -167,9 +167,8 @@ License:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, see <https://www.gnu.org/licenses/>.
## Feedback
diff --git a/debian/copyright b/debian/copyright
index 1dc2318..142eb09 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,23 +4,18 @@ Files: *
Copyright: 2014 Tim Retout <[email protected]>
2016-2018 David Kalnischkies <[email protected]>
License: GPL-2+
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
.
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more
- details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
.
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, see <https://www.gnu.org/licenses/>.
+Comment:
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.
diff --git a/debian/control b/debian/control
index 7093a32..c1525ab 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Vcs-Browser:
https://salsa.debian.org/apt-team/apt-transport-tor
Package: apt-transport-tor
Architecture: all
Multi-Arch: foreign
-Depends: apt (>= 1.3~rc1), ${misc:Depends}
-Recommends: apt (>= 1.7~alpha1), tor
+Depends: apt, ${misc:Depends}
+Recommends: tor
Description: APT transport for anonymous package downloads via Tor
Provides support in APT for downloading packages anonymously via the Tor
network.
diff --git a/debian/control b/debian/control
index c1525ab..13a227a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,8 @@
Source: apt-transport-tor
Section: admin
-Priority: optional
Maintainer: APT Development Team <[email protected]>
Uploaders: Tim Retout <[email protected]>,
David Kalnischkies <[email protected]>
-Rules-Requires-Root: no
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/apt-team/apt-transport-tor.git
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 13a227a..857dd49 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Maintainer: APT Development Team <[email protected]>
Uploaders: Tim Retout <[email protected]>,
David Kalnischkies <[email protected]>
-Build-Depends: debhelper (>= 11)
+Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/apt-team/apt-transport-tor.git
Vcs-Browser: https://salsa.debian.org/apt-team/apt-transport-tor
diff --git a/debian/control b/debian/control
index 857dd49..5d5d906 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: APT transport for anonymous package downloads
via Tor
can still see what software you are installing.
.
Install apt-transport-tor, edit your sources.list to include only tor://
- URLs, and you can make it very difficult for anyone intercepting your
+ URLs, and you can make it more difficult for anyone intercepting your
network traffic to be able to tell that you are installing Debian packages,
or which packages you are installing.
.