Codebase list slirp4netns / bb38eca
initial packaging Reinhard Tartler 5 years ago
10 changed file(s) with 93 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 slirp4netns for Debian
1 ---------------------
2
3 <possible notes regarding this package - if none, delete this file>
4
5 -- Reinhard Tartler <siretart@tauware.de> Sun, 23 Dec 2018 12:53:15 -0500
0 slirp4netns for Debian
1 ---------------------
2
3 <this file describes information about the source package, see Debian policy
4 manual section 4.14. You WILL either need to modify or delete this file>
5
6
7
8 -- Reinhard Tartler <siretart@tauware.de> Sun, 23 Dec 2018 12:53:15 -0500
9
0 slirp4netns (0.1~git20181119.5e4789b-1) unstable; urgency=medium
1
2 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
3
4 -- Reinhard Tartler <siretart@tauware.de> Sun, 23 Dec 2018 12:53:15 -0500
0 Source: slirp4netns
1 Section: unknown
2 Priority: misc
3 Maintainer: Reinhard Tartler <siretart@tauware.de>
4 Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, automake, autoconf
5 Standards-Version: 3.9.8
6 Homepage: https://github.com/rootless-containers/slirp4netns
7 Vcs-Git: https://salsa.debian.org/collab-maint/slirp4netns.git
8
9 Package: slirp4netns
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: User-mode networking for unprivileged network namespaces
13 slirp4netns provides user-mode networking for unprivileged network
14 namespaces.
15 .
16 slirp4netns allows connecting a network namespace to the Internet in a
17 completely unprivileged way, by connecting a TAP device in a network
18 namespace to the usermode TCP/IP stack ("slirp").
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: slirp4netns
2 Source: <url://example.com>
3
4 Files: *
5 Copyright: <years> <put author's name and email here>
6 <years> <likewise for another author>
7 License: <special license>
8 <Put the license of the package here indented by 1 space>
9 <This follows the format of Description: lines in control file>
10 .
11 <Including paragraphs>
12
13 # If you want to use GPL v2 or later for the /debian/* files use
14 # the following clauses, or change it to suit. Delete these two lines
15 Files: debian/*
16 Copyright: 2018 Reinhard Tartler <siretart@tauware.de>
17 License: GPL-2+
18 This package is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License as published by
20 the Free Software Foundation; either version 2 of the License, or
21 (at your option) any later version.
22 .
23 This package is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 GNU General Public License for more details.
27 .
28 You should have received a copy of the GNU General Public License
29 along with this program. If not, see <https://www.gnu.org/licenses/>
30 .
31 On Debian systems, the complete text of the GNU General
32 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
33
34 # Please also look if there are files or directories which have a
35 # different copyright/license attached and list them here.
36 # Please avoid picking licenses with terms that are more restrictive than the
37 # packaged work, as it may make Debian's contributions unacceptable upstream.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with autoreconf
4
5 override_dh_auto_test:
6 if unshare -r /bin/true 2>/dev/null; then dh_auto_test; else \
7 echo "WARNING: Skipping test suite, user namespaces not available"; fi
0 3.0 (quilt)
0 version=4
1 opts="mode=git, pgpmode=none, pretty=0.1~git%cd.%h" \
2 https://github.com/rootless-containers/slirp4netns \
3 HEAD debian uupdate