From e916809a32109fa35a025c1a2acee4b21d4c43a3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 24 Aug 2010 15:23:33 +0200 Subject: import debian packaging info --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 46 ++++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/libgtp.install | 3 +++ debian/rules | 21 +++++++++++++++++++++ debian/source/format | 1 + 8 files changed, 98 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/libgtp.install create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') 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) + + -- Harald Welte 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 +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 on Tue, 24 Aug 2010 11:23:40 +0200 + +It was downloaded from: + + http://sourceforge.net/projects/ggsn + +Upstream Author(s): + + Jens Jakobsen + Harald Welte + +Copyright: + + Copyright (C) 2002 Mondru AB + Copyright (C) 2010 Harald Welte + +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 + +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 + +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) -- cgit v1.2.3