Codebase list sugar-log-activity / 1de11d0
Simplify rules: Stop resolve build-dependencies in rules file. Jonas Smedegaard 5 years ago
3 changed file(s) with 0 addition(s) and 56 deletion(s). Raw diff Collapse all Expand all
+0
-11
debian/README.source less more
0 CDBS+git-buildpackage
1 ---------------------
2
3 This source package uses CDBS and git-buildpackage. NMUs need not (but
4 are encouraged to) make special use of these tools. In particular, the
5 debian/control.in file can be completely ignored.
6
7 More info here: http://wiki.debian.org/CDBS+git-buildpackage
8
9
10 -- Jonas Smedegaard <dr@jones.dk> Mon, 18 Feb 2013 12:55:37 +0100
+0
-38
debian/control.in less more
0 Source: sugar-log-activity
1 Section: x11
2 Priority: optional
3 Maintainer: Debian Sugar Team <pkg-sugar-devel@lists.alioth.debian.org>
4 Uploaders: Jonas Smedegaard <dr@jones.dk>
5 Build-Depends: @cdbs@
6 Standards-Version: 4.1.0
7 Vcs-Git: https://anonscm.debian.org/git/pkg-sugar/sugar-log-activity.git
8 Vcs-Browser: https://anonscm.debian.org/git/pkg-sugar/sugar-log-activity.git
9 Homepage: https://wiki.sugarlabs.org/go/Activities/Log
10
11 Package: sugar-log-activity
12 Architecture: all
13 Depends: ${cdbs:Depends},
14 ${misc:Depends},
15 ${python:Depends}
16 Recommends: ${cdbs:Recommends}
17 Provides: ${cdbs:Provides},
18 ${python:Provides}
19 Conflicts: ${cdbs:Conflicts}
20 Replaces: ${cdbs:Replaces}
21 Description: Sugar Learning Platform - log viewing and reporting activity
22 Sugar Learning Platform promotes collaborative learning through Sugar
23 Activities that encourage critical thinking, the heart of a quality
24 education. Designed from the ground up especially for children, Sugar
25 offers an alternative to traditional “office-desktop” software.
26 .
27 Learner applications in Sugar are called Activities. They are software
28 packages that automatically save your work - producing specific
29 instances of the Activity that can be resumed at a later time. Many
30 Activities support learner collaboration, where multiple learners may
31 be invited to join a collective Activity session.
32 .
33 Log files are created when Activities run, and by other Sugar-related
34 processes. They list software errors, among other data, and can help
35 diagnose software problems.
36 .
37 This package contains the Log activity to view Sugar-related log files.
33 include /usr/share/cdbs/1/rules/debhelper.mk
44
55 pkg = $(DEB_SOURCE_PACKAGE)
6
7 # Suppress unneeded auto-resolved build-dependency on python-dev
8 # * TODO: drop cdbs_python_binary fallback when cdbs 0.4.150 is stable
9 CDBS_BUILD_DEPENDS_class_python-sugar_python = $(or $(cdbs_python2_defaultruntime),$(cdbs_python_binary))
10
11 # Override Sugar toolkit to use
12 CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip
136
147 # Needed (always/often) at runtime
158 # net-tools (/sbin/ifconfig /sbin/route) used in logcollect