diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:02:15 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:02:15 +0200 |
commit | 11f095c55e3405df9044601f64dbbcd255e7e216 (patch) | |
tree | 2236f9060725fb11fbf1806701825ef2acdb3f24 | |
parent | 007defe3a7095bbed0c17e4d667927e306d643b4 (diff) | |
download | zsh-11f095c55e3405df9044601f64dbbcd255e7e216.tar.gz zsh-11f095c55e3405df9044601f64dbbcd255e7e216.zip |
Remove from workflow docs what no more is or never was used
-rw-r--r-- | debian/pkg-zsh-workflow.md | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 692284788..5d12ba30e 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -31,14 +31,6 @@ master This is the old repository's main branch. Kept for historical reasons. -debian-beta ------------ - -This could basically do *exactly* the same thing as 'debian' does, but -just merge more often. Such a branch *could* then be used to keep the -packaging information for 'zsh-beta'. - - Workflow ======== @@ -382,38 +374,6 @@ tagged as `debian/<new-zsh-version>-1`. Generating packages ------------------- -### gitpkg - -'gitpkg' is a simple tool to help generating packages from debian -packages which are maintained in the git version control system. It -works quite well in this workflow. In fact, it works out of the box: - - % gitpkg debian/4.3.12-5 zsh-4.3.12 - -The first parameter (debian/4.3.12-5) is the debian tag which points -at the debian package version you want to build. The second parameter -is the tag of the upstream version of the corresponding upstream -release (zsh-4.3.12). - -Per default, 'gitpkg' generates it's output in '../deb-packages'. This -location is configurable. - -Below directories for individual packages are created and in those, -data for individual package versions are created. For the above -example, this would look like this: - - ../deb-packages/zsh/ - ../deb-packages/zsh/zsh-4.3.12/ - ../deb-packages/zsh/zsh_4.3.12.orig.tar.gz - ../deb-packages/zsh/zsh_4.3.12-5.debian.tar.gz - ../deb-packages/zsh/zsh_4.3.12-5.dsc - -You may now change to `../deb-packages/zsh/zsh-4.3.12/` and build -binary package using 'dpkg-buildpackage', 'debuild' or the like. - -'gitpkg' is available as Debian package or from -http://git.debian.org/?p=users/ron/gitpkg.git - ### git-buildpackage Alternatively, 'git-buildpackage' also provides ways of building |