summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-16 00:16:29 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-16 00:16:29 +0100
commitfcc91b86d4afd11a96334d55e438dcfffba83016 (patch)
treef73b11b114a14d5c09aecda7052bcd32c80e10c0 /HACKING
adding usbhid-dkms 0.10.1 to GIT
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING27
1 files changed, 27 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..4a27fda
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,27 @@
1Modifying and building the DKMS package
2
31. use bzr to sync source with launchpad
4
52. make your changes
6
73. modify the VERSION variable in Makefile, then do
8
9 make bump
10
114. add a new entry to debian/changelog, matching VERSION
12
135. build binary package for testing with
14
15 dpkg-buildpackage
16
176. clean the checkout with
18
19 make distclean
20
217. build source package for upload with
22
23 debuild -S -sa
24
258. upload packacke to ppa with (see ~/.dput.cf)
26
27 dput your-mactel-ppa-dput-entry name-and-version_source.changes