[Python-modules-commits] r9914 - in packages/elixir/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Oct 1 19:55:21 UTC 2009


    Date: Thursday, October 1, 2009 @ 19:55:20
  Author: piotr
Revision: 9914

* New upstream release
* Convert to python-support
  - add preinst file to remove old .pyc files
* Bump Standards-Version to 3.8.3 (no changes needed)

Added:
  packages/elixir/trunk/debian/preinst
Modified:
  packages/elixir/trunk/debian/NEWS
  packages/elixir/trunk/debian/changelog
  packages/elixir/trunk/debian/control
  packages/elixir/trunk/debian/rules

Modified: packages/elixir/trunk/debian/NEWS
===================================================================
--- packages/elixir/trunk/debian/NEWS	2009-10-01 19:32:25 UTC (rev 9913)
+++ packages/elixir/trunk/debian/NEWS	2009-10-01 19:55:20 UTC (rev 9914)
@@ -1,6 +1,14 @@
+elixir (0.7.0-1) unstable; urgency=low
+
+  Elixit 0.6 -> 0.7 migration notes can be found on the wiki page:
+  http://elixir.ematia.de/trac/wiki/Migrate06to07
+  Upstream strongly advises to read them.
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 01 Oct 2009 20:49:56 +0200
+
 elixir (0.6.0-1) unstable; urgency=medium
 
-  Elixit 0.4 -> 0.5 migration notes can be found on the wiki page:
+  Elixit 0.5 -> 0.6 migration notes can be found on the wiki page:
   http://elixir.ematia.de/trac/wiki/Migrate05to06
 
  -- Piotr Ożarowski <piotr at debian.org>  Sun, 20 Jul 2008 23:34:01 +0200

Modified: packages/elixir/trunk/debian/changelog
===================================================================
--- packages/elixir/trunk/debian/changelog	2009-10-01 19:32:25 UTC (rev 9913)
+++ packages/elixir/trunk/debian/changelog	2009-10-01 19:55:20 UTC (rev 9914)
@@ -1,3 +1,12 @@
+elixir (0.7.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Convert to python-support
+    - add preinst file to remove old .pyc files
+  * Bump Standards-Version to 3.8.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 01 Oct 2009 20:49:56 +0200
+
 elixir (0.6.1-2) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/elixir/trunk/debian/control
===================================================================
--- packages/elixir/trunk/debian/control	2009-10-01 19:32:25 UTC (rev 9913)
+++ packages/elixir/trunk/debian/control	2009-10-01 19:55:20 UTC (rev 9914)
@@ -4,8 +4,8 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>, Gustavo Noronha Silva <kov at debian.org>
 Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.42), python (>= 2.3.5-11), python-setuptools (>= 0.6b3)
-Build-Depends-Indep: python-all-dev, python-central (>= 0.6)
-Standards-Version: 3.8.0
+Build-Depends-Indep: python-all, python-support (>= 0.6.4)
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/elixir/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/elixir/trunk/
 Homepage: http://elixir.ematia.de/

Added: packages/elixir/trunk/debian/preinst
===================================================================
--- packages/elixir/trunk/debian/preinst	                        (rev 0)
+++ packages/elixir/trunk/debian/preinst	2009-10-01 19:55:20 UTC (rev 9914)
@@ -0,0 +1,9 @@
+#!/bin/sh
+# TODO: remove this file after releasing Squeeze
+set -e
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.7.0-1~
+then
+	pycentral pkgremove python-elixir
+fi
+
+#DEBHELPER#

Modified: packages/elixir/trunk/debian/rules
===================================================================
--- packages/elixir/trunk/debian/rules	2009-10-01 19:32:25 UTC (rev 9913)
+++ packages/elixir/trunk/debian/rules	2009-10-01 19:55:20 UTC (rev 9914)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pycentral
+DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list