[Python-modules-commits] r14859 - in packages/objgraph/trunk/debian (5 files)
stefanor-guest at users.alioth.debian.org
stefanor-guest at users.alioth.debian.org
Mon Nov 8 00:24:10 UTC 2010
Date: Monday, November 8, 2010 @ 00:23:51
Author: stefanor-guest
Revision: 14859
- Drop README.Debian: Upstream fixed the issues we were warning about.
- Extend copyright years.
- Add examples: examples.txt and finalizers.png
* Convert from python-support to dh_python2.
* Use debhelper's --buildsystem=python_distutils option instead of removing
Makefile in clean.
* debian/control:
- Bump Standards-Version to 3.9.1 (no changes needed).
- Suggest: xdot (now packaged)
* Patches:
- Dropped dont-call-xdot.patch: Now builds and runs with or without an
xdot in PATH.
- Refreshed Patches.
Modified:
packages/objgraph/trunk/debian/changelog
packages/objgraph/trunk/debian/clean
packages/objgraph/trunk/debian/control
packages/objgraph/trunk/debian/copyright
packages/objgraph/trunk/debian/rules
Modified: packages/objgraph/trunk/debian/changelog
===================================================================
--- packages/objgraph/trunk/debian/changelog 2010-11-06 19:48:39 UTC (rev 14858)
+++ packages/objgraph/trunk/debian/changelog 2010-11-08 00:23:51 UTC (rev 14859)
@@ -1,16 +1,21 @@
-objgraph (1.3.1-1) UNRELEASED; urgency=low
+objgraph (1.4.0-1) UNRELEASED; urgency=low
* New upstream release.
- * Convert to dh_python2.
- * Bump Standards-Version to 3.9.0 (no changes needed).
- * Suggest: xdot (now packaged)
- * Refresh patches.
- * Drop dont-call-xdot.patch: Now builds and runs with or without an xdot in
- PATH.
- * Drop README.Debian: Upstream fixed the issues we were warning about.
- * Add examples: examples.txt and finalizers.png
+ - Drop README.Debian: Upstream fixed the issues we were warning about.
+ - Extend copyright years.
+ - Add examples: examples.txt and finalizers.png
+ * Convert from python-support to dh_python2.
+ * Use debhelper's --buildsystem=python_distutils option instead of removing
+ Makefile in clean.
+ * debian/control:
+ - Bump Standards-Version to 3.9.1 (no changes needed).
+ - Suggest: xdot (now packaged)
+ * Patches:
+ - Dropped dont-call-xdot.patch: Now builds and runs with or without an
+ xdot in PATH.
+ - Refreshed Patches.
- -- Stefano Rivera <stefano at rivera.za.net> Sun, 18 Jul 2010 20:03:58 +0200
+ -- Stefano Rivera <stefano at rivera.za.net> Mon, 08 Nov 2010 02:22:13 +0200
objgraph (1.2-1) unstable; urgency=low
Modified: packages/objgraph/trunk/debian/clean
===================================================================
--- packages/objgraph/trunk/debian/clean 2010-11-06 19:48:39 UTC (rev 14858)
+++ packages/objgraph/trunk/debian/clean 2010-11-08 00:23:51 UTC (rev 14859)
@@ -1,3 +1,2 @@
*.png
-Makefile
*.egg-info/*
Modified: packages/objgraph/trunk/debian/control
===================================================================
--- packages/objgraph/trunk/debian/control 2010-11-06 19:48:39 UTC (rev 14858)
+++ packages/objgraph/trunk/debian/control 2010-11-08 00:23:51 UTC (rev 14859)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefano at rivera.za.net>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.5), graphviz
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
Homepage: http://mg.pov.lt/objgraph/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/objgraph/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/objgraph/trunk/
Modified: packages/objgraph/trunk/debian/copyright
===================================================================
--- packages/objgraph/trunk/debian/copyright 2010-11-06 19:48:39 UTC (rev 14858)
+++ packages/objgraph/trunk/debian/copyright 2010-11-08 00:23:51 UTC (rev 14859)
@@ -4,7 +4,7 @@
Source: http://pypi.python.org/pypi/objgraph/
Files: *
-Copyright: 2008, Marius Gedminas
+Copyright: 2008-2010, Marius Gedminas
License: MIT
Released under the MIT licence.
.
Modified: packages/objgraph/trunk/debian/rules
===================================================================
--- packages/objgraph/trunk/debian/rules 2010-11-06 19:48:39 UTC (rev 14858)
+++ packages/objgraph/trunk/debian/rules 2010-11-08 00:23:51 UTC (rev 14859)
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@ --with python2 --buildsystem=python_distutils
override_dh_auto_build:
- dh_auto_build
+ dh_auto_build --buildsystem=python_distutils
python setup.py --build-images
More information about the Python-modules-commits
mailing list