[beignet] 01/04: ignore git submodule definitions while importing upstream tarballs
Andreas Beckmann
anbe at moszumanska.debian.org
Tue Mar 17 22:48:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository beignet.
commit e17a05090f8109260a2e8b557c84cc37a947b5b9
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Mar 17 23:18:39 2015 +0100
ignore git submodule definitions while importing upstream tarballs
---
debian/changelog | 4 ++++
debian/gbp.conf | 2 ++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8542e6e..b86d63e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
beignet (1.0.1-4) UNRELEASED; urgency=medium
+ [ Andreas Beckmann ]
+ * Ignore git submodule definitions while importing upstream tarballs.
+
+ [ Rebecca N. Palmer ]
* Make transitional dummy arch:all.
* Enable building on hurd-i386 and x32.
* Fix FTBFS on kfreebsd-*.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..c1dc7ab
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[import-orig]
+filter = [ '.git', '.gitmodules' ]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-commits
mailing list