diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
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. |