[Pkg-xfce-commits] r3417 - in goodies/trunk/thunar-thumbnailers/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Aug 5 06:00:54 UTC 2009
Author: corsac
Date: 2009-08-05 18:00:53 +0000 (Wed, 05 Aug 2009)
New Revision: 3417
Added:
goodies/trunk/thunar-thumbnailers/debian/patches/
goodies/trunk/thunar-thumbnailers/debian/patches/01_fix-bashisms-tex-thumbnailer.patch
Modified:
goodies/trunk/thunar-thumbnailers/debian/changelog
goodies/trunk/thunar-thumbnailers/debian/compat
goodies/trunk/thunar-thumbnailers/debian/control
goodies/trunk/thunar-thumbnailers/debian/rules
Log:
* debian/patches:
- 01_fix-bashisms-tex-thumbnailer added, fix bashisms in the tex
thumbnailer. closes: #530203
* debian/rules:
- simple-patchsys cdbs rule added.
* debian/control:
- update standards version to 3.8.2.
- update debhelper build-dep to 7.
- switch section to xfce.
* debian/compat bumped to 7.
Modified: goodies/trunk/thunar-thumbnailers/debian/changelog
===================================================================
--- goodies/trunk/thunar-thumbnailers/debian/changelog 2009-08-04 20:45:12 UTC (rev 3416)
+++ goodies/trunk/thunar-thumbnailers/debian/changelog 2009-08-05 18:00:53 UTC (rev 3417)
@@ -5,8 +5,18 @@
[ Yves-Alexis Perez ]
* debian/watch edited to track Xfce archive reorganisation
+ * debian/patches:
+ - 01_fix-bashisms-tex-thumbnailer added, fix bashisms in the tex
+ thumbnailer. closes: #530203
+ * debian/rules:
+ - simple-patchsys cdbs rule added.
+ * debian/control:
+ - update standards version to 3.8.2.
+ - update debhelper build-dep to 7.
+ - switch section to xfce.
+ * debian/compat bumped to 7.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Aug 2009 18:14:48 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 05 Aug 2009 19:36:01 +0200
thunar-thumbnailers (0.4.1-1) unstable; urgency=low
Modified: goodies/trunk/thunar-thumbnailers/debian/compat
===================================================================
--- goodies/trunk/thunar-thumbnailers/debian/compat 2009-08-04 20:45:12 UTC (rev 3416)
+++ goodies/trunk/thunar-thumbnailers/debian/compat 2009-08-05 18:00:53 UTC (rev 3417)
@@ -1 +1 @@
-4
+7
Modified: goodies/trunk/thunar-thumbnailers/debian/control
===================================================================
--- goodies/trunk/thunar-thumbnailers/debian/control 2009-08-04 20:45:12 UTC (rev 3416)
+++ goodies/trunk/thunar-thumbnailers/debian/control 2009-08-05 18:00:53 UTC (rev 3417)
@@ -1,12 +1,12 @@
Source: thunar-thumbnailers
-Section: x11
+Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
-Build-Depends: debhelper (>= 4.1.0), cdbs, libthunar-vfs-1-dev (>= 0.5.1),
+Build-Depends: debhelper (>= 7), cdbs, libthunar-vfs-1-dev (>= 0.5.1),
libexo-0.3-dev (>= 0.3.2), imagemagick, dcraw, texlive-latex-base, grace,
unzip, ffmpegthumbnailer
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/thunar-thumbnailers/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/thunar-thumbnailers/
Added: goodies/trunk/thunar-thumbnailers/debian/patches/01_fix-bashisms-tex-thumbnailer.patch
===================================================================
--- goodies/trunk/thunar-thumbnailers/debian/patches/01_fix-bashisms-tex-thumbnailer.patch (rev 0)
+++ goodies/trunk/thunar-thumbnailers/debian/patches/01_fix-bashisms-tex-thumbnailer.patch 2009-08-05 18:00:53 UTC (rev 3417)
@@ -0,0 +1,19 @@
+diff --git a/tex-thumbnailer/tex-thumbnailer b/tex-thumbnailer/tex-thumbnailer
+index ec69f49..c946a64 100644
+--- a/tex-thumbnailer/tex-thumbnailer
++++ b/tex-thumbnailer/tex-thumbnailer
+@@ -38,12 +38,12 @@ C1=`grep -c "begin{document}" "${ifile}"`
+ C2=`grep -c "end{document}" "${ifile}"`
+
+ if [ $C1 -lt "1" ]; then
+- echo "tex-thumbnailer: no \begin{document}"
++ printf "%s\n" "tex-thumbnailer: no \begin{document}"
+ exit 1
+ fi
+
+ if [ $C2 -lt "1" ]; then
+- echo "tex-thumbnailer: no \end{document}"
++ printf "%s\n" "tex-thumbnailer: no \end{document}"
+ exit 1
+ fi
+
Modified: goodies/trunk/thunar-thumbnailers/debian/rules
===================================================================
--- goodies/trunk/thunar-thumbnailers/debian/rules 2009-08-04 20:45:12 UTC (rev 3416)
+++ goodies/trunk/thunar-thumbnailers/debian/rules 2009-08-05 18:00:53 UTC (rev 3417)
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS += --enable-tex --enable-grace --enable-ffmpeg \
More information about the Pkg-xfce-commits
mailing list