[Pkg-voip-commits] [sipsak] 02/19: Switch to debhelper compatibility level 9

Victor Seva vseva at moszumanska.debian.org
Wed Aug 31 09:07:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

vseva pushed a commit to branch master
in repository sipsak.

commit 6c773eb70326c45ef52d2b1ade996e3b278cda9a
Author: Guillem Jover <gjover at sipwise.com>
Date:   Mon Jul 4 12:29:33 2016 +0200

    Switch to debhelper compatibility level 9
    
    Closes: #817669
---
 debian/changelog |  6 ++++++
 debian/compat    |  2 +-
 debian/control   | 11 ++++++-----
 debian/dirs      |  1 -
 debian/rules     |  5 +----
 5 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1409294..2ebf359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sipsak (0.9.6-3) UNRELEASED; urgency=medium
+
+  * Switch to debhelper compatibility level 9. Closes: #817669
+
+ -- Guillem Jover <gjover at sipwise.com>  Mon, 04 Jul 2016 12:19:42 +0200
+
 sipsak (0.9.6-2.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index 6200666..abbe181 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: sipsak
 Section: net
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0),
-               libgnutls-openssl-dev,
-               libruli4-dev,
-               pkg-config
+Build-Depends:
+ debhelper (>= 9),
+ libgnutls-openssl-dev,
+ libruli4-dev,
+ pkg-config,
 Standards-Version: 3.7.3
 Vcs-git: git://anonscm.debian.org/pkg-voip/sipsak.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/sipsak.git
 
 Package: sipsak
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: SIP Swiss army knife
  sipsak is a small command line tool for developers and administrators of
  Session Initiation Protocol (SIP) applications.
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index e772481..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/debian/rules b/debian/rules
index c816ef4..3c37cb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,6 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
 
 config.status: configure
 	dh_testdir
@@ -59,7 +56,7 @@ endif
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/sipsak

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sipsak.git



More information about the Pkg-voip-commits mailing list