Hi,
I have several suggestions for the debian package.
1. Register the main doxygenerated web page with doc-base,
rather than the cookbook. The former links to the latter, anyway.
2. Move the doxygenerated web pages to the debian-approved
location /usr/share/doc/cppunit/html.
3. Installing the "hierarchy" example binary is not useful,
nor is installing Makefile.in and Makefile.
4. A .cvsignore file would be appreciated.
Below are appended some patches for items 1-3, and a .cvsignore
file that I have been using.
Regards
-Steve
Index: doc-base.cppunit
===================================================================
RCS file: /cvsroot/cppunit/cppunit/debian/doc-base.cppunit,v
retrieving revision 1.1
diff -u -b -B -r1.1 doc-base.cppunit
--- doc-base.cppunit 2001/05/16 09:07:09 1.1
+++ doc-base.cppunit 2001/05/25 21:03:30
@@ -5,7 +5,7 @@
Section: devel
Format: HTML
-Index: /usr/share/doc/cppunit/cookbook.html
-Files: /usr/share/doc/cppunit/cookbook.html
+Index: /usr/share/doc/cppunit/html/index.html
+Files: /usr/share/doc/cppunit/html/*.html
Index: rules
===================================================================
RCS file: /cvsroot/cppunit/cppunit/debian/rules,v
retrieving revision 1.1
diff -u -b -B -r1.1 rules
--- rules 2001/05/16 09:07:09 1.1
+++ rules 2001/05/25 21:03:30
@@ -40,7 +40,12 @@
# Add here commands to install the package into debian/<packagename>
$(MAKE) prefix=`pwd`/debian/$(PACKAGENAME)/usr install
+ mkdir -p debian/cppunit/usr/share/doc/cppunit
+ mv debian/cppunit/usr/doc/cppunit-*/html \
+ debian/cppunit/usr/share/doc/cppunit
+ rm -rf debian/cppunit/usr/doc
+
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
@@ -52,7 +57,7 @@
# dh_installdebconf
dh_installdocs README doc/cookbook.html
dh_installexamples \
- examples/hierarchy/M* examples/hierarchy/hierarchy \
+ examples/hierarchy/Makefile.am \
examples/hierarchy/*.h examples/hierarchy/*.cpp
dh_installmenu
# dh_installlogrotate
---------------------- cppunit/debian/.cvsignore ----------------------
cppunit
*.debhelper
substvars
files
-----------------------------------------------------------------------
--
by Rocket to the Moon,
by Airplane to the Rocket,
by Taxi to the Airport,
by Frontdoor to the Taxi,
by throwing back the blanket and laying down the legs ...
- They Might Be Giants
|