~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann, Matthijs Mohlmann, Christoph Haas
  • Date: 2007-04-15 23:23:39 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415232339-5x3scc8gx04e50um
Tags: 2.9.21-1
[ Matthijs Mohlmann ]
* New upstream release. (Closes: #420294)
* Remove meta pdns package.
* Added new sqlite3 backend package.
* Months and minutes where mixed up. (Closes: #406462)
* Case sensitivity in bind backend caused PowerDNS to not serve a certain
  zone. (Closes: #406461)
* Bind backend forgot about zones on a notify. (Closes: #398213)

[ Christoph Haas ]
* Documented incorporated backend bind. (Closes: #415471)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# Environment
6
6
#export DH_VERBOSE=1
7
 
export DH_COMPAT=4
8
7
 
9
8
# These are used for cross-compiling and for saving the configure script
10
9
# from having to guess our platform (since we know it already)
22
21
        CXXFLAGS += -O2
23
22
endif
24
23
 
25
 
backends := ldap pipe gmysql gpgsql gsqlite geo
 
24
backends := ldap pipe gmysql gpgsql gsqlite gsqlite3 geo
26
25
 
27
26
# Targets
28
27
config.status: