Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ppp-gatekeeper
debian-ppp-gatekeeper
Commits
97bd1956
Commit
97bd1956
authored
Jun 11, 2014
by
Nigel Kukard
Browse files
Imported Upstream version 0.1.0-201406111015
parent
48d1ad7a
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
97bd1956
commit a56c8f9af1c5816801afdc1f31633e36f745c1a4
Author: Nigel Kukard <nkukard@lbsd.net>
Date: Wed Jun 11 09:51:46 2014 +0000
Fixed description indentation
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
commit c44e966f87a83293f8b02a8dfb868a5b717a458a
Author: Nigel Kukard <nkukard@lbsd.net>
Date: Wed Jun 11 09:17:54 2014 +0000
Fixed debian watch file to list .gz instead of .xz
commit af477b839e8976914f559ede07bfdd663a046e24
Author: Nigel Kukard <nkukard@lbsd.net>
Date: Tue Jun 10 07:08:05 2014 +0000
...
...
debian/changelog
View file @
97bd1956
ppp-gatekeeper (0.1.0~2014061
00709
-1) unstable; urgency=low
* Updated to upstream v0.1.0-2014061
00709
-- Nigel Kukard <nkukard@lbsd.net>
Tue
, 1
0
Jun 2014
09
:16:
26
+0200
ppp-gatekeeper (0.1.0~2014061
11015
-1) unstable; urgency=low
* Updated to upstream v0.1.0-2014061
11015
-- Nigel Kukard <nkukard@lbsd.net>
Wed
, 1
1
Jun 2014
12
:16:
41
+0200
debian/control
View file @
97bd1956
...
...
@@ -15,9 +15,9 @@ Depends: ${perl:Depends}, ${misc:Depends},
ppp, iptables, conntrack
Suggests: shorewall
Description: PPP Gatekeeper manages redundant and failover PPPOE connections
PPP Gatekeeper is a daemon that manages PPPOE connections supporting
various levels of redundancy and failover.
.
Traffic can be routed using round-robin and random strategies over links
of similar priority. Static IP route lists can also be provided for specific
routing purposes. DNS can also be load balanced over multiple links.
PPP Gatekeeper is a daemon that manages PPPOE connections supporting
various levels of redundancy and failover.
.
Traffic can be routed using round-robin and random strategies over links
of similar priority. Static IP route lists can also be provided for specific
routing purposes. DNS can also be load balanced over multiple links.
debian/watch
View file @
97bd1956
version=3
opts=pgpsigurlmangle=s/$/.asc/,\
downloadurlmangle=s/\/(v?\d+\.\d+\.\d+.*)$/\/$1\/ppp-gatekeeper-$1.tar.
x
z/,\
filenamemangle=s/v?(\d+\.\d+\.\d+.*)$/ppp-gatekeeper-$1.tar.
x
z/ \
downloadurlmangle=s/\/(v?\d+\.\d+\.\d+.*)$/\/$1\/ppp-gatekeeper-$1.tar.
g
z/,\
filenamemangle=s/v?(\d+\.\d+\.\d+.*)$/ppp-gatekeeper-$1.tar.
g
z/ \
http://download.allworldit.org/ppp-gatekeeper/v?(\d+\.\d+\.\d+.*)
ppp-gatekeeper
View file @
97bd1956
...
...
@@ -32,7 +32,7 @@ use POSIX qw(WNOHANG setsid);
use
Data::
Dumper
;
my
$VERSION
=
"
0.1.0-2014061
00709
";
my
$VERSION
=
"
0.1.0-2014061
11015
";
# DO NOT CHANGE THESE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment