[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/01: even more -s -> -a



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 51b74429bb72f150bbe270faf9fada0085da8627
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Jul 13 22:39:52 2016 +0200

    even more -s -> -a
---
 rules | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/rules b/rules
index 964a1b4..6461d5e 100755
--- a/rules
+++ b/rules
@@ -3207,8 +3207,8 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 endif
 	cp workdir/CustomTarget/readlicense_oo/readme/README_en-US \
 		$(PKGDIR)-core/usr/share/doc/libreoffice-core/README
-	dh_installdebconf -s
-	dh_installman -s
+	dh_installdebconf -a
+	dh_installman -a
 	for i in writer calc draw base math impress; do \
 		for i in `find $(PKGDIR)-$$i -type l -name "lo*.1"`; do \
 			mv $$i $$i.gz; \
@@ -3218,7 +3218,7 @@ endif
 		done; \
 	done
 	dh_installchangelogs -a -k
-	dh_installmime -s
+	dh_installmime -a
 ifeq "$(ENABLE_JAVA)" "y"
   ifeq "$(BUILD_JARS_NATIVE)" "y"
 	dh_nativejava -plibreoffice-gcj -o
@@ -3273,10 +3273,10 @@ ifeq "$(shell echo $(BUILD_DBGSYM_PACKAGES)$(BUILD_DBG_PACKAGE) | grep -q y && e
 	mv debian/$(CORE_DBG_ROOT)/usr/share/libreoffice/gdb/libreoffice/sal.py \
 		debian/$(UNO_LIBS_DBG_ROOT)/usr/share/libreoffice/gdb/libreoffice
 else
-	dh_strip -s
+	dh_strip -a
 endif
-	dh_fixperms -s
-	dh_icons -s
+	dh_fixperms -a
+	dh_icons -a
 	dh_compress -a -X.py -X.mk -X.sxd
 ifeq "$(ENABLE_INTROSPECTION)" "y"
 	dh_girepository -a $(PKGDIR)-gtk3/$(OODIR)/program
@@ -3288,7 +3288,7 @@ endif
 	grep -v PRIVATE debian/uno-libs3/DEBIAN/symbols > $$TMP && \
 	mv $$TMP debian/uno-libs3/DEBIAN/symbols && \
 	chmod 644 debian/uno-libs3/DEBIAN/symbols
-	dh_installdeb -s
+	dh_installdeb -a
 ifeq "$(BUILD_KFREEBSD)" "y"
 	cat debian/shlibs.override.libc >> debian/shlibs.local
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: