[PD-cvs] SF.net SVN: pure-data: [9767] trunk/packages/linux_make

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue May 6 11:46:48 CEST 2008


Revision: 9767
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9767&view=rev
Author:   eighthave
Date:     2008-05-06 02:46:47 -0700 (Tue, 06 May 2008)

Log Message:
-----------
got new .deb building code to work on Ubuntu/Hardy and cleaned up the package stuff a bit

Modified Paths:
--------------
    trunk/packages/linux_make/Makefile
    trunk/packages/linux_make/debian/control

Modified: trunk/packages/linux_make/Makefile
===================================================================
--- trunk/packages/linux_make/Makefile	2008-05-05 16:12:32 UTC (rev 9766)
+++ trunk/packages/linux_make/Makefile	2008-05-06 09:46:47 UTC (rev 9767)
@@ -14,7 +14,7 @@
 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
 

Modified: trunk/packages/linux_make/debian/control
===================================================================
--- trunk/packages/linux_make/debian/control	2008-05-05 16:12:32 UTC (rev 9766)
+++ trunk/packages/linux_make/debian/control	2008-05-06 09:46:47 UTC (rev 9767)
@@ -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 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 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list