[SCM] faad2/master: add debian/README.source and force xz compression in debian/gbp.conf

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon May 11 09:57:20 UTC 2015


The following commit has been merged in the master branch:
commit 23f672826f4f43183569045ef5c2ebe332308949
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Mon May 11 11:30:31 2015 +0200

    add debian/README.source and force xz compression in debian/gbp.conf

diff --git a/debian/README.source b/debian/README.source
new file mode 100755
index 0000000..4fdf844
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+#!/bin/bash
+# This is how the Debian source tarball was created:
+
+set -e
+
+PACKAGE=faad2
+VERSION=2.8.0~
+CVSDATE=2015-05-10
+PKGDATE=`echo $CVSDATE | tr -d '-'`
+
+TMPDIR=`mktemp -d`
+
+pushd ${TMPDIR}
+cvs -d:pserver:anonymous at faac.cvs.sourceforge.net:/cvsroot/faac login
+cvs -z3 -d:pserver:anonymous at faac.cvs.sourceforge.net:/cvsroot/faac export -D ${CVSDATE} ${PACKAGE}
+mv ${PACKAGE} ${PACKAGE}-${VERSION}cvs${PKGDATE}
+tar cJfv ${PACKAGE}_${VERSION}cvs${PKGDATE}.orig.tar.xz ${PACKAGE}-${VERSION}cvs${PKGDATE}
+popd
+
+cp ${TMPDIR}/${PACKAGE}_${VERSION}cvs${PKGDATE}.orig.tar.xz ..
diff --git a/debian/gbp.conf b/debian/gbp.conf
index efba884..8a9ec36 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,4 +1,2 @@
 [DEFAULT]
-debian-branch = master
-upstream-branch = upstream
-pristine-tar = True
+compression = xz

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list