From 14ff3671081190349b51d0183fa7c24be1b852aa Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 25 Aug 2010 13:02:14 +0200 Subject: initial version with Dell XT2 support only --- HACKING | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 HACKING (limited to 'HACKING') diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..4a27fda --- /dev/null +++ b/HACKING @@ -0,0 +1,27 @@ +Modifying and building the DKMS package + +1. use bzr to sync source with launchpad + +2. make your changes + +3. modify the VERSION variable in Makefile, then do + + make bump + +4. add a new entry to debian/changelog, matching VERSION + +5. build binary package for testing with + + dpkg-buildpackage + +6. clean the checkout with + + make distclean + +7. build source package for upload with + + debuild -S -sa + +8. upload packacke to ppa with (see ~/.dput.cf) + + dput your-mactel-ppa-dput-entry name-and-version_source.changes -- cgit v1.2.3