Packaging upstream v1.0.2

master
Thomas Goirand 2014-06-17 00:48:11 +08:00
parent bdfae11e32
commit 926b1b76c4
2 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
gf-complete (1.02~0+2014.05.git259d53ea590b-1) unstable; urgency=low
gf-complete (1.0.2-1) unstable; urgency=low
* Initial release (Closes: #750713).

4
debian/rules vendored
View File

@ -22,3 +22,7 @@ gen-orig-xz:
fi
[ ! -e ../build-area ] && mkdir ../build-area || true
[ ! -e ../build-area/$(DEBPKGNAME)_$(VERSION).orig.tar.xz ] && cp ../$(DEBPKGNAME)_$(VERSION).orig.tar.xz ../build-area
fetch-upstream-remote:
git remote add upstream $(UPSTREAM_GIT) || true
git fetch upstream