~ubuntu-branches/ubuntu/natty/checkpolicy/natty

« back to all changes in this revision

Viewing changes to debian/common/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Russell Coker
  • Date: 2008-07-12 00:16:59 UTC
  • mfrom: (1.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080712001659-vh8tlttve9vi3cc8
Tags: 2.0.16-1
* Non-maintainer upload.
* New upstream version needed for latest policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-02-06  Manoj Srivastava  <srivasta@debian.org>
 
2
 
 
3
        * copt.mk:
 
4
                  srivasta@debian.org--lenny/skeleton-make-rules--main--0.1--patch-4
 
5
                  The cross building support in Debian has been rewritten
 
6
                  to stop overriding the CC  variable to $(MAKE) in order
 
7
                  to correctly support those packages that build internal
 
8
                  tools with the native compiler during the build. This
 
9
                  means that other packages that assume that CC will be
 
10
                  overridden by the cross-compiling build scripts now fail
 
11
                  to build. The patch is simply to set CC to
 
12
                  $(DEB_HOST_GNU_TYPE)-gcc only if a cross-build is
 
13
                  detected.
 
14
 
 
15
2007-10-09  Manoj Srivastava  <srivasta@debian.org>
 
16
 
 
17
        * targets.mk:
 
18
                  srivasta@debian.org--lenny/skeleton-make-rules--main--0.1--patch-1
 
19
                  fix dependency tree for targets, allow  parralel
 
20
                  compilatoin.  Many changes, thanks to dot.
 
21
 
 
22
2007-09-20  Manoj Srivastava  <srivasta@debian.org>
 
23
 
 
24
        * targets.mk (stamp-clean):
 
25
                  srivasta@debian.org--lenny/skeleton-make-rules--main--0.1--base-0
 
26
                  make clean not remove zero sized files. removed the part
 
27
                  that cleaned out zero sized files; since there are uses
 
28
                  for zero sized files (like, to nuke out files in
 
29
                  upstream sources and not inflate the diff. Any zero
 
30
                  sized files can still be nuked in the local.mk file.
 
31
 
 
32
2006-10-02  Manoj Srivastava  <srivasta@debian.org>
 
33
 
 
34
        * checklibs:
 
35
                  srivasta@debian.org--etch/skeleton-make-rules--main--0.1--patch-15
 
36
                  New file, to detect if there are unneeded library
 
37
                  dependencies
 
38
 
 
39
2006-10-01  Manoj Srivastava  <srivasta@debian.org>
 
40
 
 
41
        * archvars.mk (doit):
 
42
                  srivasta@debian.org--etch/skeleton-make-rules--main--0.1--patch-14
 
43
                  Add a macro to execute $(shell ...) macos verbosely to
 
44
                  help debugging.
 
45
 
 
46
2006-09-15  Manoj Srivastava  <srivasta@debian.org>
 
47
 
 
48
        * targets.mk (stamp-clean):
 
49
                  srivasta@debian.org--etch/skeleton-make-rules--main--0.1--patch-13
 
50
                  Exclude version control directories from the generic
 
51
                  clean command.
 
52
 
 
53
 
 
54
2006-08-23  Manoj Srivastava  <srivasta@debian.org>
 
55
 
 
56
        * pkgvars.mk (DEB_DISTRIBUTION):
 
57
                  srivasta@debian.org--etch/skeleton-make-rules--main--0.1--patch-6
 
58
                  Add variable that contains the distribution information 
 
59