# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-"""Generate Debian changelog entries from git changelogs"""
+"""Generate Debian changelog entries from git commit messages"""
import sys
import re
# 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
-"""make a git archive out of a Debian source package"""
+"""Import a Debian source package into a git repository"""
import sys
import re
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-"""Import a new upstream version"""
+"""Import a new upstream version into a git repository"""
import sys
import os