[Pkg-jed-commit] r53 - trunk/packages/jed-extra/debian
Rafael Laboissiere
rafael@costa.debian.org
Fri, 01 Jul 2005 12:24:25 +0000
Author: rafael
Date: 2005-07-01 12:24:24 +0000 (Fri, 01 Jul 2005)
New Revision: 53
Modified:
trunk/packages/jed-extra/debian/changelog
trunk/packages/jed-extra/debian/rules
Log:
Rename INSTALL.tar.sl to README.tar.sl to avoid Lintian warning
Modified: trunk/packages/jed-extra/debian/changelog
===================================================================
--- trunk/packages/jed-extra/debian/changelog 2005-07-01 12:12:36 UTC (rev 52)
+++ trunk/packages/jed-extra/debian/changelog 2005-07-01 12:24:24 UTC (rev 53)
@@ -10,7 +10,7 @@
* debian/postinst, debian/prerm: Call /usr/share/jed/compile/jed-extra
with the appropriate argument
* debian/control:
- - Dropped the -Build-Depends-Indep on jed
+ - Dropped the Build-Depends-Indep on jed
- Upgraded Standards-Version to 3.6.2
+++ Changes by Jörg Sommer <joerg@alea.gnuu.de>
@@ -35,7 +35,8 @@
* reworked jed-extra-preparse.sl (compile-files.sl.in before) to be
fully SLang, which make eperl as build dependency unnecessary
* all *.html files, the README of a2ps and the INSTALL of tar are now
- in /usr/share/doc/jed-extra
+ in /usr/share/doc/jed-extra (this later file is renamed to
+ README.tar.sl, in order to keep lintian happy)
* the example file for apsmode/apsconf is in examples
--
Modified: trunk/packages/jed-extra/debian/rules
===================================================================
--- trunk/packages/jed-extra/debian/rules 2005-07-01 12:12:36 UTC (rev 52)
+++ trunk/packages/jed-extra/debian/rules 2005-07-01 12:24:24 UTC (rev 53)
@@ -43,7 +43,7 @@
$(debroot)/usr/share/jed/compile/jed-extra
# fill up /usr/share/doc/jed-extra
- dh_installchangelogs
+ dh_installchangelogs
dh_installdocs $$(find . -name \*.html -o -name \*.otl) \
outline/outline.txt a2ps/README tar/INSTALL
@@ -51,13 +51,13 @@
mv $(debroot)/usr/share/doc/jed-extra/README \
$(debroot)/usr/share/doc/jed-extra/README.a2ps
mv $(debroot)/usr/share/doc/jed-extra/INSTALL \
- $(debroot)/usr/share/doc/jed-extra/INSTALL.tar.sl
+ $(debroot)/usr/share/doc/jed-extra/README.tar.sl
# install some extra docs from the source
dh_installexamples apsmode/apsconf/apsconf.example
-
- #dh_installdebconf
+ #dh_installdebconf
+
dh_compress
dh_fixperms