mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	Rename again
This commit is contained in:
		
							parent
							
								
									e4fcb01b6a
								
							
						
					
					
						commit
						784efd7053
					
				
							
								
								
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@ -104,6 +104,6 @@ Description: useful tools for Ubuntu developers
 | 
			
		||||
  - syncpackage - helper to prepare .changes file to upload synced packages
 | 
			
		||||
  - ubuntu-build - give commands to the Launchpad build daemons from the
 | 
			
		||||
    command line.
 | 
			
		||||
  - ubuntu-is-seeded - query if a package is safe to upload during a freeze.
 | 
			
		||||
  - ubuntu-iso - output information of an Ubuntu ISO image.
 | 
			
		||||
  - update-maintainer - script to update maintainer field in ubuntu packages.
 | 
			
		||||
  - ubuntu-safe-to-upload - query if a package is safe to upload during a freeze.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							@ -150,8 +150,8 @@ Files: doc/pull-debian-debdiff.1
 | 
			
		||||
       doc/reverse-depends.1
 | 
			
		||||
       doc/sponsor-patch.1
 | 
			
		||||
       doc/ubuntu-dev-tools.5
 | 
			
		||||
       doc/ubuntu-is-seeded.1
 | 
			
		||||
       doc/update-maintainer.1
 | 
			
		||||
       doc/ubuntu-safe-to-upload.1
 | 
			
		||||
       enforced-editing-wrapper
 | 
			
		||||
       pull-debian-debdiff
 | 
			
		||||
       pull-debian-source
 | 
			
		||||
@ -159,7 +159,7 @@ Files: doc/pull-debian-debdiff.1
 | 
			
		||||
       reverse-depends
 | 
			
		||||
       sponsor-patch
 | 
			
		||||
       test-data/*
 | 
			
		||||
       ubuntu-safe-to-upload
 | 
			
		||||
       ubuntu-is-seeded
 | 
			
		||||
       ubuntutools/archive.py
 | 
			
		||||
       ubuntutools/builder.py
 | 
			
		||||
       ubuntutools/config.py
 | 
			
		||||
 | 
			
		||||
@ -11,14 +11,14 @@
 | 
			
		||||
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 | 
			
		||||
.\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 | 
			
		||||
.\" PERFORMANCE OF THIS SOFTWARE.
 | 
			
		||||
.TH ubuntu\-safe\-to\-upload 1 "December 2011" ubuntu\-dev\-tools
 | 
			
		||||
.TH ubuntu\-is\-seeded 1 "December 2011" ubuntu\-dev\-tools
 | 
			
		||||
 | 
			
		||||
.SH NAME
 | 
			
		||||
ubuntu\-safe\-to\-upload \- Determine whether a package is safe to
 | 
			
		||||
upload during a freeze
 | 
			
		||||
ubuntu\-is\-seeded \- Determine whether a package is safe to upload
 | 
			
		||||
during a freeze
 | 
			
		||||
 | 
			
		||||
.SH SYNOPSIS
 | 
			
		||||
.B ubuntu\-safe\-to\-upload \fR[\fIoptions\fR] \fIpackage\fR...
 | 
			
		||||
.B ubuntu\-is\-seeded \fR[\fIoptions\fR] \fIpackage\fR...
 | 
			
		||||
 | 
			
		||||
.SH DESCRIPTION
 | 
			
		||||
Lists all the current daily images containing the specified packages.
 | 
			
		||||
@ -50,11 +50,11 @@ Display a help message and exit
 | 
			
		||||
All the images that contain unity:
 | 
			
		||||
.IP
 | 
			
		||||
.nf
 | 
			
		||||
.B ubuntu\-safe\-to\-upload -b unity
 | 
			
		||||
.B ubuntu\-is\-seeded -b unity
 | 
			
		||||
.fi
 | 
			
		||||
 | 
			
		||||
.SH AUTHORS
 | 
			
		||||
\fBubuntu\-safe\-to\-upload\fR and this manpage were written by Stefano
 | 
			
		||||
Rivera <stefanor@ubuntu.com>.
 | 
			
		||||
\fBubuntu\-is\-seeded\fR and this manpage were written by Stefano Rivera
 | 
			
		||||
<stefanor@ubuntu.com>.
 | 
			
		||||
.PP
 | 
			
		||||
Both are released under the terms of the ISC License.
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -40,8 +40,8 @@ scripts = ['404main',
 | 
			
		||||
           'submittodebian',
 | 
			
		||||
           'syncpackage',
 | 
			
		||||
           'ubuntu-build',
 | 
			
		||||
           'ubuntu-is-seeded',
 | 
			
		||||
           'ubuntu-iso',
 | 
			
		||||
           'ubuntu-safe-to-upload',
 | 
			
		||||
           'update-maintainer',
 | 
			
		||||
          ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user