[Pkg-gdb-logs] [gdb] 02/04: d/sanitize-gdb.sh: In future, only strip manpages from gdb/ subtree.

Samuel Bronson naesten-guest at moszumanska.debian.org
Thu Aug 14 22:20:32 UTC 2014


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

naesten-guest pushed a commit to branch master
in repository gdb.

commit f26a3af8a82ab4b2114b30c8e91270f025a40b73
Author: Samuel Bronson <naesten at gmail.com>
Date:   Thu Aug 14 18:09:06 2014 -0400

    d/sanitize-gdb.sh: In future, only strip manpages from gdb/ subtree.
---
 debian/sanitize-gdb.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/sanitize-gdb.sh b/debian/sanitize-gdb.sh
index 09ea64a..8380966 100644
--- a/debian/sanitize-gdb.sh
+++ b/debian/sanitize-gdb.sh
@@ -45,8 +45,8 @@ src=`cd "$src" && pwd`
 cp -a "$src" "$dest"
 pushd "$dest" > /dev/null
 
-# All of the manpages are GFDL'd now
-rm -f $(find . \( -name '*.[1-9]' \))
+# All of the gdb manpages are GFDL'd now
+rm -f $(find gdb \( -name '*.[1-9]' \))
 
 # Almost all of the texinfo documentation is GFDL.  PSIM's is not, but
 # we don't need that manual especially anyway.  Special care must be taken

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



More information about the Pkg-gdb-logs mailing list