[Piuparts-commits] [piuparts] 02/14: move debiman-piuparts-distill to a helpers subdirectory
Holger Levsen
holger at layer-acht.org
Mon Aug 21 14:33:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 4a26e1411b30a8ec6e58de77f719247f3478e1fc
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Aug 14 06:00:59 2017 +0200
move debiman-piuparts-distill to a helpers subdirectory
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
Makefile | 6 +++---
TODO | 3 +++
debian/changelog | 6 ++++++
.../debiman-piuparts-distill}/atomically.go | 0
.../debiman-piuparts-distill}/piuparts.go | 0
5 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index cbcc556..e159447 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ build-stamp: $(SCRIPTS_GENERATED) $(DOCS_GENERATED) Makefile
touch $@
build-master-stamp:
- (cd debiman-piuparts-distill && go build)
+ (cd helpers/debiman-piuparts-distill && go build)
touch $@
build-doc: $(DOCS_GENERATED)
@@ -124,7 +124,7 @@ install-common: build-stamp
install-master: build-master-stamp install-common
install -d $(DESTDIR)$(libdir)/piuparts/
- install -m 0755 debiman-piuparts-distill/debiman-piuparts-distill $(DESTDIR)$(libdir)/piuparts/
+ install -m 0755 helpers/debiman-piuparts-distill/debiman-piuparts-distill $(DESTDIR)$(libdir)/piuparts/
install -d $(DESTDIR)$(sharedir)/piuparts
install -m 0755 piuparts-master piuparts-master-backend piuparts-report piuparts-analyze $(DESTDIR)$(sharedir)/piuparts/
@@ -178,7 +178,7 @@ clean:
rm -f piuparts.1.xml README.xml README_server.xml docbook-xsl.css piuparts.html
rm -f *.pyc piupartslib/*.pyc master-bin/*.pyc slave-bin/*.pyc tests/*.pyc
rm -f $(SCRIPTS_GENERATED)
- $(RM) debiman-piuparts-distill/debiman-piuparts-distill
+ $(RM) helpers/debiman-piuparts-distill/debiman-piuparts-distill
$(MAKE) -C instances clean
diff --git a/TODO b/TODO
index 43f0fdf..1ed5f74 100644
--- a/TODO
+++ b/TODO
@@ -163,6 +163,9 @@ for 0.8x and later:
- create emacspeak-broken-dpkg-preconfigure package for broken repo. (then later
put more broken packages in there and use that for testing piuparts)
+- master-bin/distill_alternatives_log: parse the config to find sections
+ with scripts-log-alternatives enabled
+
(Closed) wishlist bugs are listed here so it's easier to find information
diff --git a/debian/changelog b/debian/changelog
index 8e9c81f..256ecbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,12 @@ piuparts (0.79) UNRELEASED; urgency=medium
* Makefile: Split build and install targets between master and slave.
* Bump debsums dependency to (>= 2.2.2~) for --ignore-obsolete.
+ [ Michael Stapelberg ]
+ * helpers/debiman-piuparts-distill: New helper for parsing the output
+ generated from scripts-log-alternatives. (Closes: #863089)
+ * master-bin/distill_alternatives_log: Run debiman-piuparts-distill on the
+ sections that use scripts-log-alternatives. Runs as a daily cronjob.
+
-- Holger Levsen <holger at debian.org> Mon, 31 Jul 2017 13:35:18 -0400
piuparts (0.78) unstable; urgency=medium
diff --git a/debiman-piuparts-distill/atomically.go b/helpers/debiman-piuparts-distill/atomically.go
similarity index 100%
rename from debiman-piuparts-distill/atomically.go
rename to helpers/debiman-piuparts-distill/atomically.go
diff --git a/debiman-piuparts-distill/piuparts.go b/helpers/debiman-piuparts-distill/piuparts.go
similarity index 100%
rename from debiman-piuparts-distill/piuparts.go
rename to helpers/debiman-piuparts-distill/piuparts.go
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list