diff --git a/debian/changelog b/debian/changelog index 9a8481f..2fc4514 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +sugar-etoys-activity (116-3) unstable; urgency=low + + * Update package relations: + + Set 0.88 as primary branch. + + Recommend sugar-session. + + Recommend (not depend on) sugar-presence-service. + + Stop bogusly depending on unused python packages (this activity is + written in shell!). + + Handle all package relations in rules file. + + -- Jonas Smedegaard Mon, 28 May 2012 21:38:20 +0200 + sugar-etoys-activity (116-2) unstable; urgency=low * Simplify setting main branch. diff --git a/debian/control b/debian/control index 926def0..977a87b 100644 --- a/debian/control +++ b/debian/control @@ -20,8 +20,12 @@ Package: sugar-etoys-activity Architecture: all -Depends: ${shlibs:Depends}, ${python:Depends}, ${cdbs:Depends}, ${misc:Depends}, etoys -Recommends: sugar +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Recommends: ${cdbs:Recommends} +Sugests: ${cdbs:Suggests} Provides: ${python:Provides} Description: Sugar wrapper around the Squeak Etoys programming language Sugar is a desktop environment. It is conceived as a platform upon