[med-svn] [Git][med-team/nitime][master] 6 commits: Remove ajax inclusion in html files
Nilesh Patra
gitlab at salsa.debian.org
Fri Aug 21 22:06:38 BST 2020
Nilesh Patra pushed to branch master at Debian Med / nitime
Commits:
fe311450 by Nilesh Patra at 2020-08-22T02:27:25+05:30
Remove ajax inclusion in html files
- - - - -
f2f5b330 by Nilesh Patra at 2020-08-22T02:28:31+05:30
Fix lintian
- - - - -
41087c3d by Nilesh Patra at 2020-08-22T02:33:26+05:30
Update changelog
- - - - -
8fbe4985 by Nilesh Patra at 2020-08-22T02:33:42+05:30
routine-update: debhelper-compat 13
- - - - -
f82f7edf by Nilesh Patra at 2020-08-22T02:35:26+05:30
Update upstream/metadata
- - - - -
e65c12cf by Nilesh Patra at 2020-08-22T02:36:24+05:30
Update changelog
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/python-nitime-doc.lintian-overrides
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+nitime (0.8.1-4) unstable; urgency=medium
+
+ * Fix according changed sphinx API (Closes: #963663)
+ * Remove ajax inclusion in html files
+ * Fix lintian
+ * debhelper-compat 13 (routine-update)
+ * Update upstream/metadata
+
+ -- Nilesh Patra <npatra974 at gmail.com> Sat, 22 Aug 2020 02:34:08 +0530
+
nitime (0.8.1-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Yaroslav Halchenko <debian at onerussian.com>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
python3-all,
dh-python,
python3-numpy,
=====================================
debian/python-nitime-doc.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False Positives
+python-nitime-doc: embedded-javascript-library usr/share/doc/python-nitime-doc/html/_static/*.js please use sphinx
=====================================
debian/rules
=====================================
@@ -37,6 +37,9 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
-rm -r doc/_build/html/_sources
: # objects inventory is of no use for the package
-rm doc/_build/html/objects.inv
+ for f in `find . -name "*.html"`; do \
+ sed -i '/cloudflare/d' $$f; \
+ done
endif
# All tests later on
=====================================
debian/upstream/metadata
=====================================
@@ -1,2 +1,7 @@
+---
+Archive: GitHub
Bug-Database: https://github.com/nipy/nitime/issues
Bug-Submit: https://github.com/nipy/nitime/issues/new
+Changelog: https://github.com/nipy/nitime/tags
+Repository: https://github.com/nipy/nitime.git
+Repository-Browse: https://github.com/nipy/nitime
View it on GitLab: https://salsa.debian.org/med-team/nitime/-/compare/0e9456387598977cae53602d3dd4911a2f591d05...e65c12cfaa2853b576108baafac4d740ce6053bb
--
View it on GitLab: https://salsa.debian.org/med-team/nitime/-/compare/0e9456387598977cae53602d3dd4911a2f591d05...e65c12cfaa2853b576108baafac4d740ce6053bb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200821/dc8c82f6/attachment-0001.html>
More information about the debian-med-commit
mailing list