--- sugar-turtleart-activity-31.orig/debian/rules +++ sugar-turtleart-activity-31/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk --- sugar-turtleart-activity-31.orig/debian/changelog +++ sugar-turtleart-activity-31/debian/changelog @@ -0,0 +1,16 @@ +sugar-turtleart-activity (31-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #330204) + * debian/install: fix install path + * debian/control: + + Set Maintainer to ubuntu-motu + + Fix description + + Depend on python-alsaaudio + + -- Morgan Collett Mon, 16 Feb 2009 21:04:39 +0200 + +sugar-turtleart-activity (7-0ubuntu1) hardy; urgency=low + + * Initial upload to Ubuntu + + -- Jani Monoses Mon, 11 Feb 2008 09:33:42 +0200 --- sugar-turtleart-activity-31.orig/debian/control +++ sugar-turtleart-activity-31/debian/control @@ -0,0 +1,13 @@ +Source: sugar-turtleart-activity +Section: x11 +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jani Monoses +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: sugar-turtleart-activity +Architecture: all +Depends: sugar, python-alsaaudio +Description: Sugar TurtleArt activity + Turtle graphics programming activity used in the Sugar learning platform. --- sugar-turtleart-activity-31.orig/debian/compat +++ sugar-turtleart-activity-31/debian/compat @@ -0,0 +1 @@ +5 --- sugar-turtleart-activity-31.orig/debian/copyright +++ sugar-turtleart-activity-31/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Jani Monoses on +Mon, 10 Sep 2007 23:13:09 +0200. + +It was downloaded from git://dev.laptop.org/ + +Upstream Author: + Brian Silverman + +Copyright (c) 2007,2008, Playful Invention Company. + +License: + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +The Debian packaging is (C) 2007, Jani Monoses and +is licensed under the GPL. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- sugar-turtleart-activity-31.orig/debian/install +++ sugar-turtleart-activity-31/debian/install @@ -0,0 +1,7 @@ +NEWS /usr/share/doc/sugar-turtleart-activity +activity /usr/share/sugar/activities/TurtleArt.activity +po /usr/share/sugar/activities/TurtleArt.activity +icons /usr/share/sugar/activities/TurtleArt.activity +images /usr/share/sugar/activities/TurtleArt.activity +samples /usr/share/sugar/activities/TurtleArt.activity +*.py /usr/share/sugar/activities/TurtleArt.activity