diff --git a/debian/changelog b/debian/changelog index 2060169..ad126e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ngcp-sipsak (0.9.6+sipwise3) unstable; urgency=low + + * Fixed Debian packaging [Mika] + + -- Richard Fuchs Fri, 30 Sep 2011 11:10:04 -0400 + ngcp-sipsak (0.9.6+sipwise2) unstable; urgency=low * Remove RAW support as it's not implemented properly and causes timeout diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index a5ce57c..db14ded 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: ngcp-sipsak Section: net Priority: optional -Maintainer: Andreas Granig +Maintainer: Sipwise Development Team Build-Depends: debhelper (>= 4.0.0), libruli4-dev, libgnutls-dev, pkg-config -Standards-Version: 3.7.3 +Standards-Version: 3.9.3 Package: ngcp-sipsak Architecture: any diff --git a/debian/rules b/debian/rules index 96863ef..4a38336 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ install: build dh_clean -k dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/sipsak + $(MAKE) install DESTDIR=$(CURDIR)/debian/ngcp-sipsak binary-indep: build install # We have nothing to do by default.