[Python-modules-commits] r22951 - in packages/objgraph/trunk/debian (3 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat Nov 10 17:00:27 UTC 2012
Date: Saturday, November 10, 2012 @ 17:00:25
Author: stefanor
Revision: 22951
* New upstream release.
- Tests pass on Python 3.3.
- Supports file formats besides png.
* Upload to experimental, as Debian is frozen for wheezy.
* Bump Standards-Version to 3.9.4.
- Bump debhelper Build-Depends to 8.1 for build-{arch,indep} support.
* Bump machine readable copyright format to 1.0.
* Bump copyright years.
Modified:
packages/objgraph/trunk/debian/changelog
packages/objgraph/trunk/debian/control
packages/objgraph/trunk/debian/copyright
Modified: packages/objgraph/trunk/debian/changelog
===================================================================
--- packages/objgraph/trunk/debian/changelog 2012-11-10 15:59:42 UTC (rev 22950)
+++ packages/objgraph/trunk/debian/changelog 2012-11-10 17:00:25 UTC (rev 22951)
@@ -1,3 +1,16 @@
+objgraph (1.7.2-1) experimental; urgency=low
+
+ * New upstream release.
+ - Tests pass on Python 3.3.
+ - Supports file formats besides png.
+ * Upload to experimental, as Debian is frozen for wheezy.
+ * Bump Standards-Version to 3.9.4.
+ - Bump debhelper Build-Depends to 8.1 for build-{arch,indep} support.
+ * Bump machine readable copyright format to 1.0.
+ * Bump copyright years.
+
+ -- Stefano Rivera <stefanor at debian.org> Sat, 10 Nov 2012 18:59:27 +0200
+
objgraph (1.7.1-1) unstable; urgency=low
* New upstream release.
Modified: packages/objgraph/trunk/debian/control
===================================================================
--- packages/objgraph/trunk/debian/control 2012-11-10 15:59:42 UTC (rev 22950)
+++ packages/objgraph/trunk/debian/control 2012-11-10 17:00:25 UTC (rev 22951)
@@ -4,14 +4,14 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefanor at debian.org>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 8.1),
graphviz,
python-all (>= 2.6.5-13~),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python3-all (>= 3.1.2-6~),
python3-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
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 2012-11-10 15:59:42 UTC (rev 22950)
+++ packages/objgraph/trunk/debian/copyright 2012-11-10 17:00:25 UTC (rev 22951)
@@ -1,10 +1,10 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: objgraph
Upstream-Contact: Marius Gedminas <marius at pov.lt>
Source: http://pypi.python.org/pypi/objgraph/
Files: *
-Copyright: 2008-2011, Marius Gedminas
+Copyright: 2008-2012, Marius Gedminas
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
@@ -25,7 +25,7 @@
SOFTWARE.
Files: debian/*
-Copyright: 2010-2011, Stefano Rivera <stefanor at debian.org>
+Copyright: 2010-2012, 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
More information about the Python-modules-commits
mailing list