[Pkg-voip-commits] r1649 - twinkle/trunk/debian

Mark Purcell msp at costa.debian.org
Sun Apr 23 21:01:55 UTC 2006


Author: msp
Date: 2006-04-23 21:01:54 +0000 (Sun, 23 Apr 2006)
New Revision: 1649

Added:
   twinkle/trunk/debian/twinkle.desktop
Modified:
   twinkle/trunk/debian/changelog
   twinkle/trunk/debian/dirs
   twinkle/trunk/debian/rules
Log:
* Rebuild with updated libccrtp & libcommoncpp2
  - Fixes: libccext2-1.3.so.1: cannot open shared object file (Closes: #362440)
* Installed debian/twinkle.desktop. Fixes: please install a .desktop
file (Closes: #358398)

Modified: twinkle/trunk/debian/changelog
===================================================================
--- twinkle/trunk/debian/changelog	2006-04-23 14:48:16 UTC (rev 1648)
+++ twinkle/trunk/debian/changelog	2006-04-23 21:01:54 UTC (rev 1649)
@@ -3,8 +3,12 @@
   * NOT RELEASED YET
   * Update debian/control. Fixes FTBFS on kfreebsd-amd64: unsatisfied
      Build-Depends (Closes: #361483)
+  * Rebuild with updated libccrtp & libcommoncpp2
+    - Fixes: libccext2-1.3.so.1: cannot open shared object file (Closes: #362440)
+  * Installed debian/twinkle.desktop. Fixes: please install a .desktop
+  file (Closes: #358398)
 
- -- Mark Purcell <msp at debian.org>  Mon, 17 Apr 2006 14:28:26 +0100
+ -- Mark Purcell <msp at debian.org>  Sun, 23 Apr 2006 21:46:16 +0100
 
 twinkle (0.6.2-1) unstable; urgency=low
 

Modified: twinkle/trunk/debian/dirs
===================================================================
--- twinkle/trunk/debian/dirs	2006-04-23 14:48:16 UTC (rev 1648)
+++ twinkle/trunk/debian/dirs	2006-04-23 21:01:54 UTC (rev 1649)
@@ -1 +1,2 @@
 usr/bin
+usr/share/applications

Modified: twinkle/trunk/debian/rules
===================================================================
--- twinkle/trunk/debian/rules	2006-04-23 14:48:16 UTC (rev 1648)
+++ twinkle/trunk/debian/rules	2006-04-23 21:01:54 UTC (rev 1649)
@@ -17,6 +17,9 @@
 -include /usr/share/cdbs/1/rules/debhelper.mk
 -include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+install/twinkle::
+	cp debian/twinkle.desktop $(CURDIR)/debian/twinkle/usr/share/applications
+
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"
 	@@echo "Upstream version:        $(UPVERSION)"

Added: twinkle/trunk/debian/twinkle.desktop
===================================================================
--- twinkle/trunk/debian/twinkle.desktop	2006-04-23 14:48:16 UTC (rev 1648)
+++ twinkle/trunk/debian/twinkle.desktop	2006-04-23 21:01:54 UTC (rev 1649)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Twinkle
+Comment=VOIP softphone
+Exec=twinkle
+Icon=/usr/share/twinkle/twinkle48.png
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Qt;KDE;Network;
+GenericName=VoIP softphone




More information about the Pkg-voip-commits mailing list