From 559cf93e4a23c099771de11500702f9deba205b9 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Tue, 27 Nov 2018 11:05:34 -0500 Subject: [PATCH] Move binary routine to binary-arch for Launchpad --- debian/changelog | 2 +- debian/rules | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 56b5d8815..5dcc3b6d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/rules b/debian/rules index 9434a739e..4526a60bf 100755 --- a/debian/rules +++ b/debian/rules @@ -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