From 1043d1c47dac33d1a3dfb4df4881c4295eb6cb0d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 Dec 2009 23:57:07 +0000 Subject: Paul Brossier has become the maintainer for the 'puredata' package and has put his files into the Debian git repo: http://wiki.debian.org/Alioth/Git http://git.debian.org/?p=collab-maint/puredata.git;a=summary Therefore, I am removing trunk/packages/debian in favor of that git repo. svn path=/trunk/; revision=12837 --- packages/debian/rules | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 packages/debian/rules (limited to 'packages/debian/rules') diff --git a/packages/debian/rules b/packages/debian/rules deleted file mode 100755 index a590f6ac..00000000 --- a/packages/debian/rules +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/make -f - -DEB_TAR_SRCDIR := pd-0.41-4 - -ARCH = $(shell dpkg --print-architecture) -export ARCH - -include /usr/share/cdbs/1/rules/tarball.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk - - -binary-post-install/puredata:: - chmod 644 `find debian/puredata/usr/lib/pd/doc -type f` - chmod 755 debian/puredata/usr/lib/pd/bin/pd.tk - -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-jack --enable-alsa -config.status: patch - -- cgit v1.2.1