diff options
-rwxr-xr-x | packages/linux_make/Makefile | 2 | ||||
-rw-r--r-- | packages/linux_make/debian/control | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 809d88dc..bc10f849 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -14,7 +14,7 @@ BUILDLAYOUT_DIR = $(cvs_root_dir)/packages prefix = /usr/local # generates the dependencies for all externals and pd itself -PACKAGE_DEPENDS := $(shell find $(DESTDIR) \( -name "*.pd_linux" -or -name pd-gui -or -wholename \*bin/pd \) -print0 | xargs -0 dpkg-shlibdeps -O | cut -b0-15 --complement ) +PACKAGE_DEPENDS := $(shell find $(DESTDIR) \( -name "*.pd_linux" -or -name pd-gui -or -wholename \*bin/pd \) -print0 | xargs -0 dpkg-shlibdeps -O | cut -b1-15 --complement ) include $(BUILDLAYOUT_DIR)/Makefile.buildlayout diff --git a/packages/linux_make/debian/control b/packages/linux_make/debian/control index 74fc3b1e..45b03c1f 100644 --- a/packages/linux_make/debian/control +++ b/packages/linux_make/debian/control @@ -1,15 +1,16 @@ -Package: pd-extended -Version: 0.40.3cvs20080503-1 +Source: pd-extended +Version: 0.40.3cvs20080505-1 Section: sound Priority: optional +Maintainer: Hans-Christoph Steiner <hans@at.or.at> +Package: pd-extended Architecture: i386 -Depends: xterm | x-terminal-emulator, ttf-bitstream-vera, x-ttcidfont-conf, +Depends: xterm | x-terminal-emulator, ttf-bitstream-vera, x-ttcidfont-conf, Replaces: puredata, pd-externals, gem, pd-pdp, pd-zexy -Conflicts: puredata, pd-externals, gem, pd-pdp, pd-zexy +Conflicts: pd, pd-externals, gem, pd-pdp, pd-zexy Provides: pd Recommends: liblame0, qjackctl Suggests: xmms -Maintainer: Hans-Christoph Steiner <hans@at.or.at> Description: Pure Data with patches and a large collection of externals Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. It is the third major branch of the |