[Pkg-haskell-commits] r991 - in /packages/lhs2tex/trunk: config.mk.in debian/changelog debian/control debian/dirs debian/doc-base debian/rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sat Jan 19 16:30:21 UTC 2008


Author: arjan
Date: Sat Jan 19 16:30:21 2008
New Revision: 991

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=991
Log:
 r2497 at nebula:  arjan | 2008-01-19 17:13:52 +0100
 * Fix some lintian warnings
   - package-contains-empty-directory usr/sbin/
   - doc-base-file-separator-extra-whitespaces lhs2tex-guide:13
 * debian/control:
   - Add libghc6-regex-compat-dev to the build dependencies.
   - Replace the Xs-Vcs-* fields with the official Vcs-* fields.
   - Add Homepage field.
   - Bump Standards-Version to 3.7.3. No changes needed.
 * debian/rules: 
   - Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
     /usr/share/doc/autotools-dev/README.Debian.gz suggests.
   - Remove some generated files during clean.
 

Modified:
    packages/lhs2tex/trunk/config.mk.in
    packages/lhs2tex/trunk/debian/changelog
    packages/lhs2tex/trunk/debian/control
    packages/lhs2tex/trunk/debian/dirs
    packages/lhs2tex/trunk/debian/doc-base
    packages/lhs2tex/trunk/debian/rules

Modified: packages/lhs2tex/trunk/config.mk.in
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/config.mk.in?rev=991&op=diff
==============================================================================
--- packages/lhs2tex/trunk/config.mk.in (original)
+++ packages/lhs2tex/trunk/config.mk.in Sat Jan 19 16:30:21 2008
@@ -41,6 +41,6 @@
 
 polydir         = @texmf@/tex/latex/polytable
 texdir          = @texmf@/tex/latex/lhs2tex
-INSTALL_POLYTABLE = @POLYTABLE_INSTALL@
+INSTALL_POLYTABLE = yes
 MKTEXLSR        = @MKTEXLSR@
 

Modified: packages/lhs2tex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/changelog?rev=991&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/changelog (original)
+++ packages/lhs2tex/trunk/debian/changelog Sat Jan 19 16:30:21 2008
@@ -2,7 +2,19 @@
 
   * New upstream release, which should work with the GHC 6.8 series and be
     compatible with Cabal 1.2.
-
+  * Fix some lintian warnings
+    - package-contains-empty-directory usr/sbin/
+    - doc-base-file-separator-extra-whitespaces lhs2tex-guide:13
+  * debian/control:
+    - Add libghc6-regex-compat-dev to the build dependencies.
+    - Replace the Xs-Vcs-* fields with the official Vcs-* fields.
+    - Add Homepage field.
+    - Bump Standards-Version to 3.7.3. No changes needed.
+  * debian/rules: 
+    - Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
+      /usr/share/doc/autotools-dev/README.Debian.gz suggests.
+    - Remove some generated files during clean.
+  
  -- Arjan Oosting <arjan at debian.org>  Sun, 13 Jan 2008 22:29:59 +0100
 
 lhs2tex (1.12-3) unstable; urgency=low

Modified: packages/lhs2tex/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/control?rev=991&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/control (original)
+++ packages/lhs2tex/trunk/debian/control Sat Jan 19 16:30:21 2008
@@ -2,10 +2,11 @@
 Section: text
 Priority: optional
 Maintainer: Arjan Oosting <arjan at debian.org>
-Build-Depends: autotools-dev, debhelper (>= 5.0.0), ghc6 (>= 6.2)
-Standards-Version: 3.7.2
-XS-Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/debian/lhs2tex
-XS-Vcs-Browser: https://moonshine.dnsalias.org/wsvn/arjan-public/debian/lhs2tex
+Build-Depends: autotools-dev, debhelper (>= 5.0.0), ghc6 (>= 6.2), libghc6-regex-compat-dev 
+Standards-Version: 3.7.3
+Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/debian/lhs2tex
+Vcs-Browser: https://moonshine.dnsalias.org/wsvn/arjan-public/debian/lhs2tex
+Homepage: http://www.informatik.uni-bonn.de/~loeh/lhs2tex/
 
 Package: lhs2tex
 Architecture: any
@@ -36,5 +37,4 @@
  document (useful for papers on Haskell).
  .
  A manual explaining all the important aspects of lhs2TeX.
- .
-  Homepage: http://www.informatik.uni-bonn.de/~loeh/lhs2tex/
+

Modified: packages/lhs2tex/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/dirs?rev=991&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/dirs (original)
+++ packages/lhs2tex/trunk/debian/dirs Sat Jan 19 16:30:21 2008
@@ -1,2 +1,2 @@
 usr/bin
-usr/sbin
+

Modified: packages/lhs2tex/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/doc-base?rev=991&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/doc-base (original)
+++ packages/lhs2tex/trunk/debian/doc-base Sat Jan 19 16:30:21 2008
@@ -8,6 +8,3 @@
 
 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=991&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/rules (original)
+++ packages/lhs2tex/trunk/debian/rules Sat Jan 19 16:30:21 2008
@@ -12,8 +12,8 @@
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+export DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+export DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 # Autoconf 2.52 and higher goes into crosscompiling mode when --host
 # is specified, so only pass --host when it is necessary.
@@ -58,6 +58,7 @@
 	# rm -f doc/Guide2.{dontbuild,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
 	dh_clean 
 
 install: build




More information about the Pkg-haskell-commits mailing list