--- sugar-logviewer-activity-6.orig/debian/rules +++ sugar-logviewer-activity-6/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk --- sugar-logviewer-activity-6.orig/debian/install +++ sugar-logviewer-activity-6/debian/install @@ -0,0 +1 @@ +Log.activity /usr/share/sugar/activities --- sugar-logviewer-activity-6.orig/debian/copyright +++ sugar-logviewer-activity-6/debian/copyright @@ -0,0 +1,57 @@ +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 Authors: + + Pascal Scheffers + Eduardo Silva + +Copyright: 2007, Red Hat + 2007, Pascal Scheffers + 2007, Eduardo Silva + +License: + +Parts of this software are licensed under this one + + 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. + +Others are under GPL: + + 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. --- sugar-logviewer-activity-6.orig/debian/compat +++ sugar-logviewer-activity-6/debian/compat @@ -0,0 +1 @@ +5 --- sugar-logviewer-activity-6.orig/debian/control +++ sugar-logviewer-activity-6/debian/control @@ -0,0 +1,14 @@ +Source: sugar-logviewer-activity +Section: x11 +Priority: optional +Maintainer: Jani Monoses +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: sugar-logviewer-activity +Architecture: all +Depends: sugar +Description: log viewing activity on the XO laptop + Log viewing activity used in the Sugar interface on the XO laptop. + It shows system logs, as well as debugging information from running + activities and Sugar itself. --- sugar-logviewer-activity-6.orig/debian/changelog +++ sugar-logviewer-activity-6/debian/changelog @@ -0,0 +1,11 @@ +sugar-logviewer-activity (6-0ubuntu2) maverick; urgency=low + + * Install activity folder in proper directory. (LP: #601219) + + -- Luke Faraone Sat, 03 Jul 2010 17:34:17 -0700 + +sugar-logviewer-activity (6-0ubuntu1) hardy; urgency=low + + * Initial upload to Ubuntu + + -- Jani Monoses Sat, 08 Dec 2007 21:51:00 +0200