summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-03 12:24:13 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-03 12:24:13 +0200
commit6669794434cb9f472aafce126162b9b81389df5f (patch)
treeeb0bce92f42648784cecf704f1a7569ca30b1ba6 /debian
parent5ecd32cb842defe38e14dcaeb0caa2d98356a0bb (diff)
Rename to ymake
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian6
-rw-r--r--debian/changelog2
-rw-r--r--debian/control10
3 files changed, 9 insertions, 9 deletions
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 <mail@reichwein.it>
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.