This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-5.1 in repository libreoffice.
commit 6aa8b333a2003291c0fd033ee17e221c501a84f4 Author: Rene Engelhard <[email protected]> Date: Thu Jul 7 18:06:50 2016 +0200 use dh_listpackages -a instead of deprecated -s --- changelog | 7 +++++-- rules | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index 7385598..1c1aeae 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -libreoffice (1:5.1.5~rc1~git20160627-1) UNRELEASED; urgency=medium +libreoffice (1:5.1.5~rc1~git20160707-1) unstable; urgency=medium * New upstream snapshot - only initalizes the OpenGL context if we need it (closes: #819153) @@ -7,7 +7,10 @@ libreoffice (1:5.1.5~rc1~git20160627-1) UNRELEASED; urgency=medium - move ttf-liberation-fonts recommends to -common (closes: #747132) - move libpaper-utils recommends to -core - -- Rene Engelhard <[email protected]> Sat, 11 Jun 2016 19:24:08 +0200 + * debian/rules: + - use dh_listpackages -a instead of deprecated -s + + -- Rene Engelhard <[email protected]> Thu, 07 Jul 2016 10:36:45 +0200 libreoffice (1:5.1.4~rc2-2) unstable; urgency=medium diff --git a/rules b/rules index 745b6cc..8d0c899 100755 --- a/rules +++ b/rules @@ -27,7 +27,7 @@ OOVER:=5.1 NEXT_OOVER:=$(shell echo "$(OOVER) + 0.1" | bc) ARCH_INDEP_PACKAGES := $(shell dh_listpackages -i) -ARCH_DEP_PACKAGES := $(shell dh_listpackages -s) +ARCH_DEP_PACKAGES := $(shell dh_listpackages -a) PACKAGES := $(ARCH_INDEP_PACKAGES) $(ARCH_DEP_PACKAGES) include /usr/share/dpkg/architecture.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git

