[Python-modules-commits] r15335 - in packages/sqlalchemy/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Jan 15 19:46:12 UTC 2011
Date: Saturday, January 15, 2011 @ 19:46:08
Author: piotr
Revision: 15335
* New upstream release
* Do not compress ovjects.inv file (closes: 608776)
Modified:
packages/sqlalchemy/trunk/debian/changelog
packages/sqlalchemy/trunk/debian/copyright
packages/sqlalchemy/trunk/debian/rules
Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog 2011-01-15 18:31:20 UTC (rev 15334)
+++ packages/sqlalchemy/trunk/debian/changelog 2011-01-15 19:46:08 UTC (rev 15335)
@@ -1,3 +1,10 @@
+sqlalchemy (0.6.6-1) experimental; urgency=low
+
+ * New upstream release
+ * Do not compress ovjects.inv file (closes: 608776)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 15 Jan 2011 19:34:08 +0100
+
sqlalchemy (0.6.5-1) experimental; urgency=low
* New upstream release
Modified: packages/sqlalchemy/trunk/debian/copyright
===================================================================
--- packages/sqlalchemy/trunk/debian/copyright 2011-01-15 18:31:20 UTC (rev 15334)
+++ packages/sqlalchemy/trunk/debian/copyright 2011-01-15 19:46:08 UTC (rev 15335)
@@ -12,7 +12,7 @@
This is the MIT license: http://www.opensource.org/licenses/mit-license.php
- Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer and contributors.
+ Copyright (c) 2005-2011 Michael Bayer and contributors.
SQLAlchemy is a trademark of Michael Bayer.
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -82,7 +82,7 @@
-----------------------------------------------------------
The Debian packaging is © 2006 Tommi Virtanen <tv at debian.org>,
-© 2007-2010 Piotr Ożarowski <piotr at debian.org> and is licensed under
+© 2007-2011 Piotr Ożarowski <piotr at debian.org> and is licensed under
the MIT license.
On Debian systems, the complete text of the GNU General Public License
Modified: packages/sqlalchemy/trunk/debian/rules
===================================================================
--- packages/sqlalchemy/trunk/debian/rules 2011-01-15 18:31:20 UTC (rev 15334)
+++ packages/sqlalchemy/trunk/debian/rules 2011-01-15 19:46:08 UTC (rev 15335)
@@ -96,7 +96,7 @@
find $(CURDIR)/debian/ -name '*.py[co]' -delete
dh_python2 -i
dh_python3 -i
- dh_compress -i -X.py -X.js -X.html
+ dh_compress -i -X.py -X.js -X.html -X.inv
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
More information about the Python-modules-commits
mailing list