rev 16556 - kde-extras/kvirc/trunk/debian

Mark Purcell msp at alioth.debian.org
Fri Jan 8 08:02:46 UTC 2010


Author: msp
Date: 2010-01-08 08:02:46 +0000 (Fri, 08 Jan 2010)
New Revision: 16556

Added:
   kde-extras/kvirc/trunk/debian/README.Debian
   kde-extras/kvirc/trunk/debian/TODO.Debian
   kde-extras/kvirc/trunk/debian/kvirc.lintian-overrides
   kde-extras/kvirc/trunk/debian/kvirc.mime
   kde-extras/kvirc/trunk/debian/source.lintian-overrides
   kde-extras/kvirc/trunk/debian/watch
Log:
Missing

Added: kde-extras/kvirc/trunk/debian/README.Debian
===================================================================
--- kde-extras/kvirc/trunk/debian/README.Debian	                        (rev 0)
+++ kde-extras/kvirc/trunk/debian/README.Debian	2010-01-08 08:02:46 UTC (rev 16556)
@@ -0,0 +1,22 @@
+kvirc for Debian
+================
+
+    A word on upgrading from KVIrc 3.x to KVIrc 4.x
+    ***********************************************
+    The deault configuration directory of KVIrc 3.x is <file://$HOME/.kvirc>.
+    It might happen on the first startup of KVIrc 4, that you're asked where to
+    store your configuration. In this case you can safely select the old
+    configurtion directory to use your old settings. Any warnings, that this is
+    not a KVIrc dirctory can be ignored. No dataloss has been reported so far.
+    If you want to be on the safe side: make a backup.
+
+
+    Embedded Perl
+    *************
+    The embedded Perl interpreter works again and uses PERL_SYS_INIT3(). It was
+    briefly tested with the following example, you can test it in the Script
+    Tester:
+        perl.begin
+            KVIrc::echo("Hello world\n");
+        perl.end
+ -- Kai Wasserbäch <debian at carbon-project.org>  Tue, 02 Jun 2009 18:35:25 +0200

Added: kde-extras/kvirc/trunk/debian/TODO.Debian
===================================================================
--- kde-extras/kvirc/trunk/debian/TODO.Debian	                        (rev 0)
+++ kde-extras/kvirc/trunk/debian/TODO.Debian	2010-01-08 08:02:46 UTC (rev 16556)
@@ -0,0 +1,24 @@
+What the maintainers should attend to (in their opinion):
+=========================================================
+* Check the debian/copyright file. It seems like a little cleanup and extending
+  might be in order (name all upstream authors).
+* KVIrc uses code from other projects; check if there are newer versions or if
+  it's possible to use a -dev package and rather use a central copy in the
+  Debian Archive.
+  Example: src/modules/my/idle* from Psi.
+* Split some of the modules out of the main package, to allow a minimal
+  installation. Maybe create an »kvirc-extras« package, which contains those
+  modules and some more themes or something like that.
+* Make the kvirc-dev package working/meaningful again. It doesn't include 
+  any .h files, and it's probably arch:all
+* Write a German manpage (assigned to Kai Wasserbäch).
+* Clean doesn't totally clean. filelist.txt files are still present, CDBS bug
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521711
+* Added irc and ircs protocol system handlers.
+* Study the possibility and add, if convenient, Build-Depends-Indep
+* Look into dpkg-shlibdeps warnings for plugins (*.so) called from kvirc binary.
+* Upstream: kvirc4-config even with coexistence disabled.
+* Check this point for policy 3.8.1 update:
+  - The maintainer name and email address used in the changelog should be the 
+    details of the person uploading this version.
+

Added: kde-extras/kvirc/trunk/debian/kvirc.lintian-overrides
===================================================================
--- kde-extras/kvirc/trunk/debian/kvirc.lintian-overrides	                        (rev 0)
+++ kde-extras/kvirc/trunk/debian/kvirc.lintian-overrides	2010-01-08 08:02:46 UTC (rev 16556)
@@ -0,0 +1,4 @@
+#The file is in the kvirc-data on which kvirc depends.
+kvirc: menu-icon-missing /usr/share/pixmaps/kvirc32x32.xpm
+#Library just used for kvirc.
+kvirc: package-name-doesnt-match-sonames libkvilib4

Added: kde-extras/kvirc/trunk/debian/kvirc.mime
===================================================================
--- kde-extras/kvirc/trunk/debian/kvirc.mime	                        (rev 0)
+++ kde-extras/kvirc/trunk/debian/kvirc.mime	2010-01-08 08:02:46 UTC (rev 16556)
@@ -0,0 +1,5 @@
+application/x-kva;      kvirc %s;          nametemplate=%s.kva;    test=test "$DISPLAY" != "";     priority=5
+application/x-kvc;      kvirc %s;          nametemplate=%s.kvc;    test=test "$DISPLAY" != "";     priority=5
+application/x-kvs;      kvirc %s;          nametemplate=%s.kvs;    test=test "$DISPLAY" != "";     priority=5
+application/x-kvt;      kvirc %s;          nametemplate=%s.kvt;    test=test "$DISPLAY" != "";     priority=5
+

Added: kde-extras/kvirc/trunk/debian/source.lintian-overrides
===================================================================
--- kde-extras/kvirc/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ kde-extras/kvirc/trunk/debian/source.lintian-overrides	2010-01-08 08:02:46 UTC (rev 16556)
@@ -0,0 +1,3 @@
+# no misc:Depends needed
+kvirc source: debhelper-but-no-misc-depends kvirc-data
+kvirc source: debhelper-but-no-misc-depends kvirc-dev

Added: kde-extras/kvirc/trunk/debian/watch
===================================================================
--- kde-extras/kvirc/trunk/debian/watch	                        (rev 0)
+++ kde-extras/kvirc/trunk/debian/watch	2010-01-08 08:02:46 UTC (rev 16556)
@@ -0,0 +1,4 @@
+version=3
+
+# our URL
+opts=pasv ftp://ftp.kvirc.de/pub/kvirc/([\d\.]+)/source/kvirc-([\d\.]+)\.tar\.bz2




More information about the pkg-kde-commits mailing list