From 6669794434cb9f472aafce126162b9b81389df5f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 May 2024 12:24:13 +0200 Subject: Rename to ymake --- debian/README.Debian | 6 +++--- debian/changelog | 2 +- debian/control | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'debian') diff --git a/debian/README.Debian b/debian/README.Debian index 4da4a5b..cc7a1c9 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,7 +1,7 @@ -xmake for Debian +ymake for Debian ================ -This package is the Debian version of xmake. +This package is the Debian version of ymake. It is a build system with XML based config files. @@ -9,7 +9,7 @@ It is a build system with XML based config files. Usage ----- -Run "xmake" like "make" to build programs with an XMakefile. +Run "ymake" like "make" to build programs with an YMakefile. Contact diff --git a/debian/changelog b/debian/changelog index d94dedf..1af324c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xmake (1.0) unstable; urgency=medium +ymake (1.0) unstable; urgency=medium * Initial release diff --git a/debian/control b/debian/control index c27819e..a54f393 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ -Source: xmake +Source: ymake Section: devel Priority: optional Maintainer: Roland Reichwein Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, pkg-config, libfmt-dev, googletest, gcovr, libreichwein-dev Standards-Version: 4.5.0 -Homepage: http://www.reichwein.it/xmake/ +Homepage: http://www.reichwein.it/ymake/ -Package: xmake +Package: ymake Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Homepage: http://www.reichwein.it/xmake/ +Homepage: http://www.reichwein.it/ymake/ Description: Buildsystem - XMake is a buildsystem with automatically resolved dependencies. + YMake is a buildsystem with automatically resolved dependencies. -- cgit v1.2.3