Changes for lintian cleanliness.

This commit is contained in:
Andrew McMillan 2008-09-17 23:46:17 +12:00
parent 0f09a40a0f
commit dabd1b5162
4 changed files with 6 additions and 7 deletions

2
debian/changelog vendored
View File

@ -2,7 +2,7 @@ davical (0.9.5.3) unstable; urgency=low
* Fix translation inefficiencies (closes: #495307) * Fix translation inefficiencies (closes: #495307)
-- Andrew McMillan <debian@mcmillan.net.nz> Wed, 17 Sep 2008 23:08:49 +1200 -- Andrew McMillan <debian@mcmillan.net.nz> Wed, 17 Sep 2008 23:36:16 +1200
davical (0.9.5.2) unstable; urgency=low davical (0.9.5.2) unstable; urgency=low

9
debian/control vendored
View File

@ -1,8 +1,8 @@
Source: davical Source: davical
Section: web Section: web
Priority: extra Priority: extra
Maintainer: Andrew McMillan <andrew@catalyst.net.nz> Maintainer: Andrew McMillan <debian@mcmillan.net.nz>
Standards-Version: 3.7.3 Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5) Build-Depends: debhelper (>= 5)
Vcs-git: git://git.catalyst.net.nz/rscds.git Vcs-git: git://git.catalyst.net.nz/rscds.git
Vcs-browser: http://git.catalyst.net.nz/?p=rscds.git Vcs-browser: http://git.catalyst.net.nz/?p=rscds.git
@ -12,16 +12,17 @@ Package: davical
Architecture: all Architecture: all
Depends: debconf (>= 1.0.32), php5 | php4 (>= 4:4.3), php5-pgsql | php4-pgsql(>= 3:4.3.0), postgresql-client (>= 7.4) | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (>=0.26), libclass-dbi-pg-perl, php5 | php4-domxml, libyaml-perl Depends: debconf (>= 1.0.32), php5 | php4 (>= 4:4.3), php5-pgsql | php4-pgsql(>= 3:4.3.0), postgresql-client (>= 7.4) | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (>=0.26), libclass-dbi-pg-perl, php5 | php4-domxml, libyaml-perl
Conflicts: rscds Conflicts: rscds
Description: DAViCal CalDAV Server Description: The DAViCal CalDAV Server
The DAViCal CalDAV Server is designed to trivially store The DAViCal CalDAV Server is designed to trivially store
CalDAV calendars, such as those from Evolution, Sunbird/Lightning, CalDAV calendars, such as those from Evolution, Sunbird/Lightning,
Mulberry, iCal or SOHO Organizer, in a central location, providing Mulberry, iCal or SOHO Organizer, in a central location, providing
shared calendars, free/busy publication and basic administration shared calendars, free/busy publication and basic administration
Package: davical-doc Package: davical-doc
Section: doc
Architecture: all Architecture: all
Depends: Depends:
Description: DAViCal CalDAV Server - documentation Description: The DAViCal CalDAV Server - documentation
The DAViCal CalDAV Server is designed to trivially store The DAViCal CalDAV Server is designed to trivially store
CalDAV calendars, such as those from Evolution, Sunbird/Lightning, CalDAV calendars, such as those from Evolution, Sunbird/Lightning,
Mulberry, iCal or SOHO Organizer, in a central location, providing Mulberry, iCal or SOHO Organizer, in a central location, providing

1
debian/davical.docs vendored
View File

@ -1,4 +1,3 @@
README README
TODO TODO
INSTALL
CREDITS CREDITS

1
debian/rules vendored
View File

@ -79,7 +79,6 @@ binary-indep: build install
# Build architecture dependant packages using the common target. # Build architecture dependant packages using the common target.
binary-arch: build install binary-arch: build install
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
# Any other binary targets build just one binary package at a time. # Any other binary targets build just one binary package at a time.
binary-%: build install binary-%: build install