aboutsummaryrefslogtreecommitdiff
path: root/packages/debian/patches/00_buildsys.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-14 23:57:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-14 23:57:07 +0000
commit1043d1c47dac33d1a3dfb4df4881c4295eb6cb0d (patch)
treef1abb599799bcb99a2a05eae246f7edb20dcc8d0 /packages/debian/patches/00_buildsys.patch
parent3bcbd4a39e4a4293f83e4c8a32354f1355376c7c (diff)
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
Diffstat (limited to 'packages/debian/patches/00_buildsys.patch')
-rw-r--r--packages/debian/patches/00_buildsys.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/debian/patches/00_buildsys.patch b/packages/debian/patches/00_buildsys.patch
deleted file mode 100644
index 94197a63..00000000
--- a/packages/debian/patches/00_buildsys.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN pd-0.39-2-old/configure pd-0.39-2/configure
---- configure 1970-01-01 01:00:00.000000000 +0100
-+++ configure 2006-08-01 19:01:27.000000000 +0200
-@@ -0,0 +1,4 @@
-+#!/bin/sh
-+
-+cd src; ./configure $@
-+
-diff -ruN pd-0.39-2-old/Makefile pd-0.39-2/Makefile
---- Makefile 1970-01-01 01:00:00.000000000 +0100
-+++ Makefile 2006-08-01 19:01:32.000000000 +0200
-@@ -0,0 +1,9 @@
-+
-+all:
-+ make -C src
-+
-+install:
-+
-+clean:
-+ make -C src clean
-+