Tidy rules file.
Jonas Smedegaard
10 years ago
3 | 3 | # Copyright 2010 Ankur khurana <ankur@seeta.in> |
4 | 4 | # Description: Main Debian packaging script for Etoys |
5 | 5 | # |
6 | # This program is free software; you can redistribute it and/or | |
7 | # modify it under the terms of the GNU General Public License as | |
8 | # published by the Free Software Foundation; either version 2, or (at | |
9 | # your option) any later version. | |
6 | # This program is free software; you can redistribute it and/or modify | |
7 | # it under the terms of the GNU General Public License as published by | |
8 | # the Free Software Foundation; either version 2, or (at your option) | |
9 | # any later version. | |
10 | 10 | # |
11 | 11 | # This program is distributed in the hope that it will be useful, but |
12 | 12 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
23 | 23 | include /usr/share/cdbs/1/class/python-sugar.mk |
24 | 24 | include /usr/share/cdbs/1/rules/debhelper.mk |
25 | 25 | |
26 | pkg = $(DEB_SOURCE_PACKAGE) | |
26 | 27 | DEB_SUGAR_PRIMARY_BRANCH = 0.88 |
27 | 28 | |
28 | 29 | DEB_UPSTREAM_PACKAGE = Etoys |
31 | 32 | |
32 | 33 | DEB_SUGAR_PRIMARY_BRANCH = 0.88 |
33 | 34 | |
34 | CDBS_DEPENDS = $(call cdbs_sugar_anybranchdeps,python-sugar python-sugar-toolkit) | |
35 | CDBS_DEPENDS += , python-hippocanvas, python-telepathy, python-gtk2, python-cjson | |
36 | CDBS_DEPENDS += , sugar-presence-service-0.90 | sugar-presence-service | |
35 | CDBS_DEPENDS_$(pkg) = $(call cdbs_sugar_anybranchdeps,python-sugar python-sugar-toolkit) | |
36 | CDBS_DEPENDS_$(pkg) += , python-hippocanvas, python-telepathy, python-gtk2, python-cjson | |
37 | CDBS_DEPENDS_$(pkg) += , sugar-presence-service-0.90 | sugar-presence-service | |
37 | 38 | |
38 | 39 | # Suppress unneeded auto-resolved build-dependency on python-dev |
39 | 40 | CDBS_BUILD_DEPENDS_class_python-sugar_python = python$(cdbs_python_nondefault_version) |