diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index f88449e..0000000 --- a/debian/README.source +++ /dev/null @@ -1,11 +0,0 @@ -CDBS+git-buildpackage ---------------------- - -This source package uses CDBS and git-buildpackage. NMUs need not (but -are encouraged to) make special use of these tools. In particular, the -debian/control.in file can be completely ignored. - -More info here: http://wiki.debian.org/CDBS+git-buildpackage - - - -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index da3ece8..0000000 --- a/debian/control.in +++ /dev/null @@ -1,39 +0,0 @@ -Source: sugar-etoys-activity -Section: contrib/x11 -Priority: optional -Maintainer: Debian Sugar Team -Uploaders: Jonas Smedegaard , - Luke Faraone -Build-Depends: @cdbs@ -Standards-Version: 3.9.8 -Vcs-Git: git://anonscm.debian.org/pkg-sugar/sugar-etoys-activity.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-sugar/sugar-etoys-activity.git -Homepage: https://wiki.sugarlabs.org/go/Activities/Etoys - -Package: sugar-etoys-activity -Architecture: all -Depends: ${cdbs:Depends}, - ${misc:Depends}, - ${python:Depends} -Provides: ${python:Provides} -Description: Etoys activity for Sugar Learning Platform - Sugar Learning Platform promotes collaborative learning through Sugar - Activities that encourage critical thinking, the heart of a quality - education. Designed from the ground up especially for children, Sugar - offers an alternative to traditional “office-desktop” software. - . - Learner applications in Sugar are called Activities. They are software - packages that automatically save your work - producing specific - instances of the Activity that can be resumed at a later time. Many - Activities support learner collaboration, where multiple learners may - be invited to join a collective Activity session. - . - Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard, and - starLOGO. It is a media-rich authoring environment with a simple, - powerful scripted object model for many kinds of objects created by - end-users. It includes 2D and 3D graphics, images, text, particles, - presentations, web-pages, videos, sound and MIDI, etc. It includes the - ability to share desktops with other Etoy users in real-time, so many - forms of immersive mentoring and play can be done over the Internet. - . - The Etoys activity embeds Squeak Etoys into Sugar. diff --git a/debian/rules b/debian/rules index 10a8d41..eae732a 100755 --- a/debian/rules +++ b/debian/rules @@ -10,13 +10,6 @@ DEB_UPSTREAM_PACKAGE = Etoys DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/fructose/$(DEB_UPSTREAM_PACKAGE) DEB_UPSTREAM_TARBALL_MD5 = 44673a6624aa695e661b799d2a92b522 - -# Override Sugar toolkit to use -CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip - -# Suppress unneeded auto-resolved build-dependency on python-dev -# * TODO: drop cdbs_python_binary fallback when cdbs 0.4.150 is stable -CDBS_BUILD_DEPENDS_class_python-sugar_python = $(or $(cdbs_python2_defaultruntime),$(cdbs_python_binary)) # Needed (always) at runtime depends = etoys, python