* Merge Siegfried-Angel Gevatter Pujals' branch.

This commit is contained in:
Luke Yelavich 2007-09-15 09:06:28 +10:00
commit 6c78358bf9
4 changed files with 37 additions and 4 deletions

7
debian/changelog vendored
View File

@ -1,9 +1,14 @@
ubuntu-dev-tools (0.11) UNRELEASED; urgency=low
[ Daniel Holbach ]
* compare-packages, README: dropped compare-packages, debdiff has the same
functionality, when used with --from --to or on *.changes files.
-- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 14 Sep 2007 13:44:07 +0200
[ Siegfried-Angel Gevatter Pujals (RainCT) ]
* Added a manpage for suspicious-source.
* Fixed a bug in pbuilder-dist (it needed ftp.debian.org in sources.list to work with Debian).
-- Siegfried-Angel Gevatter Pujals (RainCT) <siggi.gevatter@gmail.com> Sat, 15 Sep 2007 00:14:51 +0200
ubuntu-dev-tools (0.10) gutsy; urgency=low

View File

@ -1,7 +1,6 @@
.\" Title: pbuilder-dist
.\" Author: Siegfried-Angel Gevatter Pujals
.\" Contact details: siggi.gevatter@gmail.com
.\" August 16, 2007
.\"
.TH PBUILDER\-DIST 1 "August 16, 2007"
.\"

29
doc/suspicious-source.1 Normal file
View File

@ -0,0 +1,29 @@
.\" Title: suspicious-source
.\" Author: Siegfried-Angel Gevatter Pujals
.\" Contact details: siggi.gevatter@gmail.com
.\"
.TH SUSPICIOUS\-SOURCE 1 "Setember 14, 2007"
.\"
.SH NAME
suspicious\-source \- search for files that are not the GPL's "prefered form of modification"
.\"
.SH SYNOPSIS
\fBsuspicious\-source\fP
.\"
.SH DESCRIPTION
\fBsuspicious\-source\fP is a little script that outputs a list of files which are not common source files.
This should be run in the root of a source tree to find files which might not be the "prefered form of modification"
that the GPL and other licenses require.
.PP
Neither the files inside version control system directories (like ".bzr/" or "CVS/"), nor those inside "Debian/" are
considered.
.\"
.SH AUTHORS
\fBsuspicious\-source\fP has been written by Siegfried-Angel Gevatter Pujals <siggi.gevatter@gmail.com>, based upon
a script with the same name, by Martin Pitt <martin.pitt@ubuntu.com>.
.\"
.SH SEE ALSO
\fBfind(1)\fR
.\"
.SH COPYRIGHT
This manual page was written by Siegfried-Angel Gevatter Pujals (RainCT). It is released under the GNU General Public License, version 2 or later.

View File

@ -105,8 +105,7 @@ distdata()
case $DISTRIBUTION in
#warty|hoary|breezy)
dapper|edgy|feisty|gutsy)
dapper|edgy|feisty|gutsy) # warty|hoary|breezy
distdata ubuntu
;;
@ -168,5 +167,6 @@ sudo pbuilder $OPERATION \
$( [ $SAVELOG = 0 ] || echo "--logfile $BASE_DIR/.lastlog" ) \
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
--buildresult $BASE_DIR/${FOLDERBASE}_result \
--mirror "$ARCHIVE" \
--othermirror "\"deb $ARCHIVE $DISTRIBUTION $COMPONENTS\"" \
$@