[Pkg-haskell-commits] r1244 - in /packages/lhs2tex/trunk/debian: changelog control doc-base rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Jul 20 09:53:47 UTC 2008


Author: arjan
Date: Sun Jul 20 09:53:47 2008
New Revision: 1244

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1244
Log:
 r227 at reddwarf:  arjan | 2008-07-20 10:43:47 +0200
 releasing version 1.13-2

Modified:
    packages/lhs2tex/trunk/debian/changelog
    packages/lhs2tex/trunk/debian/control
    packages/lhs2tex/trunk/debian/doc-base
    packages/lhs2tex/trunk/debian/rules

Modified: packages/lhs2tex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/changelog?rev=1244&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/changelog (original)
+++ packages/lhs2tex/trunk/debian/changelog Sun Jul 20 09:53:47 2008
@@ -1,3 +1,14 @@
+lhs2tex (1.13-2) unstable; urgency=low
+
+  * Fix bashism in debian/rules. (Closes: #484397)
+  * debian/control:
+    - Drop dependencies on obsolete packages tetex-bin, tetex-base and
+      tetex-extra. Fixes lintian error depends-on-obsolete-package
+  * debian/doc-base:
+    - Change Section to Programming/Haskell
+  
+ -- Arjan Oosting <arjan at debian.org>  Mon, 09 Jun 2008 06:57:19 +0200
+
 lhs2tex (1.13-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/lhs2tex/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/control?rev=1244&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/control (original)
+++ packages/lhs2tex/trunk/debian/control Sun Jul 20 09:53:47 2008
@@ -10,7 +10,7 @@
 
 Package: lhs2tex
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-latex-base | tetex-bin, texlive-latex-base | tetex-base, texlive-latex-base | tetex-extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-latex-base, texlive-latex-base, texlive-latex-base
 Description: Generates LaTeX code from literate Haskell sources
  lhs2TeX includes the following features:
  .

Modified: packages/lhs2tex/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/doc-base?rev=1244&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/doc-base (original)
+++ packages/lhs2tex/trunk/debian/doc-base Sun Jul 20 09:53:47 2008
@@ -4,7 +4,7 @@
 Abstract: This is a guide to lhs2TeX, a preprocessor that takes as
  input a literate Haskell source file and produces as output a
  formatted file that can be further processed by LaTeX.
-Section: Apps/Programming
+Section: Programming/Haskell
 
 Format: pdf
 Files: /usr/share/doc/lhs2tex/Guide2.pdf

Modified: packages/lhs2tex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/rules?rev=1244&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/rules (original)
+++ packages/lhs2tex/trunk/debian/rules Sun Jul 20 09:53:47 2008
@@ -53,9 +53,11 @@
 	# Add here commands to clean up after the build process.
 	if [ -f Makefile ] && [ -f config.mk ] ; then $(MAKE) clean ; fi
 	# Remove generated files
-	rm -f doc/Guide2.{aux,log,out,ptb,tex,toc}
+	for EXT in aux log out ptb tex toc; do \
+		rm -f doc/Guide2.$$EXT; \
+	done
 	# Don't rebuild the guide as ghci does not work on all architectures..
-	# rm -f doc/Guide2.{dontbuild,pdf}
+	# rm -f doc/Guide2.dontbuild doc/Guide2.pdf
 	rm -f doc/*.sty doc/*.tex doc/.out doc/.script doc/RawSearchPath.lhs
 	rm -f lhs2TeX.1 Version.lhs config.guess config.log config.mk config.sub
 	rm -f doc/InteractiveHugs.lhs doc/InteractivePre.lhs




More information about the Pkg-haskell-commits mailing list