[med-svn] [SCM] python-htseq branch, master, updated. ac33bf63bacceec62ab224af1c129496508d07f1

Diane Trout diane at ghic.org
Fri Aug 2 04:59:54 UTC 2013


The following commit has been merged in the master branch:
commit ac33bf63bacceec62ab224af1c129496508d07f1
Author: Diane Trout <diane at ghic.org>
Date:   Thu Aug 1 20:52:11 2013 -0700

    Add gbp.conf to filter out files that are created during build.

diff --git a/debian/changelog b/debian/changelog
index c279fee..31942af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ htseq (0.5.4p3-1) UNRELEASED; urgency=low
   * Add fix_version.patch to improve setup.py version check
   * Install provided scripts.
   * Add add_sphinx_man_pages.patch to build man pages.
+  * Add gbp.conf to filter out files that are created during build.
 
  -- Diane Trout <diane at ghic.org>  Fri, 12 Jul 2013 14:03:21 -0700
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..769dbd0
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,11 @@
+[DEFAULT]
+pristine-tar = True
+
+[import-orig]
+filter = [
+  'HTSeq.egg-info/*',
+  'HTSeq/StepVector.py',
+  'src/StepVector_wrap.cxx',
+  'src/_HTSeq.c'
+  ]
+

-- 
Packaging of HTSeq for Debian.



More information about the debian-med-commit mailing list