Changeset 246 for trunk/hotstuff/debian

Show
Ignore:
Timestamp:
11/02/05 19:17:11 (7 years ago)
Author:
josef
Message:

- some dummy manpages for some of the scripts
- installation of the manpages
- squashing more packaging bugs, thanks to lintian

Location:
trunk/hotstuff/debian
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/hotstuff/debian/control

    r241 r246  
    44Maintainer: Josef Spillner <josef@kstuff.org> 
    55Build-Depends: debhelper (>= 4.0.0) 
    6 Standards-Version: 3.6.1 
     6Standards-Version: 3.6.2.1 
    77 
    88Package: hotstuff 
  • trunk/hotstuff/debian/postinst

    r240 r246  
    1515# the debian-policy package 
    1616# 
     17 
     18# ??? lintian warning 
     19. /usr/share/debconf/confmodule 
    1720 
    1821case "$1" in 
  • trunk/hotstuff/debian/rules

    r243 r246  
    44configure-stamp: 
    55        dh_testdir 
    6         # Add here commands to configure the package. 
    76 
     7        #$(CONFIGURE) 
    88        touch configure-stamp 
    99 
    1010build: build-stamp 
    11  
    1211build-stamp: configure-stamp  
    1312        dh_testdir 
    1413 
    15         # Add here commands to compile the package. 
    1614        #$(MAKE) 
    17         #docbook-to-man debian/hotstuff.sgml > hotstuff.1 
    1815 
    1916        touch build-stamp 
     
    2421        rm -f build-stamp configure-stamp 
    2522 
    26         # Add here commands to clean up after the build process. 
    2723        #-$(MAKE) clean 
    2824 
     
    3531        dh_installdirs 
    3632 
    37         # Add here commands to install the package into debian/hotstuff. 
    3833        $(MAKE) install-common DESTDIR=$(CURDIR)/debian/hotstuff-common 
    3934        $(MAKE) install-scripts DESTDIR=$(CURDIR)/debian/hotstuff-scripts 
     
    4237        $(MAKE) install-doc DESTDIR=$(CURDIR)/debian/hotstuff-doc 
    4338 
    44 # Build architecture-independent files here. 
     39        mv $(CURDIR)/debian/hotstuff-common/etc/hotstuff.conf \ 
     40                $(CURDIR)/debian/hotstuff-common/usr/share/hotstuff-common/hotstuff.conf-dist 
     41 
    4542binary-indep: build install 
    46 # We have nothing to do by default. 
    4743 
    48 # Build architecture-dependent files here. 
    4944binary-arch: build install 
    5045        dh_testdir