From 6eb7ab827f8d75b0bab690c206a6d2d1a0bd0517 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 May 2008 09:46:47 +0000 Subject: got new .deb building code to work on Ubuntu/Hardy and cleaned up the package stuff a bit svn path=/trunk/; revision=9767 --- packages/linux_make/Makefile | 2 +- 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 +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 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 -- cgit v1.2.1