Switched back to native package
This commit is contained in:
parent
227bc97ee0
commit
5ad25de8a2
2 changed files with 3 additions and 2 deletions
3
TODO
3
TODO
|
@ -8,7 +8,8 @@ TAG="v${VERSION}"
|
|||
git tag -s "${TAG}" -m "xboxdrv ${TAG}"
|
||||
|
||||
# Debian
|
||||
git archive --format=tar --prefix="xboxdrv-${VERSION}/" ${TAG} | gzip -c > /tmp/xboxdrv_${VERSION}.orig.tar.gz
|
||||
git archive --format=tar --prefix="xboxdrv-${VERSION}-3/" ${TAG} | gzip -c > /tmp/xboxdrv_${VERSION}-3.orig.tar.gz
|
||||
|
||||
|
||||
# Normal Source
|
||||
git archive --format=tar --prefix="xboxdrv-linux-${VERSION}/" ${TAG} | bzip2 -c > /tmp/xboxdrv-linux-${VERSION}.tar.bz2
|
||||
|
|
2
debian/source/format
vendored
2
debian/source/format
vendored
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Loading…
Add table
Reference in a new issue