[med-svn] [fastaq] 01/01: Trying to mangle the filename of the pristine tarball. The git project has a uppercase F and this is breaking the build process

Jorge Soares jssoares-guest at moszumanska.debian.org
Wed Oct 8 15:44:46 UTC 2014


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

jssoares-guest pushed a commit to branch master
in repository fastaq.

commit efedc1a5836dc1d80d6438e3ee7495b1e96d427d
Author: Jorge Soares <j.s.soares at gmail.com>
Date:   Wed Oct 8 16:55:31 2014 +0100

    Trying to mangle the filename of the pristine tarball. The git project has a uppercase F and this is breaking the build process
---
 debian/watch | 2 +-
 setup.py     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index dba8b5a..0d3a206 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-
+opts=filenamemangle=s/F(.*)/f$1/ \
 https://github.com/sanger-pathogens/Fastaq/tags \
    /sanger-pathogens/Fastaq/archive/([.\d]+)\.tar\.gz
diff --git a/setup.py b/setup.py
index fc7ef32..05aef7c 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
     packages = find_packages(),
     author='Martin Hunt',
     author_email='mh12 at sanger.ac.uk',
-    url='https://github.com/martinghunt/Fastaq',
+    url='https://github.com/sanger-pathogens/Fastaq',
     scripts=glob.glob('scripts/*'),
     test_suite='nose.collector',
     install_requires=['nose >= 1.3'],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastaq.git



More information about the debian-med-commit mailing list