[Pkg-voip-commits] [asterisk] 01/05: Fix list of files to remove

tzafrir at debian.org tzafrir at debian.org
Sun Oct 26 08:15:56 UTC 2014


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

tzafrir pushed a commit to branch master
in repository asterisk.

commit 1e19d738c290f66ed9308c9ee467d78f2580ea91
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Sun Oct 26 07:26:07 2014 +0200

    Fix list of files to remove
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 64d7bb7..ac0c810 100755
--- a/debian/rules
+++ b/debian/rules
@@ -173,11 +173,13 @@ get-orig-source:
 	@mkdir -p ../tarballs/asterisk-$(UPVERSION).tmp/
 	@cd ../tarballs/asterisk-$(UPVERSION).tmp ; \
 		tar xfz ../$(UPFILENAME)
-	# in case the tarball is not clean:
+	@# in case the tarball is not clean:
+	@#FIXME: AST.* and res/pjproject are no longer in the tarball.
 	@rm -rf $(TMP_TARBALL_TOP)/AST.txt
 	@rm -rf $(TMP_TARBALL_TOP)/AST.pdf
 	@rm -rf $(TMP_TARBALL_TOP)/doc/Asterisk-Admin-Guide/
 	@rm -rf $(TMP_TARBALL_TOP)/doc/Asterisk-Admin-Guide.pdf
+	@rm -rf $(TMP_TARBALL_TOP)/doc/Asterisk-*-Reference.pdf
 	@rm -rf $(TMP_TARBALL_TOP)/codecs/ilbc
 	@rm -rf $(TMP_TARBALL_TOP)/res/pjproject
 	# While we're at it: remove some generated files that will become

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



More information about the Pkg-voip-commits mailing list