[subversion-commit] SVN tetex-src commit + diffs: r1463 - tetex-src/trunk/debian

Frank Küster frank at costa.debian.org
Tue Jun 27 17:40:54 UTC 2006


Author: frank
Date: 2006-06-27 17:40:53 +0000 (Tue, 27 Jun 2006)
New Revision: 1463

Added:
   tetex-src/trunk/debian/latex-source2e-doc.README.Debian
Removed:
   tetex-src/trunk/debian/latex-source2e-doc.nochnicht.README.Debian
Modified:
   tetex-src/trunk/debian/changelog
   tetex-src/trunk/debian/control
   tetex-src/trunk/debian/latex-source2e-doc.postinst
   tetex-src/trunk/debian/latex-source2e-doc.postrm
   tetex-src/trunk/debian/rules
Log:
make lintian happy, and rename the now-up-to-date README.Debian of latex-source2e-doc

Modified: tetex-src/trunk/debian/changelog
===================================================================
--- tetex-src/trunk/debian/changelog	2006-06-27 16:56:30 UTC (rev 1462)
+++ tetex-src/trunk/debian/changelog	2006-06-27 17:40:53 UTC (rev 1463)
@@ -2,8 +2,13 @@
 
   * Move debhelper from Build-Depends-Indep to Build-Depends, it is used
     in the clean target.
+  * Some minor fixes to make lintian happier, including the increase of
+    the Standards Version to 3.7.2 (no changes needed).  There are still
+    lintian warnings and even errors; none of them is important for this
+    type of package, but it might be worth to fix it upstream in the long
+    run. [frank]
 
- -- Frank Küster <frank at debian.org>  Thu, 15 Jun 2006 20:28:42 +0200
+ -- Frank Küster <frank at debian.org>  Tue, 27 Jun 2006 19:39:56 +0200
 
 tetex-src (3.0-3) unstable; urgency=low
 

Modified: tetex-src/trunk/debian/control
===================================================================
--- tetex-src/trunk/debian/control	2006-06-27 16:56:30 UTC (rev 1462)
+++ tetex-src/trunk/debian/control	2006-06-27 17:40:53 UTC (rev 1463)
@@ -4,7 +4,7 @@
 Maintainer: teTeX maintainers <debian-tetex-maint at lists.debian.org>
 Build-Depends-Indep: tetex-extra, sharutils, pdftk
 Build-Depends: debhelper (>= 3.0.0)
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 Uploaders: Christoph Martin <christoph.martin at uni-mainz.de>, Julian Gilbey <jdg at debian.org>, C.M. Connelly <cmc at debian.org>, Atsuhito KOHDA <kohda at debian.org>, Frank Küster <frank at debian.org>
 
 Package: tetex-src

Copied: tetex-src/trunk/debian/latex-source2e-doc.README.Debian (from rev 1098, tetex-src/trunk/debian/latex-source2e-doc.nochnicht.README.Debian)

Deleted: tetex-src/trunk/debian/latex-source2e-doc.nochnicht.README.Debian
===================================================================
--- tetex-src/trunk/debian/latex-source2e-doc.nochnicht.README.Debian	2006-06-27 16:56:30 UTC (rev 1462)
+++ tetex-src/trunk/debian/latex-source2e-doc.nochnicht.README.Debian	2006-06-27 17:40:53 UTC (rev 1463)
@@ -1,6 +0,0 @@
-The LaTeX2e documentation with hyperref extensions has been produced
-using hypdoc.sty by Heiko Oberdiek.  This style is not yet officially
-released and completely unsupported, and only included in the source
-package of tetex-src.
-
- -- Frank Küster <frank at debian.org>, Mon Jan 16 15:44:25 2006

Modified: tetex-src/trunk/debian/latex-source2e-doc.postinst
===================================================================
--- tetex-src/trunk/debian/latex-source2e-doc.postinst	2006-06-27 16:56:30 UTC (rev 1462)
+++ tetex-src/trunk/debian/latex-source2e-doc.postinst	2006-06-27 17:40:53 UTC (rev 1463)
@@ -8,3 +8,5 @@
     :
     ;;
 esac
+
+#DEBHELPER#

Modified: tetex-src/trunk/debian/latex-source2e-doc.postrm
===================================================================
--- tetex-src/trunk/debian/latex-source2e-doc.postrm	2006-06-27 16:56:30 UTC (rev 1462)
+++ tetex-src/trunk/debian/latex-source2e-doc.postrm	2006-06-27 17:40:53 UTC (rev 1463)
@@ -8,3 +8,5 @@
     :
     ;;
 esac
+
+#DEBHELPER#

Modified: tetex-src/trunk/debian/rules
===================================================================
--- tetex-src/trunk/debian/rules	2006-06-27 16:56:30 UTC (rev 1462)
+++ tetex-src/trunk/debian/rules	2006-06-27 17:40:53 UTC (rev 1463)
@@ -48,6 +48,9 @@
 	ln -s ../texmf/latex/base/source2e.pdf $(SOURCE2EDOC)/
 	cat debian/$(SOURCE2EPAC).copyright.Debian source2e/legal.txt source2e/lppl.txt > $(SOURCE2EDOC)/copyright
 
+	# remove all executable bits
+	find DEBTEXMF=$(SRCDIR)/debian/tetex-src/usr/share/texmf-tetex -type f -perm +1 | xargs chmod a-x
+
 # Build architecture-dependent files here.
 binary-arch: build install
 # We have nothing to do by default.




More information about the Pkg-tetex-commits mailing list