[kernel-team] 02/03: Update the upload procedure
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Jan 2 03:52:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository kernel-team.
commit fbecd1985faf326f48298a2fa4549a7fdfe70363
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Tue Dec 29 00:37:59 2015 +0000
Update the upload procedure
---
README | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/README b/README
index 441c78f..bcdeaf0 100644
--- a/README
+++ b/README
@@ -1,11 +1,19 @@
Upload procedure :
- 1) Change the changelog entry from UNRELEASED to unstable.
- 2) export the package.
- 3) go into the exported dir and do the build
- 4) upload.
- 5) checkin the changes.
- 6) tag the package.
+ 1) Finalise the changelog:
+ .../kernel-team/scripts/d-k-prerelease
+ 2) Regenerate files:
+ git clean -d -f -x
+ # For firmware-nonfree, linux, linux-tools:
+ debian/rules orig
+ # For firmware-free, firmware-nonfree, linux, linux-latest, linux-tools:
+ debian/rules debian/control
+ 3) Export the package:
+ dpkg-buildpackage -uc -us -S
+ 3) Build from the source package (pbuilder or sbuild)
+ 4) Run: .../kernel-team/scripts/d-k-tag
+ 5) Push the branch and tag
+ 6) Sign and upload the changes
Changelog practice :
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git
More information about the Kernel-svn-changes
mailing list