debian/0000755000000000000000000000000012167067571007202 5ustar debian/compat0000644000000000000000000000000211435362067010373 0ustar 6 debian/patches/0000755000000000000000000000000011435362067010624 5ustar debian/patches/README0000644000000000000000000000021111435362067011476 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/rules0000755000000000000000000000554212167067645010272 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Portions Copyright © 2008-2010 Jonas Smedegaard # Description: Main Debian packaging script for PACKAGE_NAME # # This program 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, or (at # your option) any later version. # # This program 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 program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. DEB_SUGAR_BRANCHES = 0.86 0.88 DEB_PYTHON_SUGAR_PACKAGES = sugar-moon-activity DEB_PYTHON2_MODULE_PACKAGES = sugar-moon-activity include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/python-sugar.mk include /usr/share/cdbs/1/rules/debhelper.mk # Needed (always/often) at runtime CDBS_DEPENDS = $(call cdbs_sugar_anybranchdeps,python-sugar python-sugar-toolkit) CDBS_DEPENDS += , python-telepathy, python-gtk2 CDBS_RECOMMENDS = $(call cdbs_sugar_anybranchdeps,sugar) # Ensure only one variant is installed at a time (Debian Policy 7.6.2) CDBS_PROVIDES = $(DEB_SUGAR_SOURCE_PKGBASE) CDBS_CONFLICTS = $(DEB_SUGAR_SOURCE_PKGBASE) CDBS_REPLACES = $(DEB_SUGAR_SOURCE_PKGBASE) # Suppress unneeded auto-resolved build-dependency on python-dev CDBS_BUILD_DEPENDS_class_python-sugar_python = python$(cdbs_python_nondefault_version) # Rules for fetching the upstream tarball # Define the git repo and package name. UPSTREAM_GIT=git://git.sugarlabs.org/moon/mainline.git # TODO: Automatically figure this out from the package name PACKAGE_NAME=sugar-moon-activity # NB: Don't touch this unless it's broken. CURRENT_TREEISH =$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*git.{9}([^-]+).*,\1,p') CURVER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') SOURCE_DIR=$(PACKAGE_NAME)-$(CURVER) TARBALL=$(PACKAGE_NAME)_$(CURVER).orig.tar.gz $(SOURCE_DIR): git clone $(UPSTREAM_GIT) $(SOURCE_DIR) if [ x$(CURRENT_TREEISH) = x ]; then \ cd $(SOURCE_DIR) && git checkout v$(CURVER); \ else \ cd $(SOURCE_DIR) && git checkout $(CURRENT_TREEISH); \ fi cd $(SOURCE_DIR) && rm -rf .git* $(TARBALL): $(SOURCE_DIR) tar czvf $(TARBALL) $(SOURCE_DIR) get-orig-source: $(TARBALL) rm -rf $(SOURCE_DIR) $(SOURCE_DIR).temp clean:: find -name *.mo -delete find -name *.linfo -delete rm -f MANIFEST.* install/sugar-moon-activity:: rm -f debian/sugar-moon-activity/usr/share/sugar/activities/Moon.activity/COPYING rm -f debian/sugar-moon-activity/usr/share/sugar/activities/Moon.activity/port/COPYING debian/control0000644000000000000000000000226312167067636010612 0ustar Source: sugar-moon-activity Section: x11 Priority: optional Maintainer: Debian OLPC Uploaders: Ishan Bansal , Luke Faraone Build-Depends: devscripts (>= 2.10.7~), dh-buildinfo, debhelper (>= 6), cdbs (>= 0.4.90~), python (>= 2.6.6-3~), python-sugar-0.88, python-sugar-toolkit-0.88, unzip Standards-Version: 3.9.1.0 Vcs-Git: git://git.debian.org/git/collab-maint/sugar-moon-activity.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-moon-activity.git;a=summary Homepage: http://wiki.sugarlabs.org/go/Activities/Moon Package: sugar-moon-activity Architecture: all Depends: ${shlibs:Depends}, ${python:Depends}, ${cdbs:Depends}, ${misc:Depends} Recommends: sugar Provides: ${python:Provides} Description: Sugar Moon Activity Sugar is a graphical user interface aimed at children. . Originating as intregral part of the OLPC "XO" a.k.a. the $100 laptop, Sugar has since grown into a more widely usable low-resource desktop environment for kids . This package contains the moon activity. Moon is a simple Lunar phase activity for Sugar, including upcoming Lunar eclipse information and effects. debian/changelog0000644000000000000000000000065312167067571011060 0ustar sugar-moon-activity (11-1.1) unstable; urgency=low * Non-maintainer upload. * Remove 0.88 packages from Build-Depends field (Closes: #676039). * Convert to dh_python2 (Closes: #617099). -- Luca Falavigna Tue, 09 Jul 2013 22:15:22 +0200 sugar-moon-activity (11-1) unstable; urgency=low * Initial release. Closes: #593882. -- Ishan Bansal Wed, 25 Aug 2010 23:11:37 +0530 debian/control.in0000644000000000000000000000212711456070373011206 0ustar Source: sugar-moon-activity Section: x11 Priority: optional Maintainer: Debian OLPC Uploaders: Jonas Smedegaard , Ishan Bansal Build-Depends: @cdbs@ Standards-Version: 3.9.1.0 Vcs-Git: git://git.debian.org/git/collab-maint/sugar-moon-activity.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-moon-activity.git;a=summary Homepage: http://wiki.sugarlabs.org/go/Activities/Moon XS-Python-Version: all Package: sugar-moon-activity Architecture: all Depends: ${shlibs:Depends}, ${python:Depends}, ${cdbs:Depends}, ${misc:Depends} Recommends: sugar Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Sugar Moon Activity Sugar is a graphical user interface aimed at children. . Originating as intregral part of the OLPC "XO" a.k.a. the $100 laptop, Sugar has since grown into a more widely usable low-resource desktop environment for kids . This package contains the moon activity. Moon is a simple Lunar phase activity for Sugar, including upcoming Lunar eclipse information and effects. debian/gbp.conf0000644000000000000000000000025511435362067010616 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] upstream-branch = upstream debian-branch = master pristine-tar = True sign-tags = True compression = bzip2 debian/copyright_hints0000644000000000000000000000652411435362067012344 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 X-Draft: Autogenerated by CDBS snippet copyright-check.mk Files: ./po/af.po, ./po/am.po, ./po/ar.po, ./po/ay.po, ./po/bg.po, ./po/bi.po, ./po/bn.po, ./po/bn_IN.po, ./po/ca.po, ./po/cpp.po, ./po/cs.po, ./po/de.po, ./po/dz.po, ./po/el.po, ./po/en.po, ./po/es.po, ./po/fa.po, ./po/fa_AF.po, ./po/ff.po, ./po/gu.po, ./po/ha.po, ./po/he.po, ./po/hi.po, ./po/ht.po, ./po/hu.po, ./po/ig.po, ./po/is.po, ./po/it.po, ./po/ja.po, ./po/km.po, ./po/ko.po, ./po/kos.po, ./po/mg.po, ./po/mk.po, ./po/ml.po, ./po/mn.po, ./po/moon.pot, ./po/mr.po, ./po/ms.po, ./po/mvo.po, ./po/na.po, ./po/nb.po, ./po/ne.po, ./po/nl.po, ./po/pa.po, ./po/pap.po, ./po/pis.po, ./po/pl.po, ./po/ps.po, ./po/pseudo.po, ./po/pt.po, ./po/qu.po, ./po/ro.po, ./po/ru.po, ./po/rw.po, ./po/sd.po, ./po/si.po, ./po/sk.po, ./po/sl.po, ./po/sq.po, ./po/sv.po, ./po/sw.po, ./po/ta.po, ./po/te.po, ./po/th.po, ./po/tpi.po, ./po/tr.po, ./po/tzo.po, ./po/ug.po, ./po/ur.po, ./po/wa.po, ./po/yo.po, ./po/zh_CN.po, ./po/zh_TW.po Copyright: YEAR THE PACKAGE'S HOLDER License: UNKNOWN FIXME Files: ./AUTHORS, ./MANIFEST, ./activity/activity.info, ./activity/moon-icon.svg, ./debian/README.source, ./debian/compat, ./debian/control, ./debian/control.in, ./debian/gbp.conf, ./debian/patches/README, ./debian/pycompat, ./debian/source/format, ./debian/source/include-binaries, ./debian/watch, ./icons/grid-icon.svg, ./icons/hemi-icon.svg, ./po/POTFILES.in, ./setup.py Copyright: *No copyright* License: UNKNOWN FIXME Files: ./debian/rules Copyright: 2008-2010, Jonas Smedegaard License: GPL FIXME Files: ./COPYING Copyright: 1989, 1991 Free Software Foundation, Inc. HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES disclaimer" for the program, if holder saying it may be distributed holder who places the Program under this License interest in the program law: the software, and year name of author License: GPL-2+ FIXME Files: ./moon.py Copyright: 2008, Gary C. Martin License: GPL-2+ FIXME Files: ./po/pt_BR.po Copyright: 2008, distribuido sob a mesma licença que o pacote Atividade Lua lunação %(lunation)d\n" License: UNKNOWN FIXME Files: ./po/fr.po Copyright: YEAR THE PACKAGE'S HOLDER de la surface:\n" License: UNKNOWN FIXME Files: ./po/vi.po Copyright: YEAR THE PACKAGE'S HOLDER nhất" License: UNKNOWN FIXME Files: ./moon.jpg Copyright: nP{iW⇔ ЊQ[A%Jsѝ"B R爱74xq ȨrhRmم 7S(_9HJG|i ,v;{&Z j|jid5d`\47V4a͎Xh V,ڟ'H4K/ XܛՍb q. ȠHWj‚,-@՚Z@PED mcyXrw6QV11,̴x5 1-q6pTPclvCy#[‚/2{HM y{8 ~$;.<5PTK FGF?xsaj:SRc2na\łVmH UDW/K'["NqK(rI"e<\5ҁAWŀԚ1a,nmUo&ƃM=&Qv& ~T* ŷIBeۧ[Ur {ޙHͤkA9CrP6Nsq8 zx̰E7cցƘ7h5}Hº;r/;2hIs,ߐރ$O'Yh)Oh8'çlBF-s1~>8)ۉsk^|z eV!6W22.`ޞ YpAxxd&C $VƂ/ŏn(E%KjImGzlH)҂*QP:U.MRmr[AAUlR-"4hƌnʣSSYRn^&DqK1'Ad License: UNKNOWN FIXME debian/copyright0000644000000000000000000000240511456071515011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: sugar-moon-activity Maintainer: Sugar Labs http://lists.sugarlabs.org/listinfo/sugar-devel irc://irc.freenode.net/sugar Source: http://download.sugarlabs.org/sources/honey/Moon/ Copyright: 2008, Gary C. Martin License: GPL-2+ Files: debian/* Copyright: 2008-2010, Jonas Smedegaard 2010, Ishan Bansal License: GPL-2+ License: GPL-2+ This program 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 program 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. . On Debian systems, the complete text of version 2 of the GNU General Public License (GPL) can be found in the file "/usr/share/common-licenses/GPL-2". . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000011456071235010472 5ustar debian/source/include-binaries0000644000000000000000000000002711435362067013634 0ustar debian/copyright_hints debian/source/format0000644000000000000000000000001411435362067011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000031011455606531010217 0ustar # run the "uscan" command to check for upstream updates and more. version=3 # REPLACE WITH THE PROPER USCAN-ized URL TO UPSTREAM http://download.sugarlabs.org/sources/honey/Moon/Moon-(.*)\.tar\.bz2. debian/README.source0000644000000000000000000000302311435362067011352 0ustar Building this package for Debian -------------------------------- This source package uses quilt to apply and remove its patches. Please refer to /usr/share/doc/quilt/README.source for information about how to use quilt for source packages. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . Upstream development is tracked both in the Git branch "upstream-git" and using upstream tarballs. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Sun, 29 Mar 2009 16:02:47 +0200