rev 10023 - people/raul/kvirc/debian

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Sun Apr 6 17:03:29 UTC 2008


Author: kebianizao-guest
Date: 2008-04-06 17:03:28 +0000 (Sun, 06 Apr 2008)
New Revision: 10023

Modified:
   people/raul/kvirc/debian/changelog
   people/raul/kvirc/debian/control
Log:
Tighting depends for kvirc and kvirc-data.


Modified: people/raul/kvirc/debian/changelog
===================================================================
--- people/raul/kvirc/debian/changelog	2008-04-06 17:03:26 UTC (rev 10022)
+++ people/raul/kvirc/debian/changelog	2008-04-06 17:03:28 UTC (rev 10023)
@@ -5,6 +5,7 @@
     upstream.
   * Changed 3.2 references in rules,kvirc-data installation scripts to 3.4. 
   * Removing empty maintainer scripts: kvirc-dev and kvirc.prerm.
+  * Tighting depends for kvirc and kvirc-data.
 
  -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Wed, 02 Apr 2008 00:13:00 +0200
 

Modified: people/raul/kvirc/debian/control
===================================================================
--- people/raul/kvirc/debian/control	2008-04-06 17:03:26 UTC (rev 10022)
+++ people/raul/kvirc/debian/control	2008-04-06 17:03:28 UTC (rev 10023)
@@ -7,7 +7,7 @@
 
 Package: kvirc
 Architecture: any
-Depends: kvirc-data (>= 2:3.0.0), ${shlibs:Depends}
+Depends: kvirc-data (= ${source:version}), ${shlibs:Depends}
 Description:  KDE based next generation IRC client with module support
  A highly configurable graphical IRC client with an MDI interface,
  built-in scripting language, support for IRC DCC, drag & drop file
@@ -23,7 +23,7 @@
 Package: kvirc-data
 Section: net
 Architecture: all
-Depends: kvirc (>= 2:3.0.0)
+Depends: kvirc (= ${source:version})
 Conflicts: kvirc-doc, kvirc (<< 2:3.0.0)
 Replaces: kvirc-doc
 Description: Data files for KVIrc
@@ -40,7 +40,7 @@
 Package: kvirc-dev
 Section: devel
 Architecture: any
-Depends: kvirc (>= 2:3.0.0)
+Depends: kvirc (>= ${source:version})
 Description: Development files for KVIrc
  This package contains KVIrc libraries and include files you need if you
  want to develop plugins for KVIrc.




More information about the pkg-kde-commits mailing list