From e1e6a02efd69a01221488cec98489b5388359043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 4 Aug 2017 03:44:22 +0200 Subject: [PATCH] Change upstream git to http://lab.jerasure.org/jerasure/jerasure.git --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3a53b90..c5a0c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ jerasure (2.0.0-3) UNRELEASED; urgency=medium * Added myself to uploaders * Move to OpenStack PKG team * Bump debhelper compat version + * Change upstream git to http://lab.jerasure.org/jerasure/jerasure.git -- James Page Mon, 14 Sep 2015 14:17:12 +0100 diff --git a/debian/rules b/debian/rules index 13409fa..cd98c06 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -UPSTREAM_GIT ?= https://bitbucket.org/jimplank/jerasure.git +UPSTREAM_GIT ?= http://lab.jerasure.org/jerasure/jerasure.git DEBVERS ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') VERSION ?= $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//')