diff options
author | Eric Butler <eric@codebutler.com> | 2012-08-14 18:08:18 -0700 |
---|---|---|
committer | Eric Butler <eric@codebutler.com> | 2012-08-14 18:08:18 -0700 |
commit | 178d606379971a4cccacafbd6be315dabf0ae342 (patch) | |
tree | eac4f79a0167992db87f7df9fb1fa6ac29bb829b | |
parent | 38dafe52410b21d823201d186ecc717b97b3a678 (diff) |
Update debian package.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/source/format | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4a169a2..144a2eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libosmo-sccp (0.0.6.2+git2) precise; urgency=low + + * Update debian package. + + -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 17:08:14 -0700 + libosmo-sccp (0.0.5) unstable; urgency=low * New upstream release 0.0.5 diff --git a/debian/control b/debian/control index 53f46d9..1082831 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libosmo-sccp Priority: optional Maintainer: Harald Welte <laforge@gnumonks.org> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config, libosmocore-dev, autoconf, automake, libtool, dh-autoreconf +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config, libosmocore-dev, autoconf, automake, libtool, dh-autoreconf, git, libdpkg-perl Standards-Version: 3.8.4 Section: libs #Homepage: <insert the upstream URL, if relevant> 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) |