From 1f0f28ee38732420266eff7a8b65ee48b97689cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?=
 <zmoelnig@umlautQ.umlaeute.mur.at>
Date: Tue, 3 Nov 2015 14:25:46 +0100
Subject: [PATCH] Depend on 'puredata' rather than 'puredata-core'

the secondary dependency on (virtual) 'pd'
can be satisfied by 'puredata-core'
---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 1e51d93..79b6a11 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,7 +16,7 @@ Package: pd-lua
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- puredata-core | pd
+ puredata | pd
 Description: lua bindings for Pure Data
  pd-lua adds a new loader to Pure Data (Pd), that allows one to load
  objectclasses written in the popular lua programming language.
-- 
GitLab