~ubuntu-branches/ubuntu/maverick/x-loader/maverick

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-03-24 17:25:44 UTC
  • Revision ID: james.westby@ubuntu.com-20100324172544-otk831x2dpfa35cu
Tags: 1.4.3git20100305-0ubuntu3
* Move signGP.c from a patch to a file in debian/.
* Drop boilerplate from rules.
* Add mention of signGP.c homepage to copyright; it might be GPLv2 but this
  is not certain.
* Drop bogus $(sh) in rules.
* List files to clean in debian/clean.
* Set priority to optional.
* Set CROSS_COMPILE= to $(DEB_HOST_GNU_TYPE)- when DEB_HOST_GNU_TYPE and
  DEB_BUILD_GNU_TYPE differ and also export it (albeit empty) when
  they are equal; this fixes cross-compilation and allows dropping patch
  no_cross_compile.diff.
* rules: the upstream build passes LDFLAGS directly to ld instead of calling
  gcc for linking; so instead of passing -Wl,foo in LDFLAGS as in automake
  builds, one should set LDFLAGS to foo directly; add some Makefile to foo
  to convert the flags on the fly.
* Pass CC="$(CROSS_COMPILE)gcc $(CFLAGS)" HOST_CC="gcc $(CFLAGS)" to the
  build as to pass our CFLAGS; add -fno-stack-protector to CFLAGS in rules
  and drop no_patch_protector.diff patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
    http://gitorious.org/x-load-omap3/mainline/commits/master
8
8
 
 
9
debian/signGP.c was downloaded from
 
10
http://beagleboard.googlecode.com/files/signGP.c.  According to Oliver Grawert,
 
11
jkrindner told him this is under GPLv2 but this should be clarified.
 
12
 
9
13
Upstream Authors:
10
14
 
11
15
    Wolfgang Denk, DENX Software Engineering, wd@denx.de.