aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-12 15:08:19 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-12 15:08:19 +0200
commit6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1 (patch)
tree3db2530c4f27559527fa9de4198ccde90e27c2e1 /git-import-dsc
parentd4d6d38ad6c90b19664ec7a6a9f89bf6753e82cf (diff)
add debian packaging
Diffstat (limited to 'git-import-dsc')
-rwxr-xr-xgit-import-dsc18
1 files changed, 15 insertions, 3 deletions
diff --git a/git-import-dsc b/git-import-dsc
index e4b4c9aa..ee074f19 100755
--- a/git-import-dsc
+++ b/git-import-dsc
@@ -1,13 +1,25 @@
#!/usr/bin/python
#
# make a git archive out of a Debian source package
-
-# (c) 2006 Guido Guenther <agx@sigxcpu.org>
-# License: GPLv2
#
# 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import sys,re,os,tempfile,glob