--- pyelemental-1.2.0.orig/debian/watch +++ pyelemental-1.2.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.kdau.com/files/pyelemental-(.*)\.tar\.bz2 --- pyelemental-1.2.0.orig/debian/python-elemental.install +++ pyelemental-1.2.0/debian/python-elemental.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/python*/*/*.so +debian/tmp/usr/lib/python*/*/*.egg-info --- pyelemental-1.2.0.orig/debian/control +++ pyelemental-1.2.0/debian/control @@ -0,0 +1,48 @@ +Source: pyelemental +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Python Modules Team +Uploaders: Cesare Tirabassi +XS-Python-Version: >= 2.4 +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), pkg-config (>= 0.9.0), libelemental-dev (>= 1.2.0), python-central (>= 0.5.6), python-all-dev (>= 2.4), python-all-dbg +Standards-Version: 3.8.0 +Homepage: http://www.kdau.com/projects/gelemental/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyelemental/trunk +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyelemental/trunk/?op=log + +Package: python-elemental +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends} +Suggests: libelemental-doc, python-elemental-dbg +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: Python bindings for liblemental + gElemental is a GTK+ periodic table viewer that provides detailed information + about chemical elements. + It features a table view which allows the elements to be coloured thematically + by several properties, a sortable list view and an element properties + dialog, displaying a variety of information, including historical, + thermodynamic, electrochemical, and crystallographic properties. + . + The data set is available through the libelemental shared library. + . + This package contains the Python bindings allowing you to use libelemental + from Python scripts. + +Package: python-elemental-dbg +Priority: extra +Architecture: any +Depends: python-elemental (= ${binary:Version}), python-dbg, ${shlibs:Depends} +Description: Python bindings for liblemental (debug extension) + gElemental is a GTK+ periodic table viewer that provides detailed information + about chemical elements. + It features a table view which allows the elements to be coloured thematically + by several properties, a sortable list view and an element properties + dialog, displaying a variety of information, including historical, + thermodynamic, electrochemical, and crystallographic properties. + . + The data set is available through the libelemental shared library. + . + This package contains the Python bindings allowing you to use libelemental + from Python scripts, built for the Python debug interpreter. --- pyelemental-1.2.0.orig/debian/compat +++ pyelemental-1.2.0/debian/compat @@ -0,0 +1 @@ +5 --- pyelemental-1.2.0.orig/debian/rules +++ pyelemental-1.2.0/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +get-orig-source: + uscan --force-download --repack + +build/python-elemental-dbg:: + set -e; \ + for i in $(cdbs_python_build_versions); do \ + python$$i-dbg ./setup.py build; \ + done + +install/python-elemental-dbg:: + for i in $(cdbs_python_build_versions); do \ + python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-elemental-dbg; \ + done + find debian/python-elemental-dbg \ + ! -type d ! -name '*_d.so' | xargs rm -f + find debian/python-elemental-dbg -depth -empty -exec rmdir {} \; + +binary-predeb/python-elemental-dbg:: + rm -rf debian/python-elemental-dbg/usr/share/doc/python-elemental-dbg + ln -s python-elemental debian/python-elemental-dbg/usr/share/doc/python-elemental-dbg --- pyelemental-1.2.0.orig/debian/pycompat +++ pyelemental-1.2.0/debian/pycompat @@ -0,0 +1 @@ +2 --- pyelemental-1.2.0.orig/debian/changelog +++ pyelemental-1.2.0/debian/changelog @@ -0,0 +1,20 @@ +pyelemental (1.2.0-1ubuntu2) jaunty; urgency=low + + * No change rebuild for python2.6. + + -- Matthias Klose Thu, 26 Feb 2009 10:21:06 +0000 + +pyelemental (1.2.0-1ubuntu1) intrepid; urgency=low + + * fakesync to synchronize with Debian unstable (LP: #242200) + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Cesare Tirabassi Mon, 23 Jun 2008 16:19:10 +0200 + +pyelemental (1.2.0-1) unstable; urgency=low + + * Initial release (Closes: #480275) + * Recompressed upstream tarball (from .bz2 to .gz) + + -- Cesare Tirabassi Thu, 29 May 2008 00:30:56 +0200 --- pyelemental-1.2.0.orig/debian/copyright +++ pyelemental-1.2.0/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Cesare Tirabassi on +Mon, 01 Oct 2007 16:04:54 +0200. + +It was downloaded from http://www.kdau.com/projects/gelemental/ + +NOTE: The upstream tarball has been recompressed from the bz2 to the gz format. + +Upstream Author: Kevin Daughtridge + +Copyright (C) 2006-2007 Kevin Daughtridge + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +docs/reference.xsl file: + + DocBook stylesheet for pyElemental. + Originally adapted from PyGObject's docs/xsl/html.xsl. + + Copyright (C) 2007 Kevin Daughtridge + Copyright (C) Johan Dahlin, James Henstridge (PyGObject) + + This document is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + This document is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along with + this document. If not, see . + + + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2008, Cesare Tirabassi +and is licensed under the GPL, see above. --- pyelemental-1.2.0.orig/debian/docs +++ pyelemental-1.2.0/debian/docs @@ -0,0 +1 @@ +docs/html