diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 5c0e0f73..6302fb70 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (1.2.1-1ppa1) bionic; urgency=medium + + * New upstream release. + + -- Nicola Murino Sat, 14 Nov 2020 10:19:02 +0100 + sftpgo (1.2.0-1ppa1) bionic; urgency=medium * New upstream release. diff --git a/pkgs/debian/control b/pkgs/debian/control index cdca01c2..b75dc5f9 100644 --- a/pkgs/debian/control +++ b/pkgs/debian/control @@ -8,7 +8,7 @@ Homepage: https://github.com/drakkan/sftpgo Vcs-Git: https://github.com/drakkan/sftpgo.git Package: sftpgo -Architecture: amd64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: bash-completion, mime-support Suggests: python3-requests, python3-pygments diff --git a/pkgs/debian/sftpgo.install.arm64 b/pkgs/debian/sftpgo.install.arm64 new file mode 100644 index 00000000..114c5da3 --- /dev/null +++ b/pkgs/debian/sftpgo.install.arm64 @@ -0,0 +1,8 @@ +arm64/sftpgo usr/bin +examples/rest-api-cli/sftpgo_api_cli usr/bin +sftpgo.json etc/sftpgo +init/sftpgo.service lib/systemd/system +bash_completion/sftpgo usr/share/bash-completion/completions +man/man1/* usr/share/man/man1 +templates usr/share/sftpgo +static usr/share/sftpgo diff --git a/pkgs/debian/sftpgo.install.ppc64el b/pkgs/debian/sftpgo.install.ppc64el new file mode 100644 index 00000000..5ae72c41 --- /dev/null +++ b/pkgs/debian/sftpgo.install.ppc64el @@ -0,0 +1,8 @@ +ppc64le/sftpgo usr/bin +examples/rest-api-cli/sftpgo_api_cli usr/bin +sftpgo.json etc/sftpgo +init/sftpgo.service lib/systemd/system +bash_completion/sftpgo usr/share/bash-completion/completions +man/man1/* usr/share/man/man1 +templates usr/share/sftpgo +static usr/share/sftpgo diff --git a/version/version.go b/version/version.go index dfc01be5..e6db9a9a 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "1.2.1" +const version = "1.2.1-dev" var ( commit = ""