mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	merged in Soren's changes
This commit is contained in:
		
						commit
						62340d71de
					
				
							
								
								
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							@ -7,3 +7,4 @@ Michael Bienia <geser@ubuntu.com>
 | 
			
		||||
Martin Pitt <martin.pitt@ubuntu.com>
 | 
			
		||||
Kees Cook <kees@ubuntu.com>
 | 
			
		||||
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
 | 
			
		||||
Soren Hansen <soren@ubuntu.com>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										3
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							@ -11,6 +11,7 @@ Upstream Author:
 | 
			
		||||
	Michael Bienia <geser@ubuntu.com>
 | 
			
		||||
	Kees Cook <kees@ubuntu.com>
 | 
			
		||||
	Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
 | 
			
		||||
	Soren Hansen <soren@ubuntu.com>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Copyright:
 | 
			
		||||
@ -26,7 +27,7 @@ Copyright:
 | 
			
		||||
Licenses:
 | 
			
		||||
 | 
			
		||||
check-symbols, dch-repeat, mk-sbuild-lv, pbuilder-dist, pull-debian-debdiff, 
 | 
			
		||||
update-maintainer and what-patch are licensed under GPLv2:
 | 
			
		||||
submittodebian, update-maintainer, and what-patch are licensed under GPLv2:
 | 
			
		||||
 | 
			
		||||
    This package is free software; you can redistribute it and/or modify
 | 
			
		||||
    it under the terms of the GNU General Public License as published by
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,23 @@
 | 
			
		||||
#!/usr/bin/python
 | 
			
		||||
#
 | 
			
		||||
#    submittodebian - tool to submit patches to Debian's bts
 | 
			
		||||
#    Copyright (C) 2007 Canonical Ltd.
 | 
			
		||||
#    Author: Soren Hansen <soren@ubuntu.com>
 | 
			
		||||
#
 | 
			
		||||
#    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.,
 | 
			
		||||
#    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
from debian_bundle.changelog import Changelog
 | 
			
		||||
import re, os, sys
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user