From 4b1473927887f1a619b4a0520efe5b550b1743ee Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Mon, 25 Sep 2006 13:00:39 +0200 Subject: [PATCH] add TODO --- TODO | 9 +++++++++ git-import-dsc | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..80d45ae2 --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +- git-import-dsc: + - error handling + - better use 'dpkg-source -x' + - import debian native packages + - use classes from git-import-orig + - allow to set use individual branch names +- git-import-orig: + - allow to set use individual branch names +- git-buildpackage: diff --git a/git-import-dsc b/git-import-dsc index 52b7b28b..7b48238e 100755 --- a/git-import-dsc +++ b/git-import-dsc @@ -2,10 +2,6 @@ # # make a git archive out of a Debian source package # -# FIXME: - error handling -# - better use 'dpkg-source -x' -# - import debian native packages -# # (C) 2006 Guido Guenther # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.34.1