aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-24 15:23:33 +0200
committerHarald Welte <laforge@gnumonks.org>2010-08-24 15:23:33 +0200
commite916809a32109fa35a025c1a2acee4b21d4c43a3 (patch)
treefeb996868427ceeac4ce6685514e7e33de0ef5d7
parent76f044da09370c9de6e7a5d6a58df3b4163bd3f3 (diff)
import debian packaging info
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright46
-rw-r--r--debian/docs2
-rw-r--r--debian/libgtp.install3
-rwxr-xr-xdebian/rules21
-rw-r--r--debian/source/format1
8 files changed, 98 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4171b94
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+openggsn (0.91-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Harald Welte <laforge@gnumonks.org> Tue, 24 Aug 2010 11:23:40 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2bad746
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: openggsn
+Section: net
+Priority: optional
+Maintainer: Harald Welte <laforge@gnumonks.org>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev
+Standards-Version: 3.8.4
+Homepage: http://sourceforge.net/projects/ggsn/
+Vcs-Git: git://ggsn.git.sourceforge.net/gitroot/ggsn/ggsn
+Vcs-Browser: http://ggsn.git.sourceforge.net/git/gitweb.cgi?p=ggsn/ggsn;a=summary
+
+Package: openggsn
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Gateway GPRS Support Node
+
+Package: libgtp
+Architecture: all
+Section: libs
+Description: library implementing the GTP protocol between SGSN and GGSN
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c5d2af9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+This work was packaged for Debian by:
+
+ Harald Welte <laforge@gnumonks.org> on Tue, 24 Aug 2010 11:23:40 +0200
+
+It was downloaded from:
+
+ http://sourceforge.net/projects/ggsn
+
+Upstream Author(s):
+
+ Jens Jakobsen <jj@openggsn.org>
+ Harald Welte <laforge@gnumonks.org>
+
+Copyright:
+
+ Copyright (C) 2002 Mondru AB
+ Copyright (C) 2010 Harald Welte <laforge@gnumonks.org>
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package 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 program. If not, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Harald Welte <laforge@gnumonks.org>
+
+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.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/libgtp.install b/debian/libgtp.install
new file mode 100644
index 0000000..88de30d
--- /dev/null
+++ b/debian/libgtp.install
@@ -0,0 +1,3 @@
+usr/lib/libgtp.*
+usr/include/gtp.h
+usr/include/pdp.h
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c30bbdb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)