From 240013391fe893997719341d9bc52e6588df5a4a Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Wed, 30 Jul 2014 18:13:49 -0400
Subject: Fix dependencies

---
diff --git a/dbus-doc.pkg/control b/dbus-doc.pkg/control
index 0fb3dd4..34bbe2e 100644
--- a/dbus-doc.pkg/control
+++ b/dbus-doc.pkg/control
@@ -1,5 +1,5 @@
 Architecture: any
-Depends: todo expat
+Depends: libdbus-1.3 (= ${Source-Version})
 Description: D-Bus is a message bus system for applications to talk to each
   other.
   .
diff --git a/dbus.pkg/control b/dbus.pkg/control
index 1151a2c..e44d7ea 100644
--- a/dbus.pkg/control
+++ b/dbus.pkg/control
@@ -1,6 +1,6 @@
 Architecture: any
 Platform: all
-Depends: expat
+Depends: libdbus-1.3 (= ${Binary-Version}), libexpat.1
 Description: D-Bus is a message bus system for applications to talk to
  each other.
  .
diff --git a/libdbus-1-dev.pkg/control b/libdbus-1-dev.pkg/control
index fb703ad..55d67f0 100644
--- a/libdbus-1-dev.pkg/control
+++ b/libdbus-1-dev.pkg/control
@@ -1,8 +1,8 @@
 Architecture: any
 Platform: all
-Depends: libdbus-1.3 (= 1.8.0-1) todo
+Depends: libdbus-1.3 (= ${Binary-Version})
 Description: D-Bus message bus system - development files.
   D-Bus is a message bus system for applications to talk to each
   other.
   .
-  This package provides development files for D-Bus
\ No newline at end of file
+  This package provides development files for D-Bus
diff --git a/libdbus-1.3.pkg/control b/libdbus-1.3.pkg/control
index dc49f61..9263f51 100644
--- a/libdbus-1.3.pkg/control
+++ b/libdbus-1.3.pkg/control
@@ -1,6 +1,5 @@
 Architecture: any
 Platform: all
-Depends: expat, libexpat.1
 Description: D-Bus is a message bus system for applications to talk to each
   other.
   .
--
cgit v0.9.1