Imported Debian patch 1.3.1~svn3789-1
This commit is contained in:
commit
50f9238581
20 changed files with 438 additions and 208 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,3 +1,13 @@
|
|||
n2n (1.3.1~svn3789-1) unstable; urgency=low
|
||||
|
||||
* Update package to version 1.3 from upstream cvs
|
||||
* Removed "libc6-dev (>= 2.0)" build dependency (closes: Bug#533881)
|
||||
* DH compatibility level is 7
|
||||
* Run dh_prep instead of dh_clean -k
|
||||
* Standards Version is 3.8.2
|
||||
|
||||
-- cristian paul peñaranda rojas <kristian.paul@gmail.com> Sun, 22 Jun 2009 21:19:58 -0500
|
||||
|
||||
n2n (1.2.2~svn3653) unstable; urgency=low
|
||||
|
||||
* Initial release (closes: Bug#507750)
|
||||
|
|
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
5
|
||||
7
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -2,8 +2,8 @@ Source: n2n
|
|||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: cristian paul peñaranda rojas <kristian.paul@gmail.com>
|
||||
Build-Depends: debhelper (>= 5), libc6-dev (>= 2.0), quilt
|
||||
Standards-Version: 3.8.0
|
||||
Build-Depends: debhelper (>= 7), quilt
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: n2n
|
||||
Architecture: any
|
||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -1,6 +1,6 @@
|
|||
This package was debianized by cristian paul peñaranda rojas <kristian.paul@gmail.com> on
|
||||
and is licensed under the GNU General Public License (GPL) version 3.
|
||||
A copy of the GNU GPL version 2 is in `/usr/share/common-licenses/GPL-3'.
|
||||
A copy of the GNU GPL version 3 is in `/usr/share/common-licenses/GPL-3'.
|
||||
|
||||
Sat, 29 Nov 2008 00:31:58 -0500.
|
||||
|
||||
|
@ -88,7 +88,7 @@ The Files:
|
|||
|
||||
Copyright (C) 1996 - 2005 Markus Franz Xaver Johannes Oberhumer
|
||||
|
||||
These file are part of the LZO real-time data compression library.
|
||||
These files are part of the LZO real-time data compression library.
|
||||
|
||||
All Rights Reserved.
|
||||
|
||||
|
|
4
debian/patches/01-edge.8.diff
vendored
4
debian/patches/01-edge.8.diff
vendored
|
@ -1,8 +1,8 @@
|
|||
--- a/edge.8.old 2008-12-02 20:33:54.000000000 -0500
|
||||
+++ b/edge.8 2008-12-02 20:34:13.000000000 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-.TH edge 1 "May 3, 2008" "revision 3472" "SUPERUSER COMMANDS"
|
||||
+.TH edge 8 "May 3, 2008" "revision 3472" "SUPERUSER COMMANDS"
|
||||
-.TH edge 1 "Jan 3, 2009" "revision 3679" "SUPERUSER COMMANDS"
|
||||
+.TH edge 8 "Jan 3, 2009" "revision 3679" "SUPERUSER COMMANDS"
|
||||
.SH NAME
|
||||
edge \- n2n edge node daemon
|
||||
.SH SYNOPSIS
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -46,7 +46,7 @@ clean: unpatch
|
|||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/n2n.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue