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

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Wed Jul 30 15:10:21 CEST 2008


Revision: 10227
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10227&view=rev
Author:   eighthave
Date:     2008-07-30 13:10:20 +0000 (Wed, 30 Jul 2008)

Log Message:
-----------
added a ~ between the Pd bugfix version and the build date for Debian package
since the test versions had '0.40.3cvs2008...' in them and Debian considers
0.40.3-1 older than 0.40.3cvs20080703-1.  This is following the recommendation
of the Debian manual:

http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version

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

Modified: trunk/packages/linux_make/Makefile
===================================================================
--- trunk/packages/linux_make/Makefile	2008-07-30 02:07:09 UTC (rev 10226)
+++ trunk/packages/linux_make/Makefile	2008-07-30 13:10:20 UTC (rev 10227)
@@ -77,7 +77,7 @@
 
 
 deb: DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-deb: DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-extended-\(.*\)|\1cvs\2-1|')
+deb: DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-extended-\(.*\)|\1~cvs\2-1|')
 deb: $(bindir)
 # GNOME menu support
 	install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps


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