[med-svn] r10477 - in trunk/packages/mummer/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Sat Apr 21 21:18:38 UTC 2012
Author: tille
Date: 2012-04-21 21:18:38 +0000 (Sat, 21 Apr 2012)
New Revision: 10477
Added:
trunk/packages/mummer/trunk/debian/patches/enable_building_with_tetex.patch
Modified:
trunk/packages/mummer/trunk/debian/changelog
trunk/packages/mummer/trunk/debian/control
trunk/packages/mummer/trunk/debian/patches/series
trunk/packages/mummer/trunk/debian/rules
Log:
Previous solution was wrong - there is no prebuilded PDF and we rather need to patch the source to enable building
Modified: trunk/packages/mummer/trunk/debian/changelog
===================================================================
--- trunk/packages/mummer/trunk/debian/changelog 2012-04-21 20:57:03 UTC (rev 10476)
+++ trunk/packages/mummer/trunk/debian/changelog 2012-04-21 21:18:38 UTC (rev 10477)
@@ -1,13 +1,13 @@
mummer (3.23~dfsg-2) UNRELEASED; urgency=low
- * debian/rules: Do not rebuild documentation PDF which is just stress
- testing autobuilders and would require patches for missing styles
- (s/a4wide/a4/)
+ * debian/enable_building_with_tetex.patch: enable building with recent
+ tetex by changing the layout slightly (s/a4wide/a4/)
Closes: #669521
* debian/control:
- Do not Build-Depend from tetex because we use the ready to deliver
PDF from upstream
- Standards-Version: 3.9.3 (no changes needed)
+ * Debhelper 9 (control+compat)
-- Andreas Tille <tille at debian.org> Sat, 21 Apr 2012 22:43:17 +0200
Modified: trunk/packages/mummer/trunk/debian/control
===================================================================
--- trunk/packages/mummer/trunk/debian/control 2012-04-21 20:57:03 UTC (rev 10476)
+++ trunk/packages/mummer/trunk/debian/control 2012-04-21 21:18:38 UTC (rev 10477)
@@ -4,7 +4,7 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Andreas Tille <tille at debian.org>, Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
Standards-Version: 3.9.3
Homepage: http://mummer.sourceforge.net/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mummer/trunk/
Added: trunk/packages/mummer/trunk/debian/patches/enable_building_with_tetex.patch
===================================================================
--- trunk/packages/mummer/trunk/debian/patches/enable_building_with_tetex.patch (rev 0)
+++ trunk/packages/mummer/trunk/debian/patches/enable_building_with_tetex.patch 2012-04-21 21:18:38 UTC (rev 10477)
@@ -0,0 +1,11 @@
+--- mummer-3.23~dfsg.orig/docs/maxmat3man.tex
++++ mummer-3.23~dfsg/docs/maxmat3man.tex
+@@ -7,7 +7,7 @@
+ %
+
+ \documentclass[12pt]{article}
+-\usepackage{a4wide,alltt,xspace,times}
++\usepackage{a4,alltt,xspace,times}
+ \usepackage{skaff}
+ \usepackage{optionman}
+ \newcommand{\MMthree}{\texttt{maxmat3}\xspace}
Modified: trunk/packages/mummer/trunk/debian/patches/series
===================================================================
--- trunk/packages/mummer/trunk/debian/patches/series 2012-04-21 20:57:03 UTC (rev 10476)
+++ trunk/packages/mummer/trunk/debian/patches/series 2012-04-21 21:18:38 UTC (rev 10477)
@@ -1,2 +1,3 @@
10_install_dirs.patch
02at_docs_web.diff
+enable_building_with_tetex.patch
Modified: trunk/packages/mummer/trunk/debian/rules
===================================================================
--- trunk/packages/mummer/trunk/debian/rules 2012-04-21 20:57:03 UTC (rev 10476)
+++ trunk/packages/mummer/trunk/debian/rules 2012-04-21 21:18:38 UTC (rev 10477)
@@ -20,7 +20,7 @@
FINAL_BIN_DIR=$(FINAL_BIN_DIR) FINAL_AUX_BIN_DIR=$(FINAL_AUX_BIN_DIR) \
FINAL_SCRIPT_DIR=$(FINAL_SCRIPT_DIR) \
CFLAGS="$(CFLAGS)"
- # $(MAKE) -C docs
+ $(MAKE) -C docs
override_dh_auto_test:
$(MAKE) check
More information about the debian-med-commit
mailing list