[Pkg-kde-commits] rev 2059 - branches/kde-3.4.0/packages/kdebindings/debian

Adeodato Simó adeodato at costa.debian.org
Thu Oct 20 01:44:47 UTC 2005


Author: adeodato
Date: 2005-10-20 01:44:44 +0000 (Thu, 20 Oct 2005)
New Revision: 2059

Modified:
   branches/kde-3.4.0/packages/kdebindings/debian/control
Log:
Loose the ${package:arch} crack, and use proper depends. The intention
is to leave the packages binNMUable. PLEASE SOMEBODY REVIEW THIS.


Modified: branches/kde-3.4.0/packages/kdebindings/debian/control
===================================================================
--- branches/kde-3.4.0/packages/kdebindings/debian/control	2005-10-20 01:32:53 UTC (rev 2058)
+++ branches/kde-3.4.0/packages/kdebindings/debian/control	2005-10-20 01:44:44 UTC (rev 2059)
@@ -9,7 +9,7 @@
 Package: kdebindings-java
 Section: libs
 Architecture: all
-Depends: ${libdcop3-java:all}, ${libqt3-java:all}, ${libkde3-java:all}
+Depends: libdcop3-java (= ${Source-Version}), libqt3-java (= ${Source-Version}), libkde3-java (= ${Source-Version})
 Description: KDE Java bindings metapackage
  A metapackage containing dependencies on all KDE, Qt and DCOP
  bindings libraries to the Java language.
@@ -19,7 +19,7 @@
 Package: libdcop3-java
 Architecture: all
 Section: libs
-Depends: ${libdcop3-jni:all}, gij | java1-runtime | java2-runtime
+Depends: libdcop3-jni (>> ${KDE-Version3}), libdcop3-jni (<< ${KDE-Next-Version3}), gij | java1-runtime | java2-runtime
 Description: DCOP bindings for Java
  This package contains the Java classes necessary to run Java programs
  using the Java DCOP bindings. DCOP is the KDE Desktop COmmunications
@@ -42,7 +42,7 @@
 Package: libdcop3-java-dev
 Architecture: any
 Section: libdevel
-Depends: ${libdcop3-java:any}
+Depends: libdcop3-java (>> ${KDE-Version3}), libdcop3-java (<< ${KDE-Next-Version3})
 Description: DCOP bindings for Java (dcopidl2java program)
  This package contains the dcopidl2java program which generates Java 
  stubs from DCOP IDL files, necessary to do development with the DCOP Java
@@ -54,7 +54,7 @@
 Package: libqt3-java
 Architecture: all
 Section: libs
-Depends: ${libqt3-jni:all}, gij | java1-runtime | java2-runtime
+Depends: libqt3-jni (>> ${KDE-Version3}), libqt3-jni (<< ${KDE-Next-Version3}), gij | java1-runtime | java2-runtime
 Suggests: juic
 Description: Java bindings for Qt
  This package contains the Java classes necessary to run Java programs
@@ -80,7 +80,7 @@
 Package: libkde3-java
 Architecture: all
 Section: libs
-Depends: ${libkde3-jni:all}, gij | java1-runtime | java2-runtime
+Depends: libkde3-jni (>> ${KDE-Version3}), libkde3-jni (<< ${KDE-Next-Version3}), gij | java1-runtime | java2-runtime
 Description: kdelibs bindings for Java
  This package contains the Java classes necessary to run Java programs
  using the Java kdelibs bindings. KDE is the K Desktop Environment, a
@@ -117,7 +117,7 @@
 Package: libsmokeqt-dev
 Architecture: any
 Section: libdevel
-Depends: ${libsmokeqt1:any}, ${shlibs:Depends}
+Depends: libsmokeqt1 (= ${Source-Version})
 Conflicts: libqt-perl (<= 3.008-1)
 Description: SMOKE Binding Library to Qt - Development Files
  The "Scripting Meta Object Kompiler Engine" library is used by
@@ -144,7 +144,7 @@
 Package: libsmokekde-dev
 Architecture: any
 Section: libdevel
-Depends: ${libsmokekde1:any}, ${shlibs:Depends}
+Depends: libsmokekde1 (= ${Source-Version})
 Description: SMOKE Binding Library to KDE - Development Files
  The "Scripting Meta Object Kompiler Engine" library is used by
  various KDE language bindings packages to provide interfaces to the
@@ -184,7 +184,7 @@
 Package: libkjsembed-dev
 Architecture: any
 Section: libdevel
-Depends: ${libkjsembed1:any}
+Depends: libkjsembed1 (= ${Source-Version})
 Description: Embedded JavaScript library (Development files)
  This package contains the header files and symbolic links necessary
  to develop and compile programs using the KJSEmbed library.  This
@@ -199,7 +199,7 @@
 Package: kjscmd
 Architecture: any
 Section: interpreters
-Depends: ${libkjsembed1:any}
+Depends: ${shlibs:Depends}
 Description: A script interpreter using the KDE JavaScript library
  This package contains the kjscmd program, which is a standalone
  JavaScript interpreter using the KJSEmbed library.
@@ -224,7 +224,7 @@
 Package: libkorundum0-ruby1.8
 Architecture: any
 Section: interpreters
-Depends: ${libqt0-ruby18:any}, ${shlibs:Depends}
+Depends: libqt0-ruby1.8 (= ${Source-Version}), ${shlibs:Depends}
 Description: KDE bindings for Ruby
  This package contains the files necessary for running and developing
  Ruby code using the Korundum KDE Ruby bindings.




More information about the pkg-kde-commits mailing list