any better practice in using bzr to maintain debian packaging
Hello,
I am a debian packager, and I am trying to maintain debian packaging with bzr ( I switch from svk). I am asking for some better practice about this.
consider the low bandwidth between my computer and the lauchpad, I choose only put the debian directory to the version control system, and this works well under svk, but I meet trouble when I switch to bzr, because I can't checkout the files in-place.
when I using svk, I download the original package, unpack it and checkout the debian directory from svk repos, and edit files in debian dir and commit, everything is OK, but this does not work under bzr, because bzr contain a .bzr directory and .bzr contain binary files, so "DH_ALWAYS_
following[1] is my currently way (use chmsee as example). It's very complex because I can't edit the files in place, any suggestion? thanks.
[1]
1. bzr branch sftp://<email address hidden>
2. cp ~/soft/
3. ln -s chmsee-
4. tar xzvf chmsee-
5. cd chmsee-1.0.0-beta
6. bzr export debian ../chmsee-debian/
7. debuild
then if I want to modify the debian-
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Wouter van Heyst
- Solved:
- Last query:
- Last reply: