Skip to content
Snippets Groups Projects
Commit 559cf93e authored by Marco Z's avatar Marco Z
Browse files

Move binary routine to binary-arch for Launchpad

parent b0474084
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!350Update debian packaging to work with Launchpad PPA
srb2 (2.1.21~1) trusty; urgency=high
srb2 (2.1.21~3) trusty; urgency=high
* Pre-release for SRB2 v2.1.21
......
......@@ -109,8 +109,8 @@ binary-arch:
echo $(DESKTOP_DIR) >> $(DIR)/debian/$(PACKAGE).install
echo $(PIXMAPS_DIR) >> $(DIR)/debian/$(PACKAGE).install
echo $(DBGDIR) > $(DIR)/debian/$(DBGPKG).install
binary: binary-arch
# Launchpad only calls binary-arch, so just move everything up
#binary: binary-arch
# Generate .desktop specifications
echo "`echo '$(MENUFILE1)\\'`" > $(DIR)/debian/menu
echo " `echo '$(MENUFILE2)'`" >> $(DIR)/debian/menu
......@@ -142,6 +142,8 @@ binary: binary-arch
dh_md5sums
dh_builddeb
binary: binary-arch
clean:
$(MAKE) -C $(DIR)/src $(MAKEARGS) clean cleandep
$(RM) $(BINDIR)/*
......@@ -154,4 +156,4 @@ clean:
$(RM) $(DIR)/debian/files
$(RM) $(DIR)/debian/source/include-binaries
.PHONY: all clean binary binary-arch binary-indep build
.PHONY: all clean binary binary-indep build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment