File: README.source

package info (click to toggle)
rt-tests 0.83-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 840 kB
  • sloc: ansic: 7,695; python: 424; makefile: 274; sh: 9
file content (13 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Problems when building rt-tests from the git repository
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Compared to the upstream's .tar.gz the upstream's git repo doesn't contain the
ChangeLog file but has a file rt-tests.spec-in.  So if the .diff.gz is
generated from the git repository, it adds the rt-tests.spec-in file.
(dpkg-source only warns about Changlog, but doesn't add a hunk for it.) I
don't know a nice way to prevent this, apart from accepting it or edit the
diff by hand.

So I always build using the orig.tar.gz.  See debian/build for a helper script.

 -- Uwe Kleine-König <u.kleine-koenig@pengutronix.de>  Thu, 18 Feb 2010 21:38:51 +0100