[Pkg-octave-commit] [octave-tsa] 02/03: Remove binary files src/*.mex* from upstream tarball

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Dec 4 21:42:44 UTC 2013


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

rlaboiss-guest pushed a commit to branch master
in repository octave-tsa.

commit 99394542789b523a89e2a38434a0f2e7acb5a7e1
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Dec 4 21:36:40 2013 +0100

    Remove binary files src/*.mex* from upstream tarball
    
    - debian/rules: Add get-orig-source rule
    - debian/copyright: Add list of files to be excluded
    - debian/watch: Mangle the upstream version to drop the "+dsfg" part
    
    Git-Dch: full
---
 debian/copyright | 1 +
 debian/rules     | 3 +++
 debian/watch     | 3 ++-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index ae77d35..c5a8543 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: TSA package for Octave
 Upstream-Contact: The Octave Community <octave-maintainers at octave.org>
 Source: http://octave.sourceforge.net/tsa/
+Files-Excluded: src/*.mex*
 
 Files: inst/*.m src/*.cpp
 Copyright: 1996-2005, 2008-2010, 2012, Alois Schloegl <alois.schloegl at ist.ac.at>
diff --git a/debian/rules b/debian/rules
index 71fb86c..6d655c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+get-orig-source:
+	uscan --verbose --force-download --repack-compression xz
diff --git a/debian/watch b/debian/watch
index b2b7efe..44c2652 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://sf.net/octave/tsa-(.+)\.tar\.gz
+opts="dversionmangle=s/[~+]dfsg[0-9]*//" \
+  http://sf.net/octave/tsa-(.+)\.tar\.gz

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-tsa.git



More information about the Pkg-octave-commit mailing list