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

Message ID 20200719080138.4093-1-michael.straube@posteo.de
State Rejected, archived
Headers show
Series [pacman-dev] PKGBUILD-vcs.proto: replace bzr with breezy | expand

Commit Message

Michael Straube July 19, 2020, 8:01 a.m. UTC
The bzr package was replaced with breezy a while ago.
Update the PKGBUILD-vcs.proto file.

Signed-off-by: Michael Straube <michael.straube@posteo.de>
---
 proto/PKGBUILD-vcs.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Allan McRae July 19, 2020, 8:07 a.m. UTC | #1
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 <michael.straube@posteo.de>
> ---
>  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=()
>
Michael Straube July 19, 2020, 8:13 a.m. UTC | #2
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.

Patch

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=()