[Debian-tex-commits] SVN tex-common commit + diffs: r3779 - in tex-common/trunk: debian scripts
Norbert Preining
preining at alioth.debian.org
Tue Mar 10 17:40:12 UTC 2009
Author: preining
Date: 2009-03-10 17:40:10 +0000 (Tue, 10 Mar 2009)
New Revision: 3779
Added:
tex-common/trunk/scripts/tex.pm
Modified:
tex-common/trunk/debian/NEWS
tex-common/trunk/debian/changelog
tex-common/trunk/debian/control
tex-common/trunk/debian/copyright
tex-common/trunk/debian/dirs
tex-common/trunk/debian/rules
Log:
add support for debhelper 7, add tex.pm to copyright notice, add NEWS entry
Modified: tex-common/trunk/debian/NEWS
===================================================================
--- tex-common/trunk/debian/NEWS 2009-03-10 14:48:18 UTC (rev 3778)
+++ tex-common/trunk/debian/NEWS 2009-03-10 17:40:10 UTC (rev 3779)
@@ -10,6 +10,10 @@
Until all packages have been rebuilt with the new dh_installtex
updmap-sys and fmtutil-sys will be called two times.
+ * This release also brings support for debhelper version 7 (thanks
+ to Jan Hauke Rahm). dh_installtex can now be integrated in
+ debian/rules via 'dh install --with tex' when using compat 7
+
-- Norbert Preining <preining at debian.org> Tue, 10 Mar 2009 11:57:55 +0100
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2009-03-10 14:48:18 UTC (rev 3778)
+++ tex-common/trunk/debian/changelog 2009-03-10 17:40:10 UTC (rev 3779)
@@ -1,13 +1,19 @@
tex-common (1.15) unstable; urgency=low
+ [ Norbert Preining ]
* upload of trigger-enabled tex-common to unstable, packages should be
rebuild
* remove references to teTeX from the man pages (Closes: #486369)
* bump dh compat level to 5, adjust debian/control
* add ${misc:Depends} to dependencies
- -- Norbert Preining <preining at debian.org> Tue, 10 Mar 2009 11:50:47 +0100
+ [ Jan Hauke Rahm ]
+ * make debhelper's '--with' option available for tex-common. dh_installtex
+ can now be integrated in debian/rules via 'dh install --with tex' when
+ using compat 7
+ -- Norbert Preining <preining at debian.org> Tue, 10 Mar 2009 18:36:33 +0100
+
tex-common (1.14) experimental; urgency=low
* fix coding error in dh_installtex's pod documentation [np]
Modified: tex-common/trunk/debian/control
===================================================================
--- tex-common/trunk/debian/control 2009-03-10 14:48:18 UTC (rev 3778)
+++ tex-common/trunk/debian/control 2009-03-10 17:40:10 UTC (rev 3779)
@@ -12,7 +12,7 @@
Package: tex-common
Architecture: all
Depends: ${misc:Depends}, ucf, debconf (>= 1.4.69) | cdebconf (>= 0.39), dpkg (>= 1.14.18)
-Suggests: debhelper (>= 5.0)
+Suggests: debhelper (>= 7.0.8)
Replaces: tetex-base (<= 3.0-10)
Conflicts: tetex-base (<< 2007)
Description: common infrastructure for building and installing TeX
Modified: tex-common/trunk/debian/copyright
===================================================================
--- tex-common/trunk/debian/copyright 2009-03-10 14:48:18 UTC (rev 3778)
+++ tex-common/trunk/debian/copyright 2009-03-10 17:40:10 UTC (rev 3779)
@@ -82,6 +82,7 @@
update-fontlang.8: Frank Küster (2005) <frank at debian.org>
Atsuhito Kohda (2002,2003) <kohda at debian.org>
Florent Rougon (2004,2005) <f.rougon at free.fr>
+ tex.pm: Jan Hauke Rahm (2009) <info at jhr-online.de>
- conf/texmf.d/
Modified: tex-common/trunk/debian/dirs
===================================================================
--- tex-common/trunk/debian/dirs 2009-03-10 14:48:18 UTC (rev 3778)
+++ tex-common/trunk/debian/dirs 2009-03-10 17:40:10 UTC (rev 3779)
@@ -16,3 +16,4 @@
var/lib/tex-common/language-cnf
var/lib/tex-common/fmtutil-cnf
var/cache/fonts
+usr/share/perl5/Debian/Debhelper/Sequence
Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules 2009-03-10 14:48:18 UTC (rev 3778)
+++ tex-common/trunk/debian/rules 2009-03-10 17:40:10 UTC (rev 3779)
@@ -87,6 +87,7 @@
grep -v '^[ \t]*# ' scripts/postinst-tex > $(INSTDIR)/usr/share/debhelper/autoscripts/postinst-tex
grep -v '^[ \t]*# ' scripts/postrm-texlsr > $(INSTDIR)/usr/share/debhelper/autoscripts/postrm-texlsr
grep -v '^[ \t]*# ' scripts/postinst-texlsr > $(INSTDIR)/usr/share/debhelper/autoscripts/postinst-texlsr
+ cp scripts/tex.pm $(INSTDIR)/usr/share/perl5/Debian/Debhelper/Sequence/
# fontcache stuff with proper permissions
install -d $(INSTDIR)/etc/texmf/web2c/
Added: tex-common/trunk/scripts/tex.pm
===================================================================
--- tex-common/trunk/scripts/tex.pm (rev 0)
+++ tex-common/trunk/scripts/tex.pm 2009-03-10 17:40:10 UTC (rev 3779)
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+# debhelper sequence file for tex-common script
+
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_after("dh_link", "dh_installtex");
+
+1;
Property changes on: tex-common/trunk/scripts/tex.pm
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Debian-tex-commits
mailing list