~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
ACLOCAL_AMFLAGS = -I config
4
4
 
5
 
SUBDIRS = src test etc scripts doc
6
 
DIST_SUBDIRS = config src test etc scripts doc
 
5
SUBDIRS = src scripts doc
 
6
DIST_SUBDIRS = config src scripts doc
7
7
EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
8
8
 
9
9
pcdatadir = $(datadir)/pkgconfig
12
12
ChangeLog::
13
13
        @touch ChangeLog
14
14
 
15
 
dist-hook:
16
 
        -@cvs2cl
17
 
        @mv ChangeLog $(distdir)
18
 
 
19
15
rpm: dist
20
16
        rpmbuild --clean -ta ${distdir}.tar.gz