1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Remove unicode apostrophe

This commit is contained in:
James Duley 2016-04-01 22:23:21 +01:00
parent 61ce3d66d8
commit 457aa0f56f
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ endef
define DESCRIPTION_LONG :=
The LibrePilot open source project was founded in July 2015.
It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
One of the projects primary goals is to provide an open and collaborative environment making it the ideal home for development of innovative ideas.
One of the project's primary goals is to provide an open and collaborative environment making it the ideal home for development of innovative ideas.
endef

View File

@ -20,7 +20,7 @@ SED_SCRIPT := $(SED_SCRIPT)' \
s/<DATE>/$(SED_DATE_STRG)/g; \
s/<DIST>/$(DEB_DIST)/g; \
s/<NAME>/$(DEB_NAME)/g; \
s/<DESCRIPTION>/$(DESCRIPTION_SHORT)\n $(subst $(NEWLINE),\n ,$(DESCRIPTION_LONG))/g; \
s/<DESCRIPTION>/$(DESCRIPTION_SHORT)\n $(subst ','"'"',$(subst $(NEWLINE),\n ,$(DESCRIPTION_LONG)))/g; \
'
# Ubuntu 14.04 (Trusty Tahr) has different names for the qml-modules

View File

@ -13,7 +13,7 @@ SED_SCRIPT := $(SED_SCRIPT)' \
s/<SOURCE0>/$(notdir $(DIST_TAR_GZ))/g; \
s/<SOURCE1>/$(notdir $(FW_DIST_TAR_GZ))/g; \
s/<SUMMARY>/$(DESCRIPTION_SHORT)/g; \
s/<DESCRIPTION>/$(subst $(NEWLINE),\n,$(DESCRIPTION_LONG))/g; \
s/<DESCRIPTION>/$(subst ','"'"',$(subst $(NEWLINE),\n,$(DESCRIPTION_LONG)))/g; \
'
RPM_DIRS := $(addprefix $(PACKAGE_DIR)/,BUILD RPMS SOURCES SPECS SRPMS)