[PD-cvs] packages/linux_make Makefile,1.21.2.6,1.21.2.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jul 31 20:46:05 CEST 2007


Update of /cvsroot/pure-data/packages/linux_make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10948

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
fixed release version for .deb

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.21.2.6
retrieving revision 1.21.2.7
diff -C2 -d -r1.21.2.6 -r1.21.2.7
*** Makefile	24 Jul 2007 19:36:54 -0000	1.21.2.6
--- Makefile	31 Jul 2007 18:46:03 -0000	1.21.2.7
***************
*** 69,73 ****
  
  DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
! DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-extended-\(.*\)|\1\2-1|')
  deb: $(bindir)
  # GNOME menu support
--- 69,73 ----
  
  DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
! DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|extended|1|')
  deb: $(bindir)
  # GNOME menu support
***************
*** 175,178 ****
--- 175,180 ----
  	@echo "PD_VERSION: $(PD_VERSION)"
  	@echo "PD-EXTENDED_VERSION: $(PD-EXTENDED_VERSION)"
+ 	@echo "DEB_BUILD_ARCH: $(DEB_BUILD_ARCH)"
+ 	@echo "DEB_PD_VERSION: $(DEB_PD_VERSION)"
  	@echo "CWD $(CWD)"
  	@echo "DESTDIR $(DESTDIR)"





More information about the Pd-cvs mailing list