--- sugar-calculate-activity-16.orig/debian/changelog +++ sugar-calculate-activity-16/debian/changelog @@ -0,0 +1,13 @@ +sugar-calculate-activity (16-0ubuntu2) hardy; urgency=low + + * debian/rules: + + Remove empty Calculate.activity/po/th.po to make pkgstriptranslations + happy. + + -- Michael Bienia Wed, 06 Feb 2008 13:30:09 +0100 + +sugar-calculate-activity (16-0ubuntu1) hardy; urgency=low + + * Initial upload to Ubuntu + + -- Jani Monoses Tue, 05 Feb 2008 13:49:06 +0200 --- sugar-calculate-activity-16.orig/debian/control +++ sugar-calculate-activity-16/debian/control @@ -0,0 +1,12 @@ +Source: sugar-calculate-activity +Section: x11 +Priority: optional +Maintainer: Jani Monoses +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: sugar-calculate-activity +Architecture: all +Depends: sugar +Description: calculator activity for the XO laptop + Calculator activity for the Sugar interface on the XO laptop --- sugar-calculate-activity-16.orig/debian/copyright +++ sugar-calculate-activity-16/debian/copyright @@ -0,0 +1,31 @@ +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: Reinier Heeres + +Copyright: 2007, Red Hat + 2007, One Laptop Per Child + +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. --- sugar-calculate-activity-16.orig/debian/install +++ sugar-calculate-activity-16/debian/install @@ -0,0 +1 @@ +Calculate.activity /usr/share/activities --- sugar-calculate-activity-16.orig/debian/compat +++ sugar-calculate-activity-16/debian/compat @@ -0,0 +1 @@ +5 --- sugar-calculate-activity-16.orig/debian/rules +++ sugar-calculate-activity-16/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +clean:: + # make pkgstriptranslation happy by removing empty po files + [ -s Calculate.activity/po/th.po ] || rm -f Calculate.activity/po/th.po