Update of /cvsroot/pure-data/externals/debian In directory sc8-pr-cvs1:/tmp/cvs-serv24188
Modified Files: changelog pd-flext-ext.files pd-zexy.files rules Log Message: updated for new version, removed pdp
Index: changelog =================================================================== RCS file: /cvsroot/pure-data/externals/debian/changelog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** changelog 30 Jul 2003 10:57:54 -0000 1.9 --- changelog 5 Nov 2003 11:27:31 -0000 1.10 *************** *** 1,2 **** --- 1,9 ---- + pd-externals (00.20031105) unstable; urgency=low + + * New snapshot + * removed pdp (will be separate package) + + -- Guenter Geiger (Debian/GNU) geiger@debian.org Mon, 05 Nov 2003 17:49:15 +0200 + pd-externals (00.20030718-1) unstable; urgency=low
Index: pd-flext-ext.files =================================================================== RCS file: /cvsroot/pure-data/externals/debian/pd-flext-ext.files,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pd-flext-ext.files 22 Jul 2003 12:26:35 -0000 1.1 --- pd-flext-ext.files 5 Nov 2003 11:27:31 -0000 1.2 *************** *** 3,7 **** /usr/lib/pd/extra/syncgrain~.pd_linux /usr/lib/pd/extra/fluid* ! /usr/lib/pd/doc/5.reference/help-fluid.pd ! /usr/lib/pd/doc/5.reference/help-shaffy~.pd ! /usr/lib/pd/doc/5.reference/help-shabby~.pd --- 3,7 ---- /usr/lib/pd/extra/syncgrain~.pd_linux /usr/lib/pd/extra/fluid* ! /usr/lib/pd/doc/5.reference/*fluid*.pd ! /usr/lib/pd/doc/5.reference/*shaffy~*.pd ! /usr/lib/pd/doc/5.reference/*shabby~*.pd
Index: pd-zexy.files =================================================================== RCS file: /cvsroot/pure-data/externals/debian/pd-zexy.files,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pd-zexy.files 30 Jul 2003 10:57:54 -0000 1.3 --- pd-zexy.files 5 Nov 2003 11:27:31 -0000 1.4 *************** *** 1,4 **** usr/lib/pd/extra/zexy* usr/lib/pd/doc/5.reference/zexy - usr/lib/pd/doc/5.reference/help-zexy
--- 1,3 ----
Index: rules =================================================================== RCS file: /cvsroot/pure-data/externals/debian/rules,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** rules 5 Nov 2003 10:27:39 -0000 1.15 --- rules 5 Nov 2003 11:27:31 -0000 1.16 *************** *** 120,130 ****
# Add here commands to install the package into debian/pd-externals. (cd build/linux; $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp) (rm -r `find $(CURDIR)/debian/tmp/ -name CVS`)
(cd zexy/src; $(MAKE) -f makefile.linux install DESTDIR=$(CURDIR)/debian/tmp \ INSTALL_PREFIX=/usr/ \ PDLIBDIR=lib/pd ) ! ln -s zexy $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/help-zexy (cd grill/flext; $(MAKE) -f makefile.pd-linux install INSTDIR=$(CURDIR)/debian/tmp/usr/lib/pd/flext)
--- 120,136 ----
# Add here commands to install the package into debian/pd-externals. + (cd build/linux; $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp) (rm -r `find $(CURDIR)/debian/tmp/ -name CVS`)
+ # Install zexy + (cd zexy/src; $(MAKE) -f makefile.linux install DESTDIR=$(CURDIR)/debian/tmp \ INSTALL_PREFIX=/usr/ \ PDLIBDIR=lib/pd ) ! # ln -s zexy $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/help-zexy ! ! # Install flext ! (cd grill/flext; $(MAKE) -f makefile.pd-linux install INSTDIR=$(CURDIR)/debian/tmp/usr/lib/pd/flext)
*************** *** 134,149 **** (make -C footils/shabby -k $(FOOINSTALL) install) (make -C footils/syncgrain -k $(FOOINSTALL) install) ! install -m 644 footils/fluid/pd/fluid.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/help-fluid.pd ! install -m 644 footils/shabby/shaffy~-help.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/help-shaffy~.pd ! install -m 644 footils/shabby/shabby~.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/help-shabby~.pd -rm $(CURDIR)/debian/tmp/usr/lib/pd/extra/fiiwu*
! ! # Install OSC
install OSCx/OSC/OSC.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/extra ! install -m 644 OSCx/doc/*.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference
! # Install cyclone
mkdirhier $(CURDIR)/debian/tmp/usr/lib/pd/externs/cyclone --- 140,154 ---- (make -C footils/shabby -k $(FOOINSTALL) install) (make -C footils/syncgrain -k $(FOOINSTALL) install) ! install -m 644 footils/fluid/pd/fluid.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/fluid-help.pd ! install -m 644 footils/shabby/shaffy~-help.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference ! install -m 644 footils/shabby/shabby~.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference -rm $(CURDIR)/debian/tmp/usr/lib/pd/extra/fiiwu*
! # Install OSC
install OSCx/OSC/OSC.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/extra ! install -m 644 OSCx/doc/*help.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference
! # Install cyclone
mkdirhier $(CURDIR)/debian/tmp/usr/lib/pd/externs/cyclone *************** *** 151,168 **** mkdirhier $(CURDIR)/debian/tmp/usr/lib/pd/doc/cyclone install -m 644 $(CURDIR)/miXed/test/cyclone/*.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/cyclone - - - # Clean up make references - - (cd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference; \ - for i in *.pd; do\ - if [ "$$i" = "$${i#help-*}" ]; then\ - mv $$i help-$$i;\ - fi;\ - done) - - # A good thought to move references to their right place, but finally, - # this doesn't work, so move abstractions that are used by references - # back to their right place ... damn.
--- 156,159 ----