[snappy-java] 01/03: Do not filter the upstream tarball with gbp
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 29 21:50:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository snappy-java.
commit a177c4069a1650a3e2a162d893132a9153e16e4f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jan 29 22:40:40 2016 +0100
Do not filter the upstream tarball with gbp
---
debian/gbp.conf | 19 -------------------
debian/orig-tar.sh | 2 +-
2 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index 7ff374c..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# This source package is manage in a Git repository with git-buildpackage.
-
-[DEFAULT]
-# use pristine-tar:
-pristine-tar = True
-
-[git-buildpackage]
-# call lintian after a successful build:
-postbuild = lintian -I --pedantic $GBP_CHANGES_FILE
-
-[git-import-orig]
-# import filter:
-filter = snappy-java-*/lib
-# filter out files from tarball passed to pristine tar:
-filter-pristine-tar = True
-
-[git-dch]
-# include 7 digits of the commit id in the changelog entry:
-id-length = 7
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 3f0c612..05f9a8a 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -2,7 +2,7 @@
set -e
VERSION=$2
-TAR=../snappy-java_$VERSION.tar.xz
+TAR=../snappy-java_$VERSION.orig.tar.xz
DIR=snappy-java-$VERSION
tar -xf $3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git
More information about the pkg-java-commits
mailing list