diff --git a/cesetup/deb.sh b/cesetup/deb.sh index 0497934e..5d31d1ec 100644 --- a/cesetup/deb.sh +++ b/cesetup/deb.sh @@ -4,6 +4,7 @@ min1=${ver//_} min=${min1:1} dte=$(LC_TIME='en_EN.UTF-8' date -u +"%a %b %d %Y") +arch="" if [ $CPU = "x86_64" ]; then arch="amd64" else @@ -17,7 +18,6 @@ cfgdir=$basdir/DEBIAN bindir=$basdir/usr/bin pixdir=$basdir/usr/share/pixmaps shcdir=$basdir/usr/share/applications -arch="" mkdir -p $basdir mkdir -p $cfgdir @@ -45,6 +45,7 @@ echo "Package: coedit Version: $maj$min Section: base Priority: optional +Date: $dte Architecture: $arch Depends: bash Maintainer: Basile Burg diff --git a/docs/setup.md b/docs/setup.md index 205313d9..ad4664f3 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -57,7 +57,8 @@ If they are not correctly set, for each of the following file **coedit**, **dcd- ### Linux package -Only the _x86-64_ _rpm_ is available (Fedora, openSuse, ...). After the installation, you must also build [DCD](features_dcd). +Are provided a _deb_ package (Debian and derived Ubuntu, Mint, etc) and a _rpm_ (Fedora, openSUSE), only for x86_64 (amd64). +After the installation, you must also build [DCD](features_dcd). ### First steps