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

« back to all changes in this revision

Viewing changes to 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
 
EXTRA_DIST = PROTOCOL Doxyfile.in README.win32 contrib
2
 
 
3
 
SUBDIRS = etc tools man expat mio scod subst sx util c2s resolver router s2s sm
 
1
EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE
 
2
 
 
3
SUBDIRS = etc man
 
4
if USE_LIBSUBST
 
5
SUBDIRS += subst
 
6
endif
 
7
SUBDIRS += tools mio sx util c2s router s2s sm storage
 
8
 
 
9
.PHONY: docs
4
10
 
5
11
docs: Doxyfile
6
12
        @doxygen
 
13
 
 
14
dist-hook:
 
15
        if grep 'AC_INIT.*dev' configure.ac ; then echo "Remove 'dev' version flag first!"; exit 1; else : ; fi
 
16
        find $(distdir) -depth \( -name CVS -o -name .svn -o -name .git \) -exec rm -rf {} \;