[sagenb] 04/14: Update d/watch to do the repacking

Ximin Luo infinity0 at debian.org
Fri Dec 2 22:52:48 UTC 2016


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

infinity0 pushed a commit to branch master
in repository sagenb.

commit f287da7495905cc3d9d0862bf470a7304250be87
Author: Ximin Luo <infinity0 at pwned.gg>
Date:   Fri Dec 2 20:29:57 2016 +0100

    Update d/watch to do the repacking
---
 debian/copyright | 1 +
 debian/watch     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 259e0a5..80c2d6c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,6 +4,7 @@ Upstream-Contact: The Sage Development Team <sage-notebook at googlegroups.com>
 Source: https://github.com/sagemath/sagenb
 Files-Excluded:
  *.min.js
+ *-min.js
  sagenb/data/codemirror/*
  sagenb/data/highlight/*
  sagenb/data/jquery/jquery*.js
diff --git a/debian/watch b/debian/watch
index 7282988..79d6525 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
 version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%sagenb-$1.tar.gz%" \
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%sagenb-$1.tar.gz%,\
+dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1" \
  https://github.com/sagemath/sagenb/tags \
  (?:.*?/)?v?(\d[\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list