[SCM] faad2/master: Remove debian/README.source and debian/gbp.conf files, they do not apply anymore

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Mon Jul 17 20:28:30 UTC 2017


The following commit has been merged in the master branch:
commit 9402becc9b944f043796672fdcaa74909c5fa445
Author: Fabian Greffrath <fabian at debian.org>
Date:   Mon Jul 17 21:59:49 2017 +0200

    Remove debian/README.source and debian/gbp.conf files, they do not apply anymore

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100755
index f52cb96..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-# This is how the Debian source tarball was created:
-
-set -e
-
-PACKAGE=faad2
-VERSION=2.8.0~
-CVSDATE=2016-11-13
-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
deleted file mode 100644
index 8a9ec36..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-compression = xz

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list