Codebase list sugar-log-activity / 50dd8e1
Changed: debian/rules Dipankar Patro 13 years ago
1 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2121 # Rules for fetching the upstream tarball
2222 #
2323 # Define the git repo and package name.
24 UPSTREAM_GIT=git://dev.laptop.org/projects/connect-activity
24 UPSTREAM_GIT=git://git.sugarlabs.org/log/mainline.git
2525 # TODO: Automatically figure this out from the package name
26 PACKAGE_NAME=sugar-connect-activity
26 PACKAGE_NAME=sugar-log-activity
2727
2828 # NB: Don't touch this unless it's broken.
2929 CURRENT_TREEISH =$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*git.{9}([^-]+).*,\1,p')
3131
3232 SOURCE_DIR=$(PACKAGE_NAME)-$(CURVER)
3333 TARBALL=$(PACKAGE_NAME)_$(CURVER).orig.tar.gz
34
3534
3635 $(SOURCE_DIR):
3736 git clone $(UPSTREAM_GIT) $(SOURCE_DIR)
5251 find -name *.mo -delete
5352 find -name *.linfo -delete
5453 rm -f MANIFEST
55