diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-23 11:01:08 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-23 11:01:08 +0200 |
| commit | 073771586ebc397b3a262ae469c92932492678da (patch) | |
| tree | e13692e6a51a210f078bb710255fcee1a547108d /HACKING | |
Import upstream driver with usbid support for the Joojoo
This driver is not fully functional, but contains support for the
driver usbid.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 27 |
1 files changed, 27 insertions, 0 deletions
| @@ -0,0 +1,27 @@ | |||
| 1 | Modifying and building the DKMS package | ||
| 2 | |||
| 3 | 1. use bzr to sync source with launchpad | ||
| 4 | |||
| 5 | 2. make your changes | ||
| 6 | |||
| 7 | 3. modify the VERSION variable in Makefile, then do | ||
| 8 | |||
| 9 | make bump | ||
| 10 | |||
| 11 | 4. add a new entry to debian/changelog, matching VERSION | ||
| 12 | |||
| 13 | 5. build binary package for testing with | ||
| 14 | |||
| 15 | dpkg-buildpackage | ||
| 16 | |||
| 17 | 6. clean the checkout with | ||
| 18 | |||
| 19 | make distclean | ||
| 20 | |||
| 21 | 7. build source package for upload with | ||
| 22 | |||
| 23 | debuild -S -sa | ||
| 24 | |||
| 25 | 8. upload packacke to ppa with (see ~/.dput.cf) | ||
| 26 | |||
| 27 | dput your-mactel-ppa-dput-entry name-and-version_source.changes | ||
