aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorEric Butler <eric@codebutler.com>2012-08-14 18:08:41 -0700
committerEric Butler <eric@codebutler.com>2012-08-14 18:08:41 -0700
commit235a095d08e9bc98732a7558e7a3b4496695602a (patch)
tree9238923921edf3a25ca1ad3212c61411524f7391 /debian
parent95848bafcef145d776d70a73f7bdc3fe37e85724 (diff)
Debian package updates.
* Split out a new libgtp-dev package. * Updated dependencies.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
-rw-r--r--debian/libgtp-dev.install5
-rw-r--r--debian/libgtp.install4
-rw-r--r--debian/source/format2
5 files changed, 20 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d37c4ff..fc01e23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openggsn (0.91+git33) precise; urgency=low
+
+ * Update package for Ubuntu Precise.
+
+ -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 16:48:59 -0700
+
openggsn (0.91-2) unstable; urgency=low
* Switch to source/format (git)
diff --git a/debian/control b/debian/control
index 8c6563d..a24d896 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openggsn
Section: net
Priority: optional
Maintainer: Harald Welte <laforge@gnumonks.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config, libdpkg-perl, git, dh-autoreconf
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/ggsn/
Vcs-Git: git://ggsn.git.sourceforge.net/gitroot/ggsn/ggsn
@@ -17,3 +17,9 @@ Package: libgtp
Architecture: any
Section: libs
Description: library implementing the GTP protocol between SGSN and GGSN
+
+Package: libgtp-dev
+Depends: libgtp
+Architecture: any
+Section: libdevel
+Description: Development files for libgtp
diff --git a/debian/libgtp-dev.install b/debian/libgtp-dev.install
new file mode 100644
index 0000000..eec0e15
--- /dev/null
+++ b/debian/libgtp-dev.install
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/lib*.la
+usr/lib/pkgconfig/*
diff --git a/debian/libgtp.install b/debian/libgtp.install
index 88de30d..d0dbfd1 100644
--- a/debian/libgtp.install
+++ b/debian/libgtp.install
@@ -1,3 +1 @@
-usr/lib/libgtp.*
-usr/include/gtp.h
-usr/include/pdp.h
+usr/lib/lib*.so.*
diff --git a/debian/source/format b/debian/source/format
index af745b3..89ae9db 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (git)
+3.0 (native)