pd-zexy (2.1-1.1) debian-dir only changes

Summary

 debian/README.Debian          |    9 ++++++++
 debian/changelog              |   14 ++++++++++++
 debian/compat                 |    1 
 debian/control                |   13 +++++++++++
 debian/copyright              |    9 ++++++++
 debian/dirs                   |    2 +
 debian/patches/bashisms.patch |   47 ++++++++++++++++++++++++++++++++++++++++++
 debian/rules                  |   14 ++++++++++++
 8 files changed, 109 insertions(+)

    
download this patch

Patch contents

--- pd-zexy-2.1.orig/debian/README.Debian
+++ pd-zexy-2.1/debian/README.Debian
@@ -0,0 +1,9 @@
+pd-zexy for Debian
+------------------
+
+In order to use Zexy, start pd, open the File->Startup menu and write "zexy" in the
+first non-empty line. Push "Save all Settings" and restart Pd. If you have problems, 
+contact me or use the Debian Bug Tracking system <bugs.debian.org>
+
+
+ -- Guenter Geiger (Debian/GNU) <geiger@debian.org>, Tue, 16 Aug 2005 14:56:33 +0200
--- pd-zexy-2.1.orig/debian/rules
+++ pd-zexy-2.1/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_TAR_SRCDIR := zexy-2.1/src
+
+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
+
+CFLAGS_pd-zexy := -O2 -g -fPIC -Wall
+DEB_MAKE_BUILD_TARGET := all CFLAGS="-O2 -g -DZEXY_LIBRARY -fPIC -Wall"
+DEB_MAKE_INSTALL_TARGET = install PREFIX=`pwd`/debian/pd-zexy/usr/lib/pd
+
--- pd-zexy-2.1.orig/debian/dirs
+++ pd-zexy-2.1/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
--- pd-zexy-2.1.orig/debian/copyright
+++ pd-zexy-2.1/debian/copyright
@@ -0,0 +1,9 @@
+This package was debianized by Guenter Geiger <geiger@debian.org> on
+Wed,  6 Nov 2002 12:38:33 +0100.
+
+Downloaded from <pure-data.sf.net>
+
+Copyright:
+
+This software is distributed under the GPL version 2 
+(see /usr/share/common-licenses/GPL-2).
--- pd-zexy-2.1.orig/debian/compat
+++ pd-zexy-2.1/debian/compat
@@ -0,0 +1 @@
+4
--- pd-zexy-2.1.orig/debian/patches/bashisms.patch
+++ pd-zexy-2.1/debian/patches/bashisms.patch
@@ -0,0 +1,47 @@
+diff -Nur pd-zexy-2.1/build-tree/zexy-2.1/src/makesource.sh pd-zexy-2.1.new/build-tree/zexy-2.1/src/makesource.sh
+--- zexy-2.1/src/makesource.sh	2005-06-16 15:26:22.000000000 +0200
++++ zexy-2.1/src/makesource.sh	2008-01-15 16:09:03.000000000 +0100
+@@ -12,7 +12,7 @@
+ #################################
+ ## functions
+ 
+-function head_h() {
++head_h() {
+  echo "/* zexy-setup autogenerated header-file"
+  echo " * generated by \"$0\""
+  echo " * !! DO NOT MANUALLY EDIT  !!"
+@@ -22,12 +22,12 @@
+  echo "#define Z_ZEXY_H__"
+ }
+ 
+-function foot_h() {
++foot_h() {
+  echo "#endif /* Z_ZEXY_H__ */"
+  echo ""
+ }
+ 
+-function head_c() {
++head_c() {
+  echo "/* zexy-setup autogenerated setup-file"
+  echo " * generated by \"$0\""
+  echo " * !! DO NOT MANUALLY EDIT  !!"
+@@ -39,16 +39,16 @@
+  echo "{"
+ }
+ 
+-function foot_c() {
++foot_c() {
+  echo "}"
+  echo
+ }
+ 
+-function head_s() {
++head_s() {
+   echo "SOURCES = \\"
+ }
+ 
+-function foot_s() {
++foot_s() {
+   echo "	zexy.c"
+   echo
+ }
--- pd-zexy-2.1.orig/debian/control
+++ pd-zexy-2.1/debian/control
@@ -0,0 +1,13 @@
+Source: pd-zexy
+Section: sound
+Priority: optional
+Maintainer: Guenter Geiger (Debian/GNU) <geiger@debian.org>
+Build-Depends: debhelper (>= 4.0.0), cdbs, puredata
+Standards-Version: 3.6.2
+
+Package: pd-zexy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, puredata
+Description: Addon library for Pd
+ The Zexy library provides several addon objects for the Pd computer
+ music system. 
--- pd-zexy-2.1.orig/debian/changelog
+++ pd-zexy-2.1/debian/changelog
@@ -0,0 +1,14 @@
+pd-zexy (2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: add simple-patchsys support
+  * debian/patches/bashisms.patch: fix bashisms (Closes: #378526)
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Tue, 15 Jan 2008 16:01:02 +0100
+
+pd-zexy (2.1-1) unstable; urgency=low
+
+  * Initial release Closes: #nnnn  (nnnn is the bug number of your ITP)
+
+ -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Tue, 16 Aug 2005 14:56:33 +0200
+