aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-02-12 01:03:38 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-02-12 01:05:21 +0100
commit4feedb2141805cd86c5f64aef206c40362dcc754 (patch)
tree8e1f03a2ece201c454dbce49fa67c15fab478255
parent278f94136e49234e0904da9665b571c9a44fb696 (diff)
downloadnx-libs-4feedb2141805cd86c5f64aef206c40362dcc754.tar.gz
nx-libs-4feedb2141805cd86c5f64aef206c40362dcc754.tar.bz2
nx-libs-4feedb2141805cd86c5f64aef206c40362dcc754.zip
fix for intra-dependency lintian fix
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 195bcacf6..b23ecc247 100644
--- a/debian/control
+++ b/debian/control
@@ -60,6 +60,7 @@ Package: libnx-mesa-extras-dev
Section: libdevel
Architecture: any
Depends:
+ libnx-x11-dev (>= ${source:Version}), libnx-x11-dev (<< ${source:Version}.1~),
${misc:Depends}
Description: Library headers for nx-X11 (extra headers)
NX is a software suite which implements very efficient
@@ -145,7 +146,6 @@ Description: NX xauth
Package: libxcomp3
Architecture: any
Depends:
- libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
${shlibs:Depends},
${misc:Depends}
Breaks: nxcomp (<=3.5.1)
@@ -161,7 +161,6 @@ Package: libxcomp-dev
Section: libdevel
Architecture: any
Depends:
- libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
libxcomp3 (= ${binary:Version}),
${misc:Depends}
Breaks: nxcomp-dev (<=3.5.1)