diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-07-30 13:10:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-07-30 13:10:20 +0000 |
commit | 4b09d4e57f5f5b6ef0e70d3ca41636236890e12d (patch) | |
tree | e01a1c7261fd4b2d795de75cd9620755773a8c5d /packages | |
parent | aeb1d5445b2acac09f92dcffb843986a91980bf7 (diff) |
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
svn path=/trunk/; revision=10227
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/linux_make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index b5fd680b..6b4a2c51 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -77,7 +77,7 @@ tarbz2: installer_makefile installer_readme 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 |