[Python-apps-commits] r14312 - in packages/pelican/trunk/debian (4 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Sun Aug 13 05:33:58 UTC 2017


    Date: Sunday, August 13, 2017 @ 05:33:57
  Author: vcheng
Revision: 14312

stdver bump

Modified:
  packages/pelican/trunk/debian/changelog
  packages/pelican/trunk/debian/control
  packages/pelican/trunk/debian/copyright
  packages/pelican/trunk/debian/rules

Modified: packages/pelican/trunk/debian/changelog
===================================================================
--- packages/pelican/trunk/debian/changelog	2017-08-13 05:28:11 UTC (rev 14311)
+++ packages/pelican/trunk/debian/changelog	2017-08-13 05:33:57 UTC (rev 14312)
@@ -2,6 +2,8 @@
 
   * Remove notmyidea theme to avoid shipping non-free files, repacking tarball.
     (Closes: #868047, #868049, #858859)
+    - Update debian/copyright accordingly.
+  * Update Standards version to 4.0.1.
 
  -- Vincent Cheng <vcheng at debian.org>  Wed, 11 Jan 2017 00:16:54 -0800
 

Modified: packages/pelican/trunk/debian/control
===================================================================
--- packages/pelican/trunk/debian/control	2017-08-13 05:28:11 UTC (rev 14311)
+++ packages/pelican/trunk/debian/control	2017-08-13 05:33:57 UTC (rev 14312)
@@ -18,7 +18,7 @@
  python-sphinx,
  python-tz,
  python-unidecode
-Standards-Version: 3.9.8
+Standards-Version: 4.0.1
 X-Python-Version: >= 2.7
 Homepage: http://getpelican.com/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pelican/trunk/

Modified: packages/pelican/trunk/debian/copyright
===================================================================
--- packages/pelican/trunk/debian/copyright	2017-08-13 05:28:11 UTC (rev 14311)
+++ packages/pelican/trunk/debian/copyright	2017-08-13 05:33:57 UTC (rev 14312)
@@ -7,18 +7,9 @@
 Copyright: 2011 Alexis Métaireau
 License: AGPL-3
 
-Files: pelican/themes/notmyidea/static/css/main.css
-Copyright: 2009 Smashing Media GmbH
-License: MIT
-
-Files: pelican/themes/notmyidea/static/css/reset.css
-Copyright: 2008 Eric Meyer
-License: public-domain
- Released under public domain.
-
 Files: debian/*
 Copyright: 2013 Ondřej Surý <ondrej at debian.org>
-           2014 Vincent Cheng <vcheng at debian.org>
+           2014-2017 Vincent Cheng <vcheng at debian.org>
 License: MIT
 
 License: AGPL-3

Modified: packages/pelican/trunk/debian/rules
===================================================================
--- packages/pelican/trunk/debian/rules	2017-08-13 05:28:11 UTC (rev 14311)
+++ packages/pelican/trunk/debian/rules	2017-08-13 05:33:57 UTC (rev 14312)
@@ -16,11 +16,6 @@
 	PYTHONPATH=. http_proxy='http://127.0.0.1:9/' sphinx-build -N -E -bhtml docs build/html
 	rm -rf build/html/.doctrees
 
-override_dh_sphinxdoc:
-ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
-	dh_sphinxdoc -ppython-pelican-doc
-endif
-
 override_dh_auto_test:
 	@echo "Tests currently disabled!"
 




More information about the Python-apps-commits mailing list