+Sun Jul 16 12:43:59 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-gencontrol.pl: add Origin, Submit-Bugs-To and
+ Submit-Bugs-Style fields.
+ * scripts/dpkg-source.1: slight formatting update
+ * debian/copyright: merge to entries for Miquel van Smoorenburg
+
Sat Jul 15 14:55:00 CEST 2000 peter karlsson <peterk@debian.org>
* po/sv.po: More corrections.
+Thu Jul 13 10:22:43 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * lib/fields.c: make a non-exact versioned provides a warning instead
+ of an error
+
Tue Jul 4 17:29:06 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
* main/enquiry.c: modify getttywidth() to check COLUMNS environment
* dpkg-statoverride: new tool to override ownership and modes for files
* Modify dpkg and dselect to allow versioned provides
* Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
+ * Add Origin, Bugs-Submit-To, Bugs-Submit-Style
* Corrections and updates to Swedish translation.
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
-This is Debian Linux's package maintenance system.
+This is Debian's package maintenance system.
To build your own packages install the `dpkg-dev' package and read the
manuals which it installs in /usr/share/doc/dpkg and look at the `hello'
Copyright (C) 1999 Ben Collins <bcollins@debian.org>
Copyright (C) 1997-1998 Juho Vuori <javuori@cc.helsinki.fi>
Copyright (C) 1998 Nils Rennebarth <nils@debian.org>
-Copyright (C) 1998 Miquel van Smoorenburg <miquels@cistron.nl>
+Copyright (C) 1996,1998 Miquel van Smoorenburg <miquels@cistron.nl>
Copyright (C) 1998 Juan Cespedes <cespedes@debian.org>
Copyright (C) 1998 Jim Van Zandt <jrv@vanzandt.mv.com>
copyright (C) 1997 Charles Briscoe-Smith <cpbs@debian.org>
Copyright (C) 1995,1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
-Copyright (C) 1996 Miquel van Smoorenburg <miquels@cistron.nl>
Copyright (C) 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr>
Copyright (C) 1996 Michael Shields <shields@crosslink.net>
Copyright (C) 1995 Bruce Perens <bruce@pixar.com>
dop->verrel= dvr_exact;
}
if ((dop->verrel!=dvr_exact) && (fip->integer==dep_provides))
- parseerr(0,filename,lno,warnto,warncount,pigp,0,
+ parseerr(0,filename,lno,warnto,warncount,pigp,1,
_("Only exact versions may be used for Provides"));
if (!isspace(*p) && !isalnum(*p)) {
$parsechangelog= 'dpkg-parsechangelog';
grep($capit{lc $_}=$_, qw(Pre-Depends Standards-Version Installed-Size
- Build-Depends Build-Depends-Indep
+ Build-Depends Build-Depends-Indep Origin
Build-Conflicts Build-Conflicts-Indep));
sub usageversion {
print STDERR
-"Debian GNU/Linux dpkg-gencontrol $version. Copyright (C) 1996
-Ian Jackson. This is free software; see the GNU General Public Licence
-version 2 or later for copying conditions. There is NO warranty.
+"Debian GNU/Linux dpkg-gencontrol $version.
+Copyright (C) 1996 Ian Jackson.
+Copyright (C) 2000 Wichert Akkerman.
+This is free software; see the GNU General Public Licence version 2 or later
+for copying conditions. There is NO warranty.
Usage: dpkg-gencontrol [options ...]
}
$i=100;grep($fieldimps{$_}=$i--,
- qw(Package Version Section Priority Architecture Essential
+ qw(Package Version Origin Section Priority Architecture Essential
Pre-Depends Depends Recommends Suggests Enhances Optional
Conflicts Replaces Provides Installed-Size Maintainer Source
Description Build-Depends Build-Depends-Indep Build-Conflicts
- Build-Conflicts-Indep Source));
+ Build-Conflicts-Indep Source Bugs-Submit-To Bugs-Submit-Style ));
while (@ARGV) {
$_=shift(@ARGV);
$v= $fi{$_};
if (s/^C //) {
#print STDERR "G key >$_< value >$v<\n";
- if (m/^Maintainer$/) { $f{$_}=$v; }
+ if (m/^Origin|Bugs-(Submit-To|Submit-Style)|Maintainer)$/) { $f{$_}=$v; }
elsif (m/^Source$/) { &setsourcepackage; }
elsif (s/^X[CS]*B[CS]*-//i) { $f{$_}= $v; }
elsif (m/^X[CS]+-|^Standards-Version$|^Build-(Depends|Conflicts)(-Indep)?$/i) { }
The utilities and this manpage were written by Ian Jackson.
.SH COPYRIGHT
Copyright (C) 1995-1996 Ian Jackson
+.br
Copyright (C) 2000 Wichert Akkerman
+.br
This is free software; see the GNU General Public Licence version 2 or later
for copying conditions. There is NO WARRANTY. See
.B /usr/share/doc/dpkg/copyright