[Python-modules-commits] r11396 - in packages/elixir/trunk/debian (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Jan 28 19:25:27 UTC 2010
Date: Thursday, January 28, 2010 @ 19:25:09
Author: piotr
Revision: 11396
* New upstream release
- examples are no longer in the tarball
* Convert package to dh sequencer
* Bump Standards-Version to 3.8.4 (no changes needed)
Modified:
packages/elixir/trunk/debian/NEWS
packages/elixir/trunk/debian/changelog
packages/elixir/trunk/debian/control
packages/elixir/trunk/debian/rules
Deleted:
packages/elixir/trunk/debian/examples
Modified: packages/elixir/trunk/debian/NEWS
===================================================================
--- packages/elixir/trunk/debian/NEWS 2010-01-28 13:06:59 UTC (rev 11395)
+++ packages/elixir/trunk/debian/NEWS 2010-01-28 19:25:09 UTC (rev 11396)
@@ -1,6 +1,6 @@
elixir (0.7.0-1) unstable; urgency=low
- Elixit 0.6 -> 0.7 migration notes can be found on the wiki page:
+ Elixir 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.
@@ -8,21 +8,21 @@
elixir (0.6.0-1) unstable; urgency=medium
- Elixit 0.5 -> 0.6 migration notes can be found on the wiki page:
+ Elixir 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
elixir (0.5.0-1) unstable; urgency=low
- Elixit 0.4 -> 0.5 migration notes can be found on the wiki page:
+ Elixir 0.4 -> 0.5 migration notes can be found on the wiki page:
http://elixir.ematia.de/trac/wiki/Migrate04to05 (Autosetup defaults to False!)
-- Piotr Ożarowski <piotr at debian.org> Sun, 16 Dec 2007 13:50:43 +0100
elixir (0.4.0-1) unstable; urgency=low
- Elixit 0.3 -> 0.4 migration notes can be found on the wiki page:
+ Elixir 0.3 -> 0.4 migration notes can be found on the wiki page:
http://elixir.ematia.de/trac/wiki/Migrate03to04
-- Piotr Ożarowski <piotr at debian.org> Mon, 29 Oct 2007 21:09:13 +0100
Modified: packages/elixir/trunk/debian/changelog
===================================================================
--- packages/elixir/trunk/debian/changelog 2010-01-28 13:06:59 UTC (rev 11395)
+++ packages/elixir/trunk/debian/changelog 2010-01-28 19:25:09 UTC (rev 11396)
@@ -1,3 +1,12 @@
+elixir (0.7.1-1) unstable; urgency=low
+
+ * New upstream release
+ - examples are no longer in the tarball
+ * Convert package to dh sequencer
+ * Bump Standards-Version to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 28 Jan 2010 19:58:27 +0100
+
elixir (0.7.0-1) unstable; urgency=low
* New upstream release
Modified: packages/elixir/trunk/debian/control
===================================================================
--- packages/elixir/trunk/debian/control 2010-01-28 13:06:59 UTC (rev 11395)
+++ packages/elixir/trunk/debian/control 2010-01-28 19:25:09 UTC (rev 11396)
@@ -3,9 +3,9 @@
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-setuptools (>= 0.6b3)
-Build-Depends-Indep: python-all, python-support (>= 0.6.4)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), python-all (>= 2.3.5-11), python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python-support (>= 0.6.4)
+Standards-Version: 3.8.4
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/
Deleted: packages/elixir/trunk/debian/examples
===================================================================
--- packages/elixir/trunk/debian/examples 2010-01-28 13:06:59 UTC (rev 11395)
+++ packages/elixir/trunk/debian/examples 2010-01-28 19:25:09 UTC (rev 11396)
@@ -1 +0,0 @@
-examples/*
Modified: packages/elixir/trunk/debian/rules
===================================================================
--- packages/elixir/trunk/debian/rules 2010-01-28 13:06:59 UTC (rev 11395)
+++ packages/elixir/trunk/debian/rules 2010-01-28 19:25:09 UTC (rev 11396)
@@ -1,18 +1,3 @@
#!/usr/bin/make -f
-
-DEB_PYTHON_SYSTEM := pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-DEB_COMPRESS_EXCLUDE := .py
-
-PYVER=$(shell pyversions -vd)
-
-clean::
- -rm -rf build/
-
-binary-post-install/python-elixir::
- # instead of lintian override
- echo '/**/'>> debian/python-elixir/usr/share/doc/python-elixir/examples/videostore/videostore/static/css/style.css
+%:
+ dh $@
More information about the Python-modules-commits
mailing list