Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Uncrustify vendor (#23)
Browse files Browse the repository at this point in the history
* point to upstream uncrustify

* rename package to uncrustify_vendor
  • Loading branch information
mikaelarguedas authored Jun 28, 2018
1 parent 9751be2 commit 3cf6a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)

project(uncrustify)
project(uncrustify_vendor)

if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
message(FATAL_ERROR "
Expand Down Expand Up @@ -271,7 +271,7 @@ endif()
#
# Package
#
set(CPACK_PACKAGE_NAME "uncrustify")
set(CPACK_PACKAGE_NAME "uncrustify_vendor")
set(CPACK_PACKAGE_VERSION "${CURRENT_VERSION}")
set(CPACK_PACKAGE_VENDOR "Ben Gardner")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Code beautifier")
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>uncrustify</name>
<name>uncrustify_vendor</name>
<version>0.66.1</version>
<description>
Package a newer version of uncrustify (0.61+, b6593c1, April 14th 2015).
</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>GNU GENERAL PUBLIC LICENSE Version 3</license>

<url>https://github.com/bengardner/uncrustify</url>
<url>https://github.com/uncrustify/uncrustify</url>

<build_depend>ament_cmake_core</build_depend>

Expand Down

0 comments on commit 3cf6a5a

Please sign in to comment.