[Python-modules-commits] r7705 - in packages/elixir/trunk/debian (changelog control copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Feb 22 21:51:55 UTC 2009
Date: Sunday, February 22, 2009 @ 21:51:54
Author: piotr
Revision: 7705
* Add ${misc:Depends} to Depends
* Change Debian packaging license to MIT (to match upstream)
* Upoad to unstable
Modified:
packages/elixir/trunk/debian/changelog
packages/elixir/trunk/debian/control
packages/elixir/trunk/debian/copyright
Modified: packages/elixir/trunk/debian/changelog
===================================================================
--- packages/elixir/trunk/debian/changelog 2009-02-22 21:21:57 UTC (rev 7704)
+++ packages/elixir/trunk/debian/changelog 2009-02-22 21:51:54 UTC (rev 7705)
@@ -1,10 +1,16 @@
-elixir (0.6.1-2) UNRELEASED; urgency=low
+elixir (0.6.1-2) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:13:00 +0100
+ [ Piotr Ożarowski ]
+ * Add ${misc:Depends} to Depends
+ * Change Debian packaging license to MIT (to match upstream)
+ * Upoad to unstable
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 22 Feb 2009 22:37:23 +0100
+
elixir (0.6.1-1) experimental; urgency=low
* New upstream release
Modified: packages/elixir/trunk/debian/control
===================================================================
--- packages/elixir/trunk/debian/control 2009-02-22 21:21:57 UTC (rev 7704)
+++ packages/elixir/trunk/debian/control 2009-02-22 21:51:54 UTC (rev 7705)
@@ -13,7 +13,7 @@
Package: python-elixir
Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (>= 0.4.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>= 0.4.0)
Recommends: python-crypto
XB-Python-Version: ${python:Versions}
Description: Declarative Mapper for SQLAlchemy
Modified: packages/elixir/trunk/debian/copyright
===================================================================
--- packages/elixir/trunk/debian/copyright 2009-02-22 21:21:57 UTC (rev 7704)
+++ packages/elixir/trunk/debian/copyright 2009-02-22 21:51:54 UTC (rev 7705)
@@ -32,8 +32,5 @@
SOFTWARE.
-The Debian packaging is (C) 2007-2008 Piotr Ożarowski <piotr at debian.org> and
-Gustavo Noronha Silva <kov at debian.org> - it is licensed under the GPL.
-
-On Debian systems, the complete text of the GNU General Public License
-can be found in `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2007-2009 Piotr Ożarowski <piotr at debian.org> and
+Gustavo Noronha Silva <kov at debian.org> - it is licensed under the MIT as well.
More information about the Python-modules-commits
mailing list