From 6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Tue, 12 Sep 2006 15:08:19 +0200 Subject: add debian packaging --- git-import-dsc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'git-import-dsc') 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 -# License: GPLv2 # # 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 +# 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 -- cgit v1.2.3