Switched back to native package

This commit is contained in:
Ingo Ruhnke 2010-05-08 18:10:17 +02:00
parent 227bc97ee0
commit 5ad25de8a2
2 changed files with 3 additions and 2 deletions
TODO
debian/source

3
TODO
View file

@ -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

View file

@ -1 +1 @@
3.0 (quilt)
3.0 (native)