Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 239 → Rev 240

/trunk/debian/pike8.0-reference.doc-base
File deleted
/trunk/debian/pike8.0-manual.doc-base
File deleted
/trunk/debian/changelog
2,6 → 2,7
 
* New upstream release.
* Drop freetype_2.6_typeof.patch; incorporated upstream.
* Merge pike8.0-manual and pike8.0-reference.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 20 Sep 2015 23:17:49 +0200
 
/trunk/debian/pike8.0-doc.doc-base.reference
0,0 → 1,10
Document: pike8.0-refdoc
Title: Pike 8.0 Reference
Author: The Pike Authors
Abstract: This document contains the full reference of all
the Pike modules and functions.
Section: Programming
 
Format: HTML
Index: /usr/share/doc/pike8.0-doc/html/reference/index.html
Files: /usr/share/doc/pike8.0-doc/html/reference/*.html
/trunk/debian/rules
210,13 → 210,13
dh_testdir -i
dh_testroot -i
# install the docs
dh_install -p$(PIKE)-manual refdoc/traditional_manual/* usr/share/doc/$(PIKE)-doc/html/manual
dh_install -p$(PIKE)-reference refdoc/modref/* usr/share/doc/$(PIKE)-doc/html/reference
dh_install -i -N$(PIKE)-manual -N$(PIKE)-reference --sourcedir=$(TMP)
dh_install -p$(PIKE)-doc -Ximages refdoc/traditional_manual/* usr/share/doc/$(PIKE)-doc/html/manual
dh_install -p$(PIKE)-doc refdoc/modref/* usr/share/doc/$(PIKE)-doc/html/reference
dh_link -p$(PIKE)-doc usr/share/doc/$(PIKE)-doc/html/reference/images usr/share/doc/$(PIKE)-doc/html/manual/images
dh_install -i
dh_installdocs -i
dh_installchangelogs -i -k CHANGES
dh_lintian -i
dh_link -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
/trunk/debian/pike8.0-doc.doc-base.manual
0,0 → 1,10
Document: pike8.0-manual
Title: Pike 8.0 Manual
Author: The Pike Authors
Abstract: This manual describes the Pike 8.0 language and contains
a short tutorial on the language.
Section: Programming
 
Format: HTML
Index: /usr/share/doc/pike8.0-doc/html/manual/index.html
Files: /usr/share/doc/pike8.0-doc/html/manual/*.html
/trunk/debian/pike8.0-doc.maintscript
0,0 → 1,0
dir_to_symlink /usr/share/doc/pike8.0-doc/html/manual/images /usr/share/doc/pike8.0-doc/html/reference/images 8.0.162-1~ pike8.0-doc
/trunk/debian/control
68,31 → 68,37
 
Package: pike8.0-manual
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Pike 8.0 manual
The Pike manual auto-generated from the sources.
Section: oldlibs
Priority: extra
Depends: pike8.0-doc (>= 8.0.162-1~), ${misc:Depends}
Description: transitional package for merging into pike8.0-doc
The documentation previously split between pike8.0-manual and
pike8.0-reference has been merged into pike8.0-doc, since most of the
size consists of images, which were duplicated in both packages.
.
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.
This package can be safely removed after completed upgrade.
 
Package: pike8.0-reference
Architecture: all
Section: doc
Depends: ${misc:Depends}
Section: oldlibs
Priority: extra
Depends: pike8.0-doc (>= 8.0.162-1~), ${misc:Depends}
Description: Pike 8.0 reference
The Pike reference auto-generated from the sources.
The documentation previously split between pike8.0-manual and
pike8.0-reference has been merged into pike8.0-doc, since most of the
size consists of images, which were duplicated in both packages.
.
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.
This package can be safely removed after completed upgrade.
 
Package: pike8.0-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, pike8.0-manual (= ${source:Version}), pike8.0-reference (= ${source:Version})
Description: Pike 8.0 documentation metapackage
This package depends upon all the Pike 8.0 documentation packages. Note
that the download and installation sizes might be very large.
Depends: ${misc:Depends}
Breaks: pike8.0-manual (<< 8.0.162-1~), pike8.0-reference (<< 8.0.162-1~)
Replaces: pike8.0-manual (<< 8.0.162-1~), pike8.0-reference (<< 8.0.162-1~)
Description: Pike 8.0 documentation
This package contains the traditional manual and auto-generated
reference documentation.
.
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.