1234567891011121314151617181920212223242526272829303132333435363738 |
- Building the Debian source package for ‘lojban-common’
- ======================================================
- Upstream provides no versioned files
- ------------------------------------
- The pristine upstream source is provided as separate files, with no version
- for the collection.
- The ‘debian/rules’ target “get-orig-source” (as specified in Debian Policy
- §4.9) is provided to get the source files from upstream.
- Files to install
- ----------------
- Update the ‘debian/upstream.sha1sums’ file. This file is formatted as per
- the input to the ‘sha1sum(1)’ program.
- This file is used as input to:
- * The ‘debian/get-orig-source’ program, to check the downloaded file
- contents: the SHA-1 hash values must match.
- * ‘debian/rules’, to determine which files the package will install: every
- file to install must be listed.
- -- Ben Finney <ben+debian@benfinney.id.au>, Mon, 16 Dec 2013 20:51:11 +1100
- ..
- Local variables:
- coding: utf-8
- mode: text
- mode: rst
- End:
- vim: fileencoding=utf-8 filetype=rst :
|