From 4fc76eadb7454a61eccd4e1144327090a9f1d437 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:20 +0000 Subject: [PATCH] bzr: extract update_* to external update file --- srcpkgs/bzr/template | 1 - srcpkgs/bzr/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/bzr/update diff --git a/srcpkgs/bzr/template b/srcpkgs/bzr/template index 42bd098d288..ac519fa66f0 100644 --- a/srcpkgs/bzr/template +++ b/srcpkgs/bzr/template @@ -11,7 +11,6 @@ short_desc="Distributed version control system that Just Works" maintainer="Juan RP " license="GPL-2" homepage="http://bazaar.canonical.com" -update_ignore="*b*" distfiles="http://launchpad.net/bzr/2.6/$version/+download/bzr-$version.tar.gz" checksum=0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0 diff --git a/srcpkgs/bzr/update b/srcpkgs/bzr/update new file mode 100644 index 00000000000..e9b0a0a5ea4 --- /dev/null +++ b/srcpkgs/bzr/update @@ -0,0 +1 @@ +ignore="*b*"