File: README.md

package info (click to toggle)
datalad 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,148 kB
  • sloc: python: 69,414; sh: 1,521; makefile: 220
file content (17 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Procedures & History


- Debian packaging resides within the same upstream source repo
  (http://github.com/datalad/datalad)
- Packaging branch *used to* be based on upstream branches (maint/master)
  and were just merging releases, but that procedures were changed
  to rely on released sources. So:
- Upstream releases (typically off `maint` branch) automatically uploaded
  to pypi
- `uscan` would download most recent release on pypi
- Branch `upstream` - imported sources from up pypi via 
  `gbp import-orig --pristine-tar`
- Branch `debian` - merges `upstream`
- `quilt` is used to manage patchset under `debian/patches`, containing
  - some debian specifics
  - post-release fixes (typically patches created/named by `git format-patch`)