Ondřej Nový 2017-08-04 03:44:22 +02:00
parent f32465ff47
commit e1e6a02efd
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <james.page@ubuntu.com> Mon, 14 Sep 2015 14:17:12 +0100

2
debian/rules vendored
View File

@ -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/[-].*//')