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

[texinfo] 01/01: ignore jpg files in update-info-dir (Closes: #790519)



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

preining pushed a commit to branch master
in repository texinfo.

commit 0435901bd71feabc84b588d3d5f3154e5f4c41eb
Author: Norbert Preining <preining@debian.org>
Date:   Tue Jun 30 08:37:16 2015 +0900

    ignore jpg files in update-info-dir (Closes: #790519)
---
 debian/changelog       | 6 ++++++
 debian/update-info-dir | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d294c77..849eaf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+texinfo (6.0.0.dfsg.1-3) UNRELEASED; urgency=medium
+
+  * ignore jpg files in update-info-dir (Closes: #790519)
+
+ -- Norbert Preining <preining@debian.org>  Tue, 30 Jun 2015 08:37:04 +0900
+
 texinfo (6.0.0.dfsg.1-2) unstable; urgency=medium
 
   * make texinfo indices reproducible (Closes: #790065) (thanks to Chris Lamb)
diff --git a/debian/update-info-dir b/debian/update-info-dir
index 940d7d2..2856647 100755
--- a/debian/update-info-dir
+++ b/debian/update-info-dir
@@ -59,7 +59,7 @@ rm -f "$INFODIR/dir"
 errors=0
 find "$INFODIR" -type f | while read file ; do
   case $file in
-    */dir|*/dir.gz|*/dir.old|*/dir.old.gz|*-[0-9]|*-[0-9].gz|*-[1-9][0-9]|*-[1-9][0-9].gz|*.png)
+    */dir|*/dir.gz|*/dir.old|*/dir.old.gz|*-[0-9]|*-[0-9].gz|*-[1-9][0-9]|*-[1-9][0-9].gz|*.png|*.jpg)
       # these files are ignored
       continue
       ;;

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


Reply to: