Module: sems Branch: master Commit: e5fccadc0601b5c36c1db0b0f5fce12219d455cb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e5fccadc0601b5c36c1db0b0f5fce12219d455cb
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: Wed Sep 11 13:32:14 2013 +0300 pkg/debian: increased compat level to 5, since 4 is deprecated --- pkg/debian/compat | 2 +- pkg/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/debian/compat b/pkg/debian/compat index b8626c4..7ed6ff8 100644 --- a/pkg/debian/compat +++ b/pkg/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/pkg/debian/rules b/pkg/debian/rules index a2b2182..0fd6f0b 100755 --- a/pkg/debian/rules +++ b/pkg/debian/rules @@ -12,7 +12,7 @@ export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -# export DH_COMPAT=4 +# export DH_COMPAT=5 # -- already set in compat # force no striping (always include debug symbols for now) export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip" _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
