[Pkg-ocaml-maint-commits] [coinst] 01/12: Update debian/gbp.conf to automatically filter "migration-reports" and "snapshots" directories upon import using git-import-orig.

Mehdi Dogguy mehdi at moszumanska.debian.org
Thu Jan 16 22:51:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository coinst.

commit f219aa291c01c2aaac48f0b91db9f939b1812c1e
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Jan 16 10:30:56 2014 +0100

    Update debian/gbp.conf to automatically filter "migration-reports" and "snapshots" directories upon import using git-import-orig.
---
 debian/changelog | 6 +++++-
 debian/gbp.conf  | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index abb2bbe..cf3bf30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 coinst (1.01-3) UNRELEASED; urgency=low
 
+  [ Ralf Treinen ]
   * debian/rules: use $(OCAML_HAVE_OCAMLOPT) to distinguish native from
     non-native archs (thanks to Mehdi Dogguy for the hint!)
 
+  [ Mehdi Dogguy ]
+  * Update debian/gbp.conf to automatically filter "migration-reports"
+    and "snapshots" directories upon import using git-import-orig.
+
  -- Ralf Treinen <treinen at debian.org>  Thu, 02 Feb 2012 15:41:15 +0100
 
 coinst (1.01-2) unstable; urgency=low
@@ -17,4 +22,3 @@ coinst (1.01-1) unstable; urgency=low
   * Initial release (closes: #655395)
 
  -- Ralf Treinen <treinen at debian.org>  Sun, 01 Jan 2012 16:54:35 +0100
-
diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..e008d35 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,4 @@
 [DEFAULT]
 pristine-tar = True
+filter-pristine-tar = True
+filter = [ "migration-report" , "snapshots" ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coinst.git



More information about the Pkg-ocaml-maint-commits mailing list