diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-28 12:09:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-28 12:09:20 +0200 |
| commit | d92a8e975e83e24c2aa2609bbb76d2347ce6ee03 (patch) | |
| tree | d7ccf922f25ad916e1c930d8a42b3707a37aee72 | |
| parent | 493664afe2eda33688c17ce7f4eeb2a92d3fee29 (diff) | |
| parent | 8ada71a45a165cd0a4731a890a8a281b6188098e (diff) | |
| download | python-apt-d92a8e975e83e24c2aa2609bbb76d2347ce6ee03.tar.gz | |
* debian/README.source:
- added (basic) documentation how to build python-apt
| -rw-r--r-- | debian/README.source | 3 | ||||
| -rw-r--r-- | debian/changelog | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 00000000..ecd31364 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,3 @@ +This package is maintained in bzr and it should be build +with: +$ bzr-buildpackage --native diff --git a/debian/changelog b/debian/changelog index bec5c680..602afa89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-apt (0.7.4ubuntu8) intrepid; urgency=low * data/templates/Ubuntu.info.in: - added ubuntu 'intrepid' + * debian/README.source: + - added (basic) documentation how to build python-apt -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 05 May 2008 10:40:58 +0200 |
