diff --git a/helpers/DATA/distro-info/test-trisquel-distro-info b/helpers/DATA/distro-info/test-trisquel-distro-info index d6ba8507f6d0252e9789c74cb9957a5acd4b8bf6..535ab50854873560b8adc3230102e40ea5b843f7 100755 --- a/helpers/DATA/distro-info/test-trisquel-distro-info +++ b/helpers/DATA/distro-info/test-trisquel-distro-info @@ -129,9 +129,9 @@ Options: --days=[MILESTONE] (created, release, eol) -a --all list all known versions -d --devel latest development version - --lts latest long term support (LTS) version -s --stable latest stable version - --supported list of all supported stable versions + --lts latest long term support (LTS) version + --supported list of all supported versions (including development) --unsupported list of all unsupported stable versions -c --codename print the codename (default) -f --fullname print the full name diff --git a/helpers/make-distro-info b/helpers/make-distro-info index f30eeeed7d809fe82545ae3dd7dc8f050235820f..599b20bb925e4cb3d2a8ab8c838602b8cd0ea9ae 100644 --- a/helpers/make-distro-info +++ b/helpers/make-distro-info @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 DEPENDS=distro-info-data . ./config @@ -51,6 +51,8 @@ cp $DATA/test.pl perl/ #shell mv shell/ubuntu-distro-info.in shell/trisquel-distro-info.in +mv haskell/UbuntuDistroInfo.hs haskell/TrisquelDistroInfo.hs + changelog "Reworking and branding Trisquel GNU/Linux distro info." compile