~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to debian/README.cdbs-tweaks

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2009-09-09 23:43:27 UTC
  • mfrom: (8.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090909234327-dhgxhuanxheto4x8
Tags: 2.0.4-2
* Update copyright hints.
* Lower policy compliance to 3.8.0 (uncertain about sysv script
  requirements in 3.8.1).
* Fix order of db upgrade commands in README.Debian. Closes:
  bug#533344, thanks (again) to Itai Seggev.
* Update package-relations.mk: Cleanup unversioned+versioned
  dependency mix. Improve whitespace cleanup. Rewrite and silence
  applying dependencies.
* Fix and improve README.Debian section on recompiling with OpenSSL,
  thanks to Gijs Hillenius and others.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CDBS tweak
2
 
==========
3
 
 
4
 
CDBS is great. In some corner cases, however, some parts of CDBS
5
 
sometimes needs a few tweaks to work optimally.
6
 
 
7
 
This is a collection of such tweaks. The goal is for these tweaks to be
8
 
absorbed into upstream CDBS. We just haven't found time yet to discuss
9
 
them at the CDBS developers' mailinglist. And possible we do not all
10
 
agree that the tweaks are so great - therefore this "staging area".
11
 
 
12
 
If you found this file below debian/ subdir in a source package, most
13
 
probably only a subset of the below mentioned tweaks are relevant and
14
 
have been shipped with the package. The repository of all these tweaks
15
 
is here: svn://svn.debian.org/build-common/people/js/overlay/
16
 
 
17
 
Web access: http://svn.debian.org/wsvn/build-common/people/js/overlay/
18
 
 
19
 
 
20
 
 
21
 
New buildinfo rule
22
 
------------------
23
 
 
24
 
See package description for "buildinfo" for more info.
25
 
 
26
 
 
27
 
 
28
 
Improved support for multiple compilations
29
 
------------------------------------------
30
 
 
31
 
Create and clean builddir _after_ resolving per-package DEB_BUILDDIR.
32
 
 
33
 
Honour per-package DEB_BUILDDIR in makefile and autotools classes.
34
 
 
35
 
Support multiple build flavors in makefile and autotools classes.
36
 
 
37
 
 
38
 
 
39
 
Various improvements to python-distutils class
40
 
----------------------------------------------
41
 
 
42
 
Use full path to Python interpreter (Python Policy section 1.3.2).
43
 
 
44
 
Add CDBS_BUILD_DEPENDS to old policy method.
45
 
 
46
 
Fix CDBS_BUILD_DEPENDS in new policy methods to only depend on debhelper
47
 
when actually used.
48
 
 
49
 
Fix DEB_PYTHON_SIMPLE_PACKAGES sometimes installed twice (and only one
50
 
of them honouring DEB_PYTHON_COMPILE_VERSION).
51
 
 
52
 
Unify install path using new DEB_PYTHON_DESTDIR.
53
 
 
54
 
Quote install path.
55
 
 
56
 
 
57
 
 
58
 
New python-autotools class
59
 
--------------------------
60
 
 
61
 
Handle autotools-based Python packaging.
62
 
 
63
 
 
64
 
 
65
 
New python-sugar class
66
 
----------------------
67
 
 
68
 
Handle packaging of Sugar activities.
69
 
 
70
 
 
71
 
 
72
 
New perl-build class
73
 
--------------------
74
 
 
75
 
Handle Perl modules using Module::Build.
76
 
 
77
 
 
78
 
 
79
 
New copyright-check rule
80
 
------------------------
81
 
 
82
 
Refuse to build if the source is found to contain different copyright
83
 
info than earlier builds.
84
 
 
85
 
 
86
 
 
87
 
New kernelpatches rule
88
 
----------------------
89
 
 
90
 
Small wrapper around dh-kpatches, taking care of build-dependencies too.
91
 
 
92
 
 
93
 
 
94
 
New package-relations rule
95
 
--------------------------
96
 
 
97
 
Improved build-dependency handling (merging multiple dependencies on
98
 
same packages), and add dependency handling for binary packages (to ease
99
 
maintaining identical build-dependencies and dependencies for eg. Perl
100
 
modules meeding runtime stuff for buildtime tests).
101
 
 
102
 
 
103
 
 
104
 
New routines for handling upstream tarball
105
 
------------------------------------------
106
 
 
107
 
Rules and variables to help downloading, validating and repackaging
108
 
upstream tarball.
109
 
 
110
 
Implements the rules print-version and get-orig-source commonly used
111
 
for group-maintained packages with Debian-specific patches maintained in
112
 
SVN or some other VCS, and automated fetching virgin upstream tarball
113
 
(possibly massaged after download e.g. to strip non-DFSG material).
114
 
 
115
 
 
116
 
 
117
 
Support for custom BTS info
118
 
---------------------------
119
 
 
120
 
Include BTS control info found in debian/*.bts files, or alternatively
121
 
redirect bug reports to the email address defined in DEB_BTS_EMAIL.
122
 
 
123
 
 
124
 
 
125
 
New dict class
126
 
--------------
127
 
 
128
 
Rules for packaging ispell, aspell, myspell and wordlist dictionaries.