Codebase list sugar-read-activity / 3914a5b
Modernize cdbs: Drop build target get-orig-source: Use gbp import-orig --uscan. Jonas Smedegaard 6 years ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1515 # You should have received a copy of the GNU General Public License
1616 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
18 include /usr/share/cdbs/1/rules/upstream-tarball.mk
1918 include /usr/share/cdbs/1/rules/utils.mk
2019 include /usr/share/cdbs/1/class/python-sugar.mk
2120 include /usr/share/cdbs/1/rules/debhelper.mk
2221
2322 pkg = $(DEB_SOURCE_PACKAGE)
24
25 DEB_UPSTREAM_PACKAGE = Read
26 DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/fructose/$(DEB_UPSTREAM_PACKAGE)
27 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
2823
2924 # Suppress unneeded auto-resolved build-dependency on python-dev
3025 # * TODO: drop cdbs_python_binary fallback when cdbs 0.4.150 is stable