Changeset 131

Show
Ignore:
Timestamp:
09/01/05 00:11:11 (3 years ago)
Author:
jtv
Message:

Stripped some unneeded comments and blank lines

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • debian/rules

    r73 r131  
    11#!/usr/bin/make -f 
    22# -*- makefile -*- 
    3 # Sample debian/rules that uses debhelper. 
    4 # This file was originally written by Joey Hess and Craig Small. 
    5 # As a special exception, when this file is copied by dh-make into a 
    6 # dh-make output file, you may use that output file without restriction. 
    7 # This special exception was added by Craig Small in version 0.37 of dh-make. 
     3# Based on file generated using debhelper 
    84 
    95# Uncomment this to turn on verbose mode. 
    106#export DH_VERBOSE=1 
    11  
    12  
    13  
    147 
    158CFLAGS="-Wall -g --std=c99 --pedantic -Wshadow" 
     
    2518        dh_testdir 
    2619        # Add here commands to configure the package. 
    27  
    2820        touch configure-stamp 
    2921 
     
    3325build-stamp: configure-stamp  
    3426        dh_testdir 
    35  
    3627        # Add here commands to compile the package. 
    3728        $(MAKE) 
    3829        #docbook-to-man debian/swapspace.sgml > swapspace.1 
    39  
    4030        touch build-stamp 
    4131 
     
    4434        dh_testroot 
    4535        rm -f build-stamp configure-stamp 
    46  
    4736        # Add here commands to clean up after the build process. 
    4837        -$(MAKE) clean 
    49  
    5038        dh_clean  
    5139