--- sugar-datastore-0.8.0.orig/debian/control +++ sugar-datastore-0.8.0/debian/control @@ -0,0 +1,12 @@ +Source: sugar-datastore +Section: x11 +Priority: optional +Maintainer: Jani Monoses +Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5) +Standards-Version: 3.7.3 + +Package: sugar-datastore +Architecture: all +Depends: ${python:Depends}, python, python-xapian, sugar-base, python-dbus, python-gnome2 +Description: datastore for Sugar + A simple log like datastore able to connect with multiple backends. --- sugar-datastore-0.8.0.orig/debian/rules +++ sugar-datastore-0.8.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +binary-install/sugar-datastore:: + dh_pycentral --- sugar-datastore-0.8.0.orig/debian/changelog +++ sugar-datastore-0.8.0/debian/changelog @@ -0,0 +1,12 @@ +sugar-datastore (0.8.0-3ubuntu1) hardy; urgency=low + + * debian/control: bump standard version to 3.7.3 + * Switch to python-central (LP: #183017, #183021) + + -- Jani Monoses Wed, 12 Mar 2008 20:28:15 +0200 + +sugar-datastore (0.8.0-2) hardy; urgency=low + + * Initial upload to Ubuntu + + -- Jani Monoses Fri, 21 Dec 2007 23:24:52 +0200 --- sugar-datastore-0.8.0.orig/debian/compat +++ sugar-datastore-0.8.0/debian/compat @@ -0,0 +1 @@ +5 --- sugar-datastore-0.8.0.orig/debian/copyright +++ sugar-datastore-0.8.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Jani Monoses on +Wed, 5 Sep 2007 17:31:15 +0200. + +It was downloaded from http://dev.laptop.org/projects + +Upstream Author: Benjamin Saller + +Copyright: ObjectRealms, LLC. 2007 + +License: + + 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 2 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 + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Jani Monoses and +is licensed under the GPL, see above.