~ubuntu-branches/ubuntu/oneiric/jabberd2/oneiric-security

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Nicolai Spohrer
  • Date: 2008-08-12 16:13:43 UTC
  • mfrom: (1.1.3 upstream) (0.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080812161343-6trz3r97dtevxd17
Tags: 2.2.1-1ubuntu1
* Merge with Debian unstable (LP: #257130), remaining changes:
  - debian/control:
    + Modify Maintainer field as per spec
    + Depend on libdb4.6-dev instead of libdb4.4-dev
    + Added Conflicts and Replaces: ..., jabber for jabberd2
  - debian/rules: Added libtoolize call (jabberd2 ships with
     an older ltmain.sh version that conflicts with the
     current libtool version)
  - debian/init: create /var/run/jabber directory with correct
     permissions
* Dropped changes:
  - Debian already depends on libpq-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
man_MANS = jabberd.8 c2s.8 resolver.8 router.8 s2s.8 sm.8
2
 
EXTRA_DIST = jabberd.8.in c2s.8.in resolver.8.in router.8.in s2s.8.in sm.8.in
 
1
man_MANS = jabberd.8 c2s.8 router.8 s2s.8 sm.8
 
2
EXTRA_DIST = jabberd.8.in c2s.8.in router.8.in s2s.8.in sm.8.in
3
3
 
4
 
jabberd_bin = router resolver sm s2s c2s
 
4
jabberd_bin = router sm s2s c2s
5
5
 
6
6
edit = sed \
7
7
        -e 's,@sysconfdir\@,$(sysconfdir),g' \