From e4138a607c371f7c297fd50db7cc9e3dee5d3935 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Mon, 11 Sep 2006 15:40:40 +0200 Subject: first version --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..d46d068 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +This is a bunch of scripts to ease the development of Debian packages with git: + - git-import-dsc: import an existing Debian source package into a git repository + Usage: git-import-dsc dsc-file + This will import the upstream source onto the upstream branch and add the Debian + paches on the master branch + - git-debuild: build a package out of a git repository, check for local + modifications and tag appropriately + Usage: git-debuild [--git-ignore-new] [-git-tag] + --git-ignore-new: ignore uncommited changes + --git-tag: tag after building (version number is fetched from the changelog) -- cgit v1.2.3