Move binary routine to binary-arch for Launchpad

This commit is contained in:
mazmazz 2018-11-27 11:05:34 -05:00
parent b0474084f8
commit 559cf93e4a
2 changed files with 6 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
srb2 (2.1.21~1) trusty; urgency=high
srb2 (2.1.21~3) trusty; urgency=high
* Pre-release for SRB2 v2.1.21

8
debian/rules vendored
View File

@ -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