[Python-modules-commits] r9895 - in packages/python-pyglew/trunk/debian (changelog rules)

Sandro Tosi morph at debian.org
Fri Oct 2 17:25:36 UTC 2009


On Mon, Sep 28, 2009 at 22:24,  <jmw-guest at users.alioth.debian.org> wrote:
>    Date: Monday, September 28, 2009 @ 20:24:13
>  Author: jmw-guest
> Revision: 9895
>
> Build for Python 2.6
>
> Modified:
>  packages/python-pyglew/trunk/debian/changelog
>  packages/python-pyglew/trunk/debian/rules
>
> Modified: packages/python-pyglew/trunk/debian/changelog
> ===================================================================
> --- packages/python-pyglew/trunk/debian/changelog       2009-09-28 17:09:33 UTC (rev 9894)
> +++ packages/python-pyglew/trunk/debian/changelog       2009-09-28 20:24:13 UTC (rev 9895)
> @@ -1,5 +1,6 @@
>  python-pyglew (0.1.2-4) UNRELEASED; urgency=low
>
> +  [ Julien Lavergne ]
>   * From Ubuntu, prepare for the future python transition,
>     thanks Alessio Treglia for the patch (Closes: #521679):
>    - debian/rules :
> @@ -12,8 +13,11 @@
>     + Build-depends on python and python-all-dev (>= 2.5.4-1~)
>     + Build-depends on debhelper (>= 5.0.38)
>
> - -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 01:38:34 +0200
> +  [ Jonathan Wiltshire ]
> +  * Build for Python 2.6 (Closes: #547849)

this is not a changelog entry: it should reply to the question "what
did I changed in this pacakge from the previous one?".

>
> + -- Jonathan Wiltshire <debian at jwiltshire.org.uk>  Mon, 28 Sep 2009 21:15:30 +0100
> +
>  python-pyglew (0.1.2-3) unstable; urgency=low
>
>   * debian/control
>
> Modified: packages/python-pyglew/trunk/debian/rules
> ===================================================================
> --- packages/python-pyglew/trunk/debian/rules   2009-09-28 17:09:33 UTC (rev 9894)
> +++ packages/python-pyglew/trunk/debian/rules   2009-09-28 20:24:13 UTC (rev 9895)
> @@ -43,7 +43,8 @@
>        dh_testdir
>        dh_testroot
>        dh_installdirs
> -       python setup.py install --root=$(CURDIR)/debian/python-pyglew $(py_setup_install_args)
> +       python setup.py install --root=$(CURDIR)/debian/python-pyglew \
> +               --install-layout=deb $(py_setup_install_args)

$ grep python.mk python-pyglew/debian/rules
include /usr/share/python/python.mk

$ grep py_setup_install_args /usr/share/python/python.mk
py_setup_install_args = --install-layout=deb

I'm reverting this commit

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



More information about the Python-modules-commits mailing list