diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 10:58:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 10:58:39 +0200 |
commit | 1171258afb052c3ddcb4e5dc3f19b4ec1b29e4b9 (patch) | |
tree | a460298f6746b0b0c0b6a4229ca9283cdbb7b4f3 /debian | |
parent | d072e0458951c6166adb334158d0002a4e53a3c5 (diff) |
* added debian/README.source
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 6 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 000000000..9da152556 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,6 @@ +Build this package with: +$ debian/rules arch-build +or +$ DEB_BUILD_PROG_OPTS="-S" debian/rules arch-build + +make sure you have the pre-build-depds in README.arch installed diff --git a/debian/changelog b/debian/changelog index 4149fdfe2..5b844e8c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ apt (0.7.12) UNRELEASED; urgency=low starting the upate to hit the mirrors less hard * doc/apt_preferences.5.xml: - fix typo + * added debian/README.source [ Christian Perrier ] * Fix typos in manpages. Thanks to Daniel Leidert for the fixes |