From 64e6d973a6d1984d3508559312d57eb4a9bb5578 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 17 Oct 2015 18:41:15 +0100 Subject: [PATCH] Install build-package --- Makefile | 1 + debian/changelog | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ed4f68..49ce0b3 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,6 @@ install: $(INSTALL) -d $(DESTDIR)/usr/bin $(INSTALL) -m 0755 $(srcdir)/bin/rksu $(DESTDIR)/usr/bin/rksu $(INSTALL) -m 0755 $(srcdir)/bin/with-creds $(DESTDIR)/usr/bin/with-creds + $(INSTALL) -m 0755 $(srcdir)/bin/build-package $(DESTDIR)/usr/bin/build-package .PHONY: install diff --git a/debian/changelog b/debian/changelog index 373491b..8abcabc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mh-sysadmin-tools (1.6~test.1) UNRELEASED; urgency=low +mh-sysadmin-tools (1.6~test.2) UNRELEASED; urgency=low * build-package: new script for package building via cowbuilder/pbuilder -- 2.39.5