From e9acdc861c466b434e4261781ff2a674613e642c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 24 Aug 2010 15:21:54 +0200 Subject: Add 'debian' directory containing packaging information --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 ++++++++++++++++++++ debian/copyright | 36 +++++++++++++++++++++++++++++++++++ debian/docs | 0 debian/libosmo-sccp-dev.dirs | 2 ++ debian/libosmo-sccp-dev.install | 6 ++++++ debian/libosmo-sccp1.dirs | 1 + debian/libosmo-sccp1.install | 1 + debian/patches/debian-changes-0.0.2-1 | 29 ++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 13 +++++++++++++ debian/source/format | 1 + 13 files changed, 117 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/libosmo-sccp-dev.dirs create mode 100644 debian/libosmo-sccp-dev.install create mode 100644 debian/libosmo-sccp1.dirs create mode 100644 debian/libosmo-sccp1.install create mode 100644 debian/patches/debian-changes-0.0.2-1 create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e851e1b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libosmo-sccp (0.0.2-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Harald Welte Tue, 24 Aug 2010 14:08:42 +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..0585d80 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: libosmo-sccp +Priority: extra +Maintainer: Harald Welte +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libosmocore-dev +Standards-Version: 3.8.4 +Section: libs +#Homepage: +Vcs-Git: git://git.osmocom.org/libosmo-sccp.git +Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-sccp.git;a=summary + +Package: libosmo-sccp-dev +Section: libdevel +Architecture: any +Depends: libosmo-sccp (= ${binary:Version}) +Description: Development files for Osmcoom SCCP library + +Package: libosmo-sccp +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Osmocom SCCP library diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..97328f2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +This work was packaged for Debian by: + + Harald Welte on Tue, 24 Aug 2010 10:55:04 +0200 + +It was downloaded from: + + git://git.osmocom.org/libosmo-sccp.git + +Upstream Author(s): + + Holger Hans Peter Freyther + +Copyright: + + Copyright (C) 2009-2010 Holger Hans Peter Freyther + Copyright (C) 2009-2010 On-Waves + +License: + + GNU General Public License, Version 2 or later + +The Debian packaging is: + + Copyright (C) 2010 Harald Welte + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following lines in. + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". + +# 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..e69de29 diff --git a/debian/libosmo-sccp-dev.dirs b/debian/libosmo-sccp-dev.dirs new file mode 100644 index 0000000..4418816 --- /dev/null +++ b/debian/libosmo-sccp-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include diff --git a/debian/libosmo-sccp-dev.install b/debian/libosmo-sccp-dev.install new file mode 100644 index 0000000..320c598 --- /dev/null +++ b/debian/libosmo-sccp-dev.install @@ -0,0 +1,6 @@ +usr/include/* +usr/lib/lib*.a +#usr/lib/lib*.so +usr/lib/pkgconfig/* +#usr/lib/*.la +#usr/share/pkgconfig/* diff --git a/debian/libosmo-sccp1.dirs b/debian/libosmo-sccp1.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/debian/libosmo-sccp1.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/debian/libosmo-sccp1.install b/debian/libosmo-sccp1.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/debian/libosmo-sccp1.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/debian/patches/debian-changes-0.0.2-1 b/debian/patches/debian-changes-0.0.2-1 new file mode 100644 index 0000000..ed4a4df --- /dev/null +++ b/debian/patches/debian-changes-0.0.2-1 @@ -0,0 +1,29 @@ +Description: Upstream changes introduced in version 0.0.2-1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + libosmo-sccp (0.0.2-1) unstable; urgency=low + . + * Initial release (Closes: #nnnn) + . + The person named in the Author field signed this changelog entry. +Author: Harald Welte + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- /dev/null ++++ libosmo-sccp-0.0.2/.version +@@ -0,0 +1 @@ ++0.0.2 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..a3659e3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +debian-changes-0.0.2-1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/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. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + 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