Re: [pacman-dev] [PATCH] PKGBUILD-vcs.proto: replace bzr with breezy

2020-07-19 Thread Michael Straube

On 19.07.20 10:07, Allan McRae wrote:

On 19/7/20 6:01 pm, Michael Straube wrote:

The bzr package was replaced with breezy a while ago.
Update the PKGBUILD-vcs.proto file.



It was in Arch.  Not everywhere else pacman is used.   Also, breezy
provides bzr, so it still works as is.



Ah ok, I did not think about other distributions.


Re: [pacman-dev] [PATCH] PKGBUILD-vcs.proto: replace bzr with breezy

2020-07-19 Thread Allan McRae
On 19/7/20 6:01 pm, Michael Straube wrote:
> The bzr package was replaced with breezy a while ago.
> Update the PKGBUILD-vcs.proto file.
> 

It was in Arch.  Not everywhere else pacman is used.   Also, breezy
provides bzr, so it still works as is.

> Signed-off-by: Michael Straube 
> ---
>  proto/PKGBUILD-vcs.proto | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/proto/PKGBUILD-vcs.proto b/proto/PKGBUILD-vcs.proto
> index ae9956a9..6a76db67 100644
> --- a/proto/PKGBUILD-vcs.proto
> +++ b/proto/PKGBUILD-vcs.proto
> @@ -16,7 +16,7 @@ url=""
>  license=('GPL')
>  groups=()
>  depends=()
> -makedepends=('VCS_PACKAGE') # 'bzr', 'git', 'mercurial' or 'subversion'
> +makedepends=('VCS_PACKAGE') # 'breezy', 'git', 'mercurial' or 'subversion'
>  provides=("${pkgname%-VCS}")
>  conflicts=("${pkgname%-VCS}")
>  replaces=()
> 


[pacman-dev] [PATCH] PKGBUILD-vcs.proto: replace bzr with breezy

2020-07-19 Thread Michael Straube
The bzr package was replaced with breezy a while ago.
Update the PKGBUILD-vcs.proto file.

Signed-off-by: Michael Straube 
---
 proto/PKGBUILD-vcs.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proto/PKGBUILD-vcs.proto b/proto/PKGBUILD-vcs.proto
index ae9956a9..6a76db67 100644
--- a/proto/PKGBUILD-vcs.proto
+++ b/proto/PKGBUILD-vcs.proto
@@ -16,7 +16,7 @@ url=""
 license=('GPL')
 groups=()
 depends=()
-makedepends=('VCS_PACKAGE') # 'bzr', 'git', 'mercurial' or 'subversion'
+makedepends=('VCS_PACKAGE') # 'breezy', 'git', 'mercurial' or 'subversion'
 provides=("${pkgname%-VCS}")
 conflicts=("${pkgname%-VCS}")
 replaces=()
-- 
2.27.0