add TODO
authorGuido Guenther <agx@sigxcpu.org>
Mon, 25 Sep 2006 11:00:39 +0000 (13:00 +0200)
committerGuido Guenther <agx@bogon.sigxcpu.org>
Mon, 25 Sep 2006 11:00:39 +0000 (13:00 +0200)
TODO [new file with mode: 0644]
git-import-dsc

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..80d45ae
--- /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:
index 52b7b28baf6347dce73b0bcac542741e2d8cc10e..7b48238e16f29102364fe98b06f34e31576c1a66 100755 (executable)
@@ -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 <agx@sigxcpu.org>
 #    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