Codebase list faad2 / 9402bec
Remove debian/README.source and debian/gbp.conf files, they do not apply anymore Fabian Greffrath 6 years ago
2 changed file(s) with 0 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
+0
-20
debian/README.source less more
0 #!/bin/bash
1 # This is how the Debian source tarball was created:
2
3 set -e
4
5 PACKAGE=faad2
6 VERSION=2.8.0~
7 CVSDATE=2016-11-13
8 PKGDATE=`echo $CVSDATE | tr -d '-'`
9
10 TMPDIR=`mktemp -d`
11
12 pushd ${TMPDIR}
13 cvs -d:pserver:anonymous@faac.cvs.sourceforge.net:/cvsroot/faac login
14 cvs -z3 -d:pserver:anonymous@faac.cvs.sourceforge.net:/cvsroot/faac export -D ${CVSDATE} ${PACKAGE}
15 mv ${PACKAGE} ${PACKAGE}-${VERSION}cvs${PKGDATE}
16 tar cJfv ${PACKAGE}_${VERSION}cvs${PKGDATE}.orig.tar.xz ${PACKAGE}-${VERSION}cvs${PKGDATE}
17 popd
18
19 cp ${TMPDIR}/${PACKAGE}_${VERSION}cvs${PKGDATE}.orig.tar.xz ..
+0
-2
debian/gbp.conf less more
0 [DEFAULT]
1 compression = xz