~ubuntu-branches/ubuntu/trusty/devscripts/trusty-updates

« back to all changes in this revision

Viewing changes to scripts/uscan.1

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-02-18 22:27:33 UTC
  • mfrom: (10.9.22 experimental)
  • Revision ID: package-import@ubuntu.com-20130218222733-7krtkqzko32xte0z
Tags: 2.13.0ubuntu1
* Merge from Debian experimental. Remaining changes:
  - Convert python scripts to python3. (Closes: #680313)
    Debian bug #695259 needs to be fixed to get the change into Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  Twisted-([\\d\\.]*)\\.tar\\.bz2
69
69
http://tmrc.mit.edu/mirror/twisted/Twisted/(\\d\\.\\d)/Twisted-([\\d\\.]*)\\.tar\\.bz2
70
70
 
 
71
# For maximum flexibility with upstream tarball formats, use this:
 
72
http://example.com/example-(\d[\d\.]*)\\.(?:zip|tgz|tbz2|txz|tar\\.(?:gz|bz2|xz))
 
73
 
71
74
# qa.debian.org runs a redirector which allows a simpler form of URL
72
75
# for SourceForge based projects. The format below will automatically
73
76
# be rewritten to use the redirector.
74
77
http://sf.net/audacity/audacity-src-(.+)\\.tar\\.gz
75
78
 
76
 
# githubredir.debian.net is a redirector for GitHub projects
77
 
# It can be used as following:
78
 
http://githubredir.debian.net/github/<user>/<project> (.+).tar.gz
 
79
# For GitHub projects you can use the tags page:
 
80
https://github.com/<user>/<project>/tags .*/(\\d[\\d\\.]*)\\.tar\\.gz
 
81
 
 
82
# For Google Code projects you should use the downloads page like this:
 
83
http://code.google.com/p/<project>/downloads/list?can=1 \\
 
84
  .*/<project>-(\\d[\\d.]*)\\.tar\\.gz
79
85
 
80
86
# This is the format for a site which has funny version numbers;
81
87
# the parenthesised groups will be joined with dots to make a
180
186
option if one is specified, as described below.  If the newest version
181
187
available is newer than the current version, then it is downloaded
182
188
into the parent directory, unless the \fB\-\-report\fR or
183
 
\fR\-\-report-status\fR option has been used.  Once the file has been
 
189
\fB\-\-report-status\fR option has been used.  Once the file has been
184
190
downloaded, then a symlink to the file is made from
185
191
\fI<package>_<version>.orig.tar.{gz|bz2|lzma|xz}\fR as described by the help
186
192
for the \fB\-\-symlink\fR option.
237
243
.fi
238
244
for each rule.  Thus, suitable rules might be `\fBs/^/0./\fR' to prepend
239
245
`\fB0.\fR' to the version number and `\fBs/_/./g\fR' to change underscores into
240
 
periods.  Note that the \fIrules\fR string may not contain commas;
 
246
periods.  Note that the \fIrule\fR string may not contain commas;
241
247
this should not be a problem.
242
248
 
243
249
\fIrule\fR may only use the '\fBs\fR', '\fBtr\fR' and '\fBy\fR' operations.  When the '\fBs\fR'
467
473
.B USCAN_PASV
468
474
If this is set to \fIyes\fR or \fIno\fR, this will force FTP
469
475
connections to use PASV mode or not to, respectively.  If this is set
470
 
to \fIdefault\fR, then \fBNet::FTP\fR(3) make the choice (primarily based on
 
476
to \fIdefault\fR, then \fBNet::FTP\fR(3) makes the choice (primarily based on
471
477
the \fBFTP_PASSIVE\fR environment variable).
472
478
.TP
473
479
.B USCAN_TIMEOUT
541
547
.SH "SEE ALSO"
542
548
.BR dpkg (1),
543
549
.BR perlre (1),
544
 
.BR uupdate (1)
545
 
and
546
 
.BR devscripts.conf (5).
 
550
.BR uupdate (1),
 
551
.BR devscripts.conf (5)
547
552
.SH AUTHOR
548
553
The original version of \fBuscan\fR was written by Christoph Lameter
549
554
<clameter@debian.org>.  Significant improvements, changes and bugfixes