[Pkg-voip-commits] [belle-sip] 09/09: Lintian-ify
daniel at gnoutcheff.name
daniel at gnoutcheff.name
Thu Jan 12 05:19:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnoutchd-guest pushed a commit to branch master
in repository belle-sip.
commit 726cc7d98861ce0b9c0b9a5737cb0669398d7337
Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
Date: Wed Jan 11 23:59:02 2017 -0500
Lintian-ify
* Update fix-spelling-errors.patch (fix more spelling errors)
* Bump standards version to 3.9.8 (no changes needed)
* https:// for Vcs-Git
* More copyright cleanups
---
debian/control | 4 +--
debian/copyright | 29 ++++++++-------------
debian/patches/fix-spelling-errors.patch | 44 ++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 21 deletions(-)
diff --git a/debian/control b/debian/control
index aa936db..905101b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Uploaders: Mark Purcell <msp at debian.org>,
Daniel Gnoutcheff <daniel at gnoutcheff.name>
Build-Depends: debhelper (>= 9), cmake (>= 3.0), intltool,
bctoolbox-dev (<< 0.3.0), libantlr3c-dev, antlr3, zlib1g-dev | libz-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: http://www.linphone.org
-Vcs-Git: git://git.debian.org/pkg-voip/belle-sip.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-voip/belle-sip.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/belle-sip.git/
Package: libbellesip0
diff --git a/debian/copyright b/debian/copyright
index e8e7bc9..4d83c48 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,26 +5,18 @@ Source: <http://www.linphone.org>
Files: *
Copyright: 2010-2016 Belledonne Communications SARL
License: GPL-2+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 2 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+
+Files: debian/*
+Copyright:
+ 2014 Felix Lechner <felix.lechner at gmail.com>
+ 2016 Daniel Gnoutcheff <daniel at gnoutcheff.name>
+License: GPL-2+
Files: src/clock_gettime.c
Copyright: MM Weiss
-License: BSD-3-clause
+License: BSD-weiss
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
@@ -102,7 +94,7 @@ License: zlib
Files: include/MSVC/inttypes.h include/MSVC/stdint.h
Copyright: 2006-2008 Alexander Chemeris
-License: BSD-3-clause
+License: BSD-3-clause-chemeris
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
@@ -129,8 +121,7 @@ License: BSD-3-clause
Comment: In source, not used (only for Windows builds)
-Files: debian/*
-Copyright: 2014 Felix Lechner <felix.lechner at gmail.com>
+
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
index 0256042..74d3336 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -48,3 +48,47 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
(int)obj->transfered_size,(int)obj->expected_size);
}
}
+--- a/src/belle_sip_utils.c
++++ b/src/belle_sip_utils.c
+@@ -715,7 +715,7 @@
+ int res;
+
+ if ((dir = opendir(path)) == NULL) {
+- belle_sip_error("Could't open [%s] directory.", path);
++ belle_sip_error("Couldn't open [%s] directory.", path);
+ return NULL;
+ }
+
+--- a/src/message.c
++++ b/src/message.c
+@@ -769,7 +769,7 @@
+ belle_sip_message_add_header((belle_sip_message_t*)ret,BELLE_SIP_HEADER(extended_header));
+ }
+ } else {
+- belle_sip_warning("Skiping uri header [%s] for request [%p]",header_name,requri);
++ belle_sip_warning("Skipping uri header [%s] for request [%p]",header_name,requri);
+ }
+ }
+ }
+--- a/src/belle_sip_loop.c
++++ b/src/belle_sip_loop.c
+@@ -318,7 +318,7 @@
+ }
+
+ void belle_sip_main_loop_do_later(belle_sip_main_loop_t *ml, belle_sip_callback_t func, void *data){
+- belle_sip_source_t * s=belle_sip_main_loop_create_timeout(ml,(belle_sip_source_func_t)func,data,0,"defered task");
++ belle_sip_source_t * s=belle_sip_main_loop_create_timeout(ml,(belle_sip_source_func_t)func,data,0,"deferred task");
+ s->oneshot=TRUE;
+ belle_sip_object_unref(s);
+ }
+--- a/src/channel.c
++++ b/src/channel.c
+@@ -962,7 +962,7 @@
+ int belle_sip_channel_notify_timeout(belle_sip_channel_t *obj){
+ const int too_long=60;
+ if (belle_sip_time_ms() - obj->last_recv_time>=(too_long * 1000)){
+- belle_sip_message("A timeout related to this channel occured and no message received during last %i seconds. This channel is suspect, moving to error state",too_long);
++ belle_sip_message("A timeout related to this channel occurred and no message received during last %i seconds. This channel is suspect, moving to error state",too_long);
+ channel_set_state(obj,BELLE_SIP_CHANNEL_ERROR);
+ return TRUE;
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/belle-sip.git
More information about the Pkg-voip-commits
mailing list