Codebase list sugar-log-activity / c755a36
Drop branch suffix from source or binary package name. Jonas Smedegaard 8 years ago
2 changed file(s) with 4 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 Source: sugar-log-activity-0.86
0 Source: sugar-log-activity
11 Section: x11
22 Priority: optional
33 Maintainer: Debian Sugar Team <pkg-sugar-devel@lists.alioth.debian.org>
1010 Homepage: https://wiki.sugarlabs.org/go/Activities/Log
1111 XS-Python-Version: all
1212
13 Package: sugar-log-activity-0.86
13 Package: sugar-log-activity
1414 Architecture: all
1515 Depends: ${cdbs:Depends},
1616 ${misc:Depends},
22 DEB_PYTHON_SYSTEM = pycentral
33
44 pkg = $(DEB_SOURCE_PACKAGE)
5 # workaround for broken DEB_SUGAR_BRANCHES expansion in cdbs <= 0.4.75
6 DEB_SUGAR_BRANCHES = 0.86 0.88
75 DEB_PYTHON_SUGAR_PACKAGES = $(pkg)
86
97 include /usr/share/cdbs/1/rules/upstream-tarball.mk
1513 DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/fructose/$(DEB_UPSTREAM_PACKAGE)
1614 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
1715
16 DEB_SUGAR_PRIMARY_BRANCH = 0.86
17
1818 # Suppress unneeded auto-resolved build-dependency on python-dev
1919 CDBS_BUILD_DEPENDS_class_python-sugar_python = python$(cdbs_python_nondefault_version)
2020
2323 CDBS_DEPENDS_$(pkg) += , python-hippocanvas, python-telepathy, python-gtk2, python-cjson
2424 CDBS_RECOMMENDS_$(pkg) = $(call cdbs_sugar_anybranchdeps,sugar)
2525
26 # Ensure only one variant is installed at a time (Debian Policy 7.6.2)
27 CDBS_PROVIDES_$(pkg) = $(DEB_SUGAR_SOURCE_PKGBASE)
28 CDBS_CONFLICTS_$(pkg) = $(DEB_SUGAR_SOURCE_PKGBASE)
29 CDBS_REPLACES_$(pkg) = $(DEB_SUGAR_SOURCE_PKGBASE)
30
3126 clean::
3227 find -name *.mo -delete
3328 find -name *.linfo -delete