[Pkg-javascript-commits] [mathjax-docs] 01/01: Simplify get-orig-source.sh, no more need to remove files.
Dmitry Shachnev
mitya57-guest at moszumanska.debian.org
Sun Jun 15 11:26:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
mitya57-guest pushed a commit to branch master
in repository mathjax-docs.
commit 79f19dc6816e1d2ab4dc3f187daf0e221de05943
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Jun 15 15:26:45 2014 +0400
Simplify get-orig-source.sh, no more need to remove files.
---
debian/changelog | 6 ++++++
debian/get-orig-source.sh | 3 ---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 916bf83..4a78362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mathjax-docs (2.4+20140613-2) UNRELEASED; urgency=medium
+
+ * Simplify get-orig-source.sh, no more need to remove files.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sun, 15 Jun 2014 15:26:21 +0400
+
mathjax-docs (2.4+20140613-1) unstable; urgency=medium
* New upstream snapshot.
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 23be816..a9f9064 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -20,9 +20,6 @@ wget -nv "$MJ_TARBALL"
tar xzf "$BRANCH.tar.gz"
rm "$BRANCH.tar.gz"
-# That theme contains compressed jQuery without source
-rm -rf "MathJax-docs-$BRANCH/_themes/sphinx-bootstrap"
-
BASEVERSION=`grep ^version "MathJax-docs-$BRANCH/conf.py" | grep '[0-9.]*' -o`
VERSION="$BASEVERSION+$DATE"
FILENAME="mathjax-docs_$VERSION.orig.tar.gz"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax-docs.git
More information about the Pkg-javascript-commits
mailing list