mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-23 21:01:28 +00:00
* Merge Siegfried-Angel Gevatter Pujals' branch.
This commit is contained in:
commit
6c78358bf9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,9 +1,14 @@
|
|||||||
ubuntu-dev-tools (0.11) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.11) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Daniel Holbach ]
|
||||||
* compare-packages, README: dropped compare-packages, debdiff has the same
|
* compare-packages, README: dropped compare-packages, debdiff has the same
|
||||||
functionality, when used with --from --to or on *.changes files.
|
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
|
ubuntu-dev-tools (0.10) gutsy; urgency=low
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
.\" Title: pbuilder-dist
|
.\" Title: pbuilder-dist
|
||||||
.\" Author: Siegfried-Angel Gevatter Pujals
|
.\" Author: Siegfried-Angel Gevatter Pujals
|
||||||
.\" Contact details: siggi.gevatter@gmail.com
|
.\" Contact details: siggi.gevatter@gmail.com
|
||||||
.\" August 16, 2007
|
|
||||||
.\"
|
.\"
|
||||||
.TH PBUILDER\-DIST 1 "August 16, 2007"
|
.TH PBUILDER\-DIST 1 "August 16, 2007"
|
||||||
.\"
|
.\"
|
||||||
|
29
doc/suspicious-source.1
Normal file
29
doc/suspicious-source.1
Normal 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.
|
@ -105,8 +105,7 @@ distdata()
|
|||||||
|
|
||||||
|
|
||||||
case $DISTRIBUTION in
|
case $DISTRIBUTION in
|
||||||
#warty|hoary|breezy)
|
dapper|edgy|feisty|gutsy) # warty|hoary|breezy
|
||||||
dapper|edgy|feisty|gutsy)
|
|
||||||
distdata ubuntu
|
distdata ubuntu
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@ -168,5 +167,6 @@ sudo pbuilder $OPERATION \
|
|||||||
$( [ $SAVELOG = 0 ] || echo "--logfile $BASE_DIR/.lastlog" ) \
|
$( [ $SAVELOG = 0 ] || echo "--logfile $BASE_DIR/.lastlog" ) \
|
||||||
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
|
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
|
||||||
--buildresult $BASE_DIR/${FOLDERBASE}_result \
|
--buildresult $BASE_DIR/${FOLDERBASE}_result \
|
||||||
|
--mirror "$ARCHIVE" \
|
||||||
--othermirror "\"deb $ARCHIVE $DISTRIBUTION $COMPONENTS\"" \
|
--othermirror "\"deb $ARCHIVE $DISTRIBUTION $COMPONENTS\"" \
|
||||||
$@
|
$@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user