Maintainer: František Dvořák <valtri@civ.zcu.cz>
Standards-Version: 3.9.5
Build-Depends:
- debhelper (>= 8), gem2deb
+ debhelper (>= 8), gem2deb, git
Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-api
Vcs-Git: git://github.com/EGI-FCTF/rOCCI-api.git
XS-Ruby-Versions: all
if [ -n "$tag" ]; then
git checkout "$tag"
fi
-tar -cf - --exclude .gitignore --exclude .git ../rOCCI-api | gzip --best > ../${p_name}_$ver.orig.tar.gz
+tar -cf - --exclude .gitignore ../rOCCI-api | gzip --best > ../${p_name}_$ver.orig.tar.gz
cp -rp ../debian .
cat <<EOF > debian/changelog
Section: ruby
Priority: optional
Maintainer: František Dvořák <valtri@civ.zcu.cz>
-Build-Depends: debhelper (>= 8), gem2deb
+Build-Depends: debhelper (>= 8), gem2deb, git
Standards-Version: 3.9.5
Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-cli
Vcs-Git: git://github.com/EGI-FCTF/rOCCI-cli.git
if [ -n "$tag" ]; then
git checkout "$tag"
fi
-tar -cf - --exclude .gitignore --exclude .git ../rOCCI-cli | gzip --best > ../${p_name}_$ver.orig.tar.gz
+tar -cf - --exclude .gitignore ../rOCCI-cli | gzip --best > ../${p_name}_$ver.orig.tar.gz
cp -rp ../debian .
cat <<EOF > debian/changelog
Maintainer: František Dvořák <valtri@civ.zcu.cz>
Standards-Version: 3.9.5
Build-Depends:
- debhelper (>= 8), gem2deb
+ debhelper (>= 8), gem2deb, git
Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-core
Vcs-Git: git://github.com/EGI-FCTF/rOCCI-core.git
XS-Ruby-Versions: all
if [ -n "$tag" ]; then
git checkout "$tag"
fi
-tar -cf - --exclude .gitignore --exclude .git ../rOCCI-core | gzip --best > ../${p_name}_$ver.orig.tar.gz
+tar -cf - --exclude .gitignore ../rOCCI-core | gzip --best > ../${p_name}_$ver.orig.tar.gz
cp -rp ../debian .
if [ x"$tag" = x"v4.2.10" ]; then