[Python-apps-commits] r14605 - in packages/xdot/trunk/debian (7 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Feb 21 00:08:35 UTC 2018


    Date: Wednesday, February 21, 2018 @ 00:08:34
  Author: stefanor
Revision: 14605

* New upstream release.
* Drop patches, superseded upstream.
* Update copyright.
* Bump Standards-Version to 4.1.3, no changes needed.
* Bump debhelper compat to 11.
* Declare Rules-Requires-Root: no.
* Upstream doesn't ships tests. Don't attempt to discover tests.

Modified:
  packages/xdot/trunk/debian/changelog
  packages/xdot/trunk/debian/compat
  packages/xdot/trunk/debian/control
  packages/xdot/trunk/debian/copyright
  packages/xdot/trunk/debian/rules
  packages/xdot/trunk/debian/xdot.py
Deleted:
  packages/xdot/trunk/debian/patches/

Modified: packages/xdot/trunk/debian/changelog
===================================================================
--- packages/xdot/trunk/debian/changelog	2018-02-18 03:52:03 UTC (rev 14604)
+++ packages/xdot/trunk/debian/changelog	2018-02-21 00:08:34 UTC (rev 14605)
@@ -1,3 +1,15 @@
+xdot (0.9-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Drop patches, superseded upstream.
+  * Update copyright.
+  * Bump Standards-Version to 4.1.3, no changes needed.
+  * Bump debhelper compat to 11.
+  * Declare Rules-Requires-Root: no.
+  * Upstream doesn't ships tests. Don't attempt to discover tests.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 20 Feb 2018 16:08:14 -0800
+
 xdot (0.7-2) unstable; urgency=medium
 
   * Drop missed dependency on python-gtk2.

Modified: packages/xdot/trunk/debian/compat
===================================================================
--- packages/xdot/trunk/debian/compat	2018-02-18 03:52:03 UTC (rev 14604)
+++ packages/xdot/trunk/debian/compat	2018-02-21 00:08:34 UTC (rev 14605)
@@ -1 +1 @@
-9
+11

Modified: packages/xdot/trunk/debian/control
===================================================================
--- packages/xdot/trunk/debian/control	2018-02-18 03:52:03 UTC (rev 14604)
+++ packages/xdot/trunk/debian/control	2018-02-21 00:08:34 UTC (rev 14605)
@@ -4,15 +4,16 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefanor at debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 11),
  dh-exec,
  dh-python,
  python3,
  python3-setuptools
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Homepage: https://github.com/jrfonseca/xdot.py
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/xdot/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/xdot/trunk/
+Rules-Requires-Root: no
 
 Package: xdot
 Architecture: all

Modified: packages/xdot/trunk/debian/copyright
===================================================================
--- packages/xdot/trunk/debian/copyright	2018-02-18 03:52:03 UTC (rev 14604)
+++ packages/xdot/trunk/debian/copyright	2018-02-21 00:08:34 UTC (rev 14605)
@@ -1,10 +1,10 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: xdot
 Upstream-Contact: Jose Fonseca <jose.r.fonseca at gmail.com>
 Source: https://github.com/jrfonseca/xdot.py
 
 Files: *
-Copyright: 2008-2016 Jose Fonseca, et al <jose.r.fonseca at gmail.com>
+Copyright: 2008-2017 Jose Fonseca, et al <jose.r.fonseca at gmail.com>
 License: LGPL-3+
  This program is free software: you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published
@@ -19,8 +19,45 @@
  On Debian systems, the complete text of the GNU Lesser General Public License
  version 3 can be found in the /usr/share/common-licenses/GPL-3 file.
 
+Files: xdot/ui/colors.py
+Copyright: 2002, Cynthia Brewer, Mark Harrower, and The Pennsylvania State University.
+License: Apache-1.1-Brewer
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions as source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. The end-user documentation included with the redistribution, if any, must
+ include the following acknowledgment:
+ .
+   This product includes color specifications and designs developed by Cynthia
+   Brewer (http://colorbrewer.org/).
+ .
+ Alternately, this acknowledgment may appear in the software itself, if and
+ wherever such third-party acknowledgments normally appear.
+ .
+ 3. The name "ColorBrewer" must not be used to endorse or promote products
+ derived from this software without prior written permission. For written
+ permission, please contact Cynthia Brewer at cbrewer at psu.edu.
+ .
+ 4. Products derived from this software may not be called "ColorBrewer", nor
+ may "ColorBrewer" appear in their name, without prior written permission of
+ Cynthia Brewer.
+ .
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CYNTHIA
+ BREWER, MARK HARROWER, OR THE PENNSYLVANIA STATE UNIVERSITY BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 Files: debian/*
-Copyright: 2010-2016, Stefano Rivera <stefanor at debian.org>
+Copyright: 2010-2018, Stefano Rivera <stefanor at debian.org>
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

Modified: packages/xdot/trunk/debian/rules
===================================================================
--- packages/xdot/trunk/debian/rules	2018-02-18 03:52:03 UTC (rev 14604)
+++ packages/xdot/trunk/debian/rules	2018-02-21 00:08:34 UTC (rev 14605)
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --with python3 --buildsystem pybuild
+
+override_dh_auto_test:
+	# Upstream doesn't ship tests in the sdist

Modified: packages/xdot/trunk/debian/xdot.py
===================================================================
--- packages/xdot/trunk/debian/xdot.py	2018-02-18 03:52:03 UTC (rev 14604)
+++ packages/xdot/trunk/debian/xdot.py	2018-02-21 00:08:34 UTC (rev 14605)
@@ -1,4 +1,4 @@
 #!/usr/bin/python3
-import xdot
+from xdot.__main__ import main
 
-xdot.main()
+main()




More information about the Python-apps-commits mailing list