Changeset c6e0eef


Ignore:
Timestamp:
Mar 3, 2007, 3:02:21 PM (17 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
88cbd0a
Parents:
94cb84ff
git-author:
Sam Hartman <hartmans@mit.edu> (03/03/07 14:49:50)
git-committer:
Sam Hartman <hartmans@mit.edu> (03/03/07 15:02:21)
Message:
Update to more modern debhelper.
Location:
debian
Files:
2 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • debian/README.Debian

    r94cb84ff rc6e0eef  
    1 owl for Debian
     1barnowl for Debian
    22--------------
    33
     
    55zephyr clients, which may make it simpler to get started as a user.
    66
    7  -- Mark W. Eichin <eichin@thok.org>, Tue, 23 Apr 2002 01:58:14 -0400
     7Barnowl is a fork of owl with Jabber support.
     8
     9 -- Sam Hartman <hartmans@debian.org>, Sat,  3 Mar 2007 14:49:31 -0500
  • debian/control

    r94cb84ff rc6e0eef  
    1 Source: owl
     1Source: barnowl
    22Section: net
    33Priority: optional
    4 Maintainer: Mark W. Eichin <eichin@thok.org>
    5 Build-Depends: debhelper (>> 3.0.0), libzephyr-dev (>= 2.1.20010518.SNAPSHOT-7), libncurses5-dev, libkrb5-dev, libperl-dev
     4Maintainer: Sam Hartman <hartmans@debian.org>
     5Build-Depends: debhelper (>> 4.0.0), libzephyr-dev (>= 2.1.20010518.SNAPSHOT-7), libncurses5-dev, libkrb5-dev, libperl-dev
    66Standards-Version: 3.5.2
    77
    8 Package: owl
     8Package: barnowl
    99Architecture: any
    10 Depends: ${shlibs:Depends}, zephyr-clients
    11 Description: A curses-based tty Zephyr client.
     10Depends: ${shlibs:Depends},
     11Recommends: zephyr-clients
     12Description: A curses-based tty Jabber and Zephyr client.
    1213 An alternative standalone (doesn't use zwgc) Zephyr (instant
    13  messaging) client.  Has perl hooks and a curses UI.
     14 messaging) client.  Also supports Jabber.
     15 Much of the functionality is written in Perl, which is supported as
     16 an extension language.
    1417 .
    1518 ktools software -- The 'k' is for Quality!
  • debian/rules

    r94cb84ff rc6e0eef  
    66#export DH_VERBOSE=1
    77
    8 # This is the debhelper compatibility version to use.
    9 export DH_COMPAT=3
    108
    119# These are used for cross-compiling and for saving the configure script
     
    1513
    1614
    17 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
    18         CFLAGS += -g
     15ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     16        CFLAGS += -O2
    1917endif
    2018ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
    2119        INSTALL_PROGRAM += -s
    2220endif
     21
     22        CFLAGS += -g
    2323
    2424config.status: configure
     
    5656
    5757        # Add here commands to install the package into debian/owl.
    58         # $(MAKE) install prefix=$(CURDIR)/debian/owl/usr
    59         cp owl $(CURDIR)/debian/owl/usr/bin/
     58         $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
     59
     60        dh_install --sourcedir=debian/tmp --fail-missing $(EXCLUDE)
    6061
    6162# Build architecture-independent files here.
     
    7172        dh_installexamples
    7273        dh_installmenu
    73 #       dh_installlogrotate
    74 #       dh_installemacsen
    75 #       dh_installpam
    76 #       dh_installmime
    77 #       dh_installinit
    78         dh_installcron
    79         dh_installman doc/owl.1
     74        dh_installman
    8075        dh_installinfo
    81 #       dh_undocumented
    8276        dh_installchangelogs ChangeLog
    8377        dh_link
     
    8781#       dh_makeshlibs
    8882        dh_installdeb
    89 #       dh_perl
     83        dh_perl
    9084        dh_shlibdeps
    9185        dh_gencontrol
Note: See TracChangeset for help on using the changeset viewer.