[Kumar Appaiah, 2009-11-14]
> diff -Nru --exclude changelog pyelemental-1.2.0/debian/control 
> pyelemental-1.2.0/debian/control
> --- pyelemental-1.2.0/debian/control  2009-11-14 00:48:12.000000000 -0600
> +++ pyelemental-1.2.0/debian/control  2009-11-14 00:48:13.000000000 -0600
> @@ -33,6 +33,7 @@
>  Priority: extra
>  Architecture: any
>  Depends: python-elemental (= ${binary:Version}), python-dbg, 
> ${shlibs:Depends}
> +XB-Python-Version: ${python:Versions}
>  Description: Python bindings for liblemental (debug extension)
>   gElemental is a GTK+ periodic table viewer that provides detailed 
> information
>   about chemical elements.
> diff -Nru --exclude changelog pyelemental-1.2.0/debian/rules 
> pyelemental-1.2.0/debian/rules
> --- pyelemental-1.2.0/debian/rules    2009-11-14 00:48:12.000000000 -0600
> +++ pyelemental-1.2.0/debian/rules    2009-11-14 00:48:13.000000000 -0600
> @@ -16,7 +16,7 @@
>  
>  install/python-elemental-dbg::
>       for i in $(cdbs_python_build_versions); do \
> -       python$$i-dbg ./setup.py install --root 
> $(CURDIR)/debian/python-elemental-dbg; \
> +       python$$i-dbg ./setup.py install --root 
> $(CURDIR)/debian/python-elemental-dbg --prefix=/usr ; \
>       done
>       find debian/python-elemental-dbg \
>               ! -type d ! -name '*_d.so' | xargs rm -f

adding XB-Python-Version to -dbg package is enough, no need to add
--prefix (although it will not harm to have it) - latest pycentral will
move these files to the right location if XB-P-V header is present.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to