~ubuntu-branches/ubuntu/trusty/maradns/trusty

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Package Import Robot
  • Author(s): Nicholas Bamber
  • Date: 2012-01-06 08:47:03 UTC
  • mfrom: (1.1.17) (10.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20120106084703-e3kw2c5a6djne2gw
Tags: 2.0.04-1
* Allowed watch file to pick up 2.x releases
* New upstream release
* Refreshed patches
* Added override to stop deletion of server/MaraDNS.c.orig
* Added patch to stop corruption of deadwood source code
* Added public domain stanza trying to give useful information about
  the public domain status (or otherwise) of certain files.
* Updated doc-base index file
* Split out documentation into separate package as it is written from
  an upstream point of view
* Added askmara-tcp tool to maradns-zoneserver package
* Added experimental maradns-deadwood package (Closes: #612229)
* Turned on compilation for IPv6 (Closes: #477787)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
quilt/dpkg issues
 
2
=================
1
3
Since dpkg version 1.16.1 I have found problems with the sequence
2
4
 
3
5
    dpkg-buildpackage -us -uc
19
21
    quilt pop -a
20
22
 
21
23
However other options are discussed in the now archived bug report: #643043.
 
24
 
 
25
quilt/deadwood issues
 
26
=====================
 
27
There are patches applied to the directory deadwood-*. This is a bit awkward.
 
28
Applying the following sed command fixes it:
 
29
 
 
30
    sed -i -e's/deadwood-[old version]/deadwood-[new version]/' debian/patches/*.patch
 
31
 
 
32
This needs to be done everytime the deadwood version is updated.