Make lintian happy

This commit is contained in:
Michael Spang 2009-07-24 18:48:12 -04:00
parent 5ef116c456
commit e5394d7729
3 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceo (0.4.10) stable testing; urgency=low
* Bump standards version.
-- Michael Spang <mspang@uwaterloo.ca> Fri, 24 Jul 2009 18:47:33 -0400
ceo (0.4.18) stable testing; urgency=low
[ Michael Gregson ]

4
debian/control vendored
View File

@ -2,8 +2,8 @@ Source: ceo
Section: admin
Priority: optional
Maintainer: Systems Committee <syscom@csclub.uwaterloo.ca>
Build-Depends: debhelper (>= 5.0.0), python-dev (>= 2.4), python-support (>= 0.3), libkrb5-dev, libldap2-dev, libsasl2-dev, libsctp-dev
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.0), python-dev (>= 2.4), python-support (>= 0.3), libkrb5-dev, libldap2-dev, libsasl2-dev, libsctp-dev, libprotobuf-c0-dev
Standards-Version: 3.8.2
Package: ceo
Architecture: any

2
debian/rules vendored
View File

@ -19,7 +19,7 @@ install: build
dh_testroot
dh_installdirs
python setup.py -q install --no-compile -O0 --root=debian/ceo
$(MAKE) -C src DESTDIR=$(PWD)/debian/ceo PREFIX=/usr install
$(MAKE) -C src DESTDIR=$(CURDIR)/debian/ceo PREFIX=/usr install
binary-arch: build install
dh_testdir