[Pkg-voip-commits] [twinkle] 18/73: Imported Debian patch 0.7.1-2

Peter Colberg pc-guest at moszumanska.debian.org
Wed Jan 6 00:31:46 UTC 2016


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

pc-guest pushed a commit to branch master
in repository twinkle.

commit d25fba130acfd94ead5e069ed3893834d33f3cad
Author: Mark Purcell <msp at debian.org>
Date:   Fri May 12 21:20:39 2006 +0100

    Imported Debian patch 0.7.1-2
---
 debian/changelog    |  7 +++++++
 debian/dirs         |  1 +
 debian/rules        |  1 +
 debian/sip.protocol | 12 ++++++++++++
 4 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c6c1bed..75f6af5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+twinkle (0.7.1-2) unstable; urgency=low
+
+  * Enable sip URIs: debian/sip.protocol
+    - Twinkle won't manage sip URI from Konqueror (Closes: #366975)
+
+ -- Mark Purcell <msp at debian.org>  Fri, 12 May 2006 21:20:39 +0100
+
 twinkle (0.7.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/dirs b/debian/dirs
index 8fa061d..1aa6d38 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1,3 @@
 usr/bin
 usr/share/applications
+usr/share/services
diff --git a/debian/rules b/debian/rules
index c3d20c8..eabbde2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ URL := http://www.xs4all.nl/~mfnboer/twinkle/download/twinkle-$(UPVERSION).tar.g
 
 install/twinkle::
 	cp debian/twinkle.desktop $(CURDIR)/debian/twinkle/usr/share/applications
+	cp debian/sip.protocol $(CURDIR)/debian/twinkle/usr/share/services
 
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"
diff --git a/debian/sip.protocol b/debian/sip.protocol
new file mode 100644
index 0000000..8002a76
--- /dev/null
+++ b/debian/sip.protocol
@@ -0,0 +1,12 @@
+[Protocol]
+exec=twinkle --call %u
+protocol=sip
+input=none
+output=none
+helper=true
+listing=
+reading=false
+writing=false
+makedir=false
+deleting=false
+Icon=multimedia

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



More information about the Pkg-voip-commits mailing list