[Pkg-zsh-commits] [zsh] 03/26: Remove from workflow docs what no more is or never was used

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 21:14:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 11f095c55e3405df9044601f64dbbcd255e7e216
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 21:02:15 2014 +0200

    Remove from workflow docs what no more is or never was used
---
 debian/pkg-zsh-workflow.md | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 6922847..5d12ba3 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list