From 6179e30e6ee2421b1d2fe1c4f3fbf530de2440aa Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 9 Nov 2008 23:17:24 +0100 Subject: bcm5974-dkms 1.1.0 This is a reworked debian source DKMS package, in a shared git/bzr setup. Signed-off-by: Henrik Rydberg --- 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