[Python-modules-commits] [jupyter-sphinx-theme] 01/01: Improved second packaging attempt
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sun Nov 27 00:34:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository jupyter-sphinx-theme.
commit f239171b434cdfc786237336ac30cd68b46c30d8
Author: Jerome Benoit <calculus at rezozer.net>
Date: Sat Nov 26 17:59:07 2016 +0000
Improved second packaging attempt
---
debian/changelog | 2 +-
debian/patches/{jquery-3.patch => debianization-jquery-3.patch} | 2 ++
debian/patches/debianization.patch | 9 ++++-----
debian/patches/series | 2 +-
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4382aec..e0c574e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ jupyter-sphinx-theme (0.0.6+ds1-1) experimental; urgency=medium
* Initial release (Closes: #838798).
- -- Jerome Benoit <calculus at rezozer.net> Sun, 20 Nov 2016 23:58:18 +0000
+ -- Jerome Benoit <calculus at rezozer.net> Sat, 26 Nov 2016 17:57:21 +0000
diff --git a/debian/patches/jquery-3.patch b/debian/patches/debianization-jquery-3.patch
similarity index 92%
rename from debian/patches/jquery-3.patch
rename to debian/patches/debianization-jquery-3.patch
index 030f836..1e7ee4f 100644
--- a/debian/patches/jquery-3.patch
+++ b/debian/patches/debianization-jquery-3.patch
@@ -1,7 +1,9 @@
Description: Use jquery 3 API
See https://stackoverflow.com/questions/37738732/jquery-3-0-url-indexof-error
Author: Ximin Luo <infinity0 at debian.org>
+Origina: vendor, Debian
Forwarded: not-needed
+Last-Update: 2016-11-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/jupyter_sphinx_theme/jupyter/static/bootstrap-sphinx.js_t
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index 49c7edb..9ceffe2 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -1,16 +1,15 @@
Description: debianization
Meant to maintain a minimal debian/rules, to fix warnings, to address
Debian specific stuff in general. This is a Debian centric patch.
- .
- Notes:
- - Don't need to add jquery to script_files since we're using the Debian system
+Comment:
+ 0] Don't need to add jquery to script_files since we're using the Debian system
jquery and that already gets added by Sphinx.
- - There is a further fonts-related error but that is bootswatch's problem and
+ 1] There is a further fonts-related error but that is bootswatch's problem and
not ours, see #845748.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-11-20
+Last-Update: 2016-11-26
--- a/setup.py
+++ b/setup.py
diff --git a/debian/patches/series b/debian/patches/series
index f3c2767..319fee1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
debianization.patch
-jquery-3.patch
+debianization-jquery-3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-sphinx-theme.git
More information about the Python-modules-commits
mailing list