[Python-modules-commits] r4893 - in packages/elixir/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Mar 21 23:25:49 UTC 2008
Date: Friday, March 21, 2008 @ 23:25:47
Author: piotr
Revision: 4893
* No need to rename Egg dir name anymore as pycentral handles it now
(Closes: #472036)
* Move python-central to Build-Depends-Indep
* Bumped python-central required version to 0.6 (new .py files location)
* Strip the "-1" from setuptools' required build version (to ease backports)
Modified:
packages/elixir/trunk/debian/changelog
packages/elixir/trunk/debian/control
packages/elixir/trunk/debian/rules
Modified: packages/elixir/trunk/debian/changelog
===================================================================
--- packages/elixir/trunk/debian/changelog 2008-03-21 20:47:25 UTC (rev 4892)
+++ packages/elixir/trunk/debian/changelog 2008-03-21 23:25:47 UTC (rev 4893)
@@ -1,3 +1,13 @@
+elixir (0.5.1-2) unstable; urgency=medium
+
+ * No need to rename Egg dir name anymore as pycentral handles it now
+ (Closes: #472036)
+ * Move python-central to Build-Depends-Indep
+ * Bumped python-central required version to 0.6 (new .py files location)
+ * Strip the "-1" from setuptools' required build version (to ease backports)
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 21 Mar 2008 21:10:19 +0100
+
elixir (0.5.1-1) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/elixir/trunk/debian/control
===================================================================
--- packages/elixir/trunk/debian/control 2008-03-21 20:47:25 UTC (rev 4892)
+++ packages/elixir/trunk/debian/control 2008-03-21 23:25:47 UTC (rev 4893)
@@ -3,8 +3,8 @@
Priority: optional
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-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
-Build-Depends-Indep: python-all-dev
+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.7.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/elixir/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/?op=log
Modified: packages/elixir/trunk/debian/rules
===================================================================
--- packages/elixir/trunk/debian/rules 2008-03-21 20:47:25 UTC (rev 4892)
+++ packages/elixir/trunk/debian/rules 2008-03-21 23:25:47 UTC (rev 4893)
@@ -14,7 +14,5 @@
-rm -rf build/
binary-post-install/python-elixir::
- mv debian/python-elixir/usr/share/pycentral/python-elixir/site-packages/Elixir-${DEB_UPSTREAM_VERSION}-py${PYVER}.egg-info \
- debian/python-elixir/usr/share/pycentral/python-elixir/site-packages/Elixir-${DEB_UPSTREAM_VERSION}.egg-info
- # instead lintian override
+ # instead of lintian override
echo '/**/'>> debian/python-elixir/usr/share/doc/python-elixir/examples/videostore/videostore/static/css/style.css
More information about the Python-modules-commits
mailing list