EVERYTHING FROM THE OTHER REPO
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
It is currently maintained by:
|
||||
|
||||
Guillem Jover <guillem@debian.org> (2006-)
|
||||
|
||||
and has previously been maintained by:
|
||||
|
||||
Raphaël Hertzog <hertzog@debian.org> (2008-2015)
|
||||
Christian Perrier <bubulle@debian.org> (2006-2008)
|
||||
Frank Lichtenheld <djpig@debian.org> (2006-2009)
|
||||
Brendan O'Dea <bod@debian.org> (2006-2007)
|
||||
Scott James Remnant <scott@netsplit.com> (2004-2005)
|
||||
Adam Heath <doogie@brainfood.com> (2001-2003)
|
||||
Wichert Akkerman <wakkerma@debian.org> (1999-2003)
|
||||
Ben Collins <bcollins@debian.org> (1999-2001)
|
||||
Daniel Jacobowitz <dan@debian.org> (1998)
|
||||
J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> (1998)
|
||||
James Troup <jjtroup@comp.brad.ac.uk> (1998)
|
||||
Nils Rennebarth <nils@debian.org> (1998)
|
||||
Klee Dienes <klee@debian.org> (1997)
|
||||
Guy Maor <maor@ece.utexas.edu> (1997)
|
||||
Heiko Schlittermann <hs@schlittermann.de> (1996)
|
||||
|
||||
the C implementation of dpkg was originally written and maintained by:
|
||||
|
||||
Ian Jackson <ijackson@chiark.greenend.org.uk> (1994-1998)
|
||||
|
||||
based on the Perl implementation written and/or maintained by:
|
||||
|
||||
Matt Welsh <mdw@sunsite.unc.edu> (1994)
|
||||
Carl Streeter <streeter@cae.wisc.edu> (1994)
|
||||
Ian Murdock <imurdock@debian.org> (1994)
|
||||
|
||||
Countless other people have contributed to dpkg (see THANKS) and provided
|
||||
code for which they claim copyright (see debian/copyright). Many thanks
|
||||
to them all.
|
||||
@@ -0,0 +1,35 @@
|
||||
This is an (incomplete) list of currently provided APIs by dpkg, and
|
||||
their supported status.
|
||||
|
||||
|
||||
What: libdpkg.a (C static library)
|
||||
Status: volatile
|
||||
Description:
|
||||
The API provided by this library is highly volatile, still in the process
|
||||
of being cleaned up. It's only supposed to be used internally by dpkg for
|
||||
now. Header files, functions, variables and types might get renamed,
|
||||
removed or change semantics. If you still have a need to use it, which
|
||||
you'd be doing anyway, say by locally building dpkg to get the library,
|
||||
then define the C preprocessor macro LIBDPKG_VOLATILE_API in your build
|
||||
to acknowledge that fact.
|
||||
|
||||
What: libdpkg-perl (perl modules)
|
||||
Status: stable
|
||||
Description:
|
||||
Among the perl modules provided by libdpkg-perl, you can safely rely on
|
||||
those that have $VERSION set to 1.00 (or higher). Note however that the
|
||||
API is defined by what's documented in the corresponding manual pages and
|
||||
nothing more. You can't assume anything else based on what you read in
|
||||
the source code. If you feel the need for further refinements in the
|
||||
documented API, don't hesitate to file a wishlist bug against
|
||||
libdpkg-perl.
|
||||
.
|
||||
In case of API-breaking changes, the major number in $VERSION will be
|
||||
increased. For API extensions, the minor number will be increased.
|
||||
|
||||
What: custom changelog parsers as Dpkg::Changelog derived modules
|
||||
Status: stable
|
||||
Description:
|
||||
Since dpkg 1.18.8, custom changelog parsers are supported as modules
|
||||
derived from the Dpkg::Changelog module. The derived modules need to
|
||||
implement all required documented methods.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,114 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: dpkg
|
||||
|
||||
Files: *
|
||||
Copyright:
|
||||
Copyright © 1994 Ian Murdock <imurdock@debian.org>
|
||||
Copyright © 1994 Matt Welsh <mdw@sunsite.unc.edu>
|
||||
Copyright © 1994 Carl Streeter <streeter@cae.wisc.edu>
|
||||
Copyright © 1994-1999, 2007-2008 Ian Jackson <ijackson@chiark.greenend.org.uk>
|
||||
Copyright © 1995 Bruce Perens <bruce@pixar.com>
|
||||
Copyright © 1995-1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
|
||||
Copyright © 1996 Michael Shields <shields@crosslink.net>
|
||||
Copyright © 1996 Klee Dienes <klee@debian.org>
|
||||
Copyright © 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr>
|
||||
Copyright © 1996-1998 Miquel van Smoorenburg <miquels@cistron.nl>
|
||||
Copyright © 1996 Andy Guy <andy@cyteen.org>
|
||||
Copyright © 1997-1998 Charles Briscoe-Smith <cpbs@debian.org>
|
||||
Copyright © 1997-1998 Juho Vuori <javuori@cc.helsinki.fi>
|
||||
Copyright © 1998 Koichi Sekido <sekido@mbox.kyoto-inet.or.jp>
|
||||
Copyright © 1998 Jim Van Zandt <jrv@vanzandt.mv.com>
|
||||
Copyright © 1998 Juan Cespedes <cespedes@debian.org>
|
||||
Copyright © 1998 Nils Rennebarth <nils@debian.org>
|
||||
Copyright © 1998 Heiko Schlittermann <hs@schlittermann.de>
|
||||
Copyright © 1998-1999, 2001, 2003, 2006 Martin Schulze <joey@infodrom.org>
|
||||
Copyright © 1999 Roderick Shertler <roderick@argon.org>
|
||||
Copyright © 1999 Ben Collins <bcollins@debian.org>
|
||||
Copyright © 1999 Richard Kettlewell <rjk@sfere.greenend.org.uk>
|
||||
Copyright © 1999-2001 Marcus Brinkmann <brinkmd@debian.org>
|
||||
Copyright © 1999-2002 Wichert Akkerman <wakkerma@debian.org>
|
||||
Copyright © 1999-2001, 2005-2016 Raphaël Hertzog <hertzog@debian.org>
|
||||
Copyright © 2000-2001, 2007, 2010 Joey Hess <joeyh@debian.org>
|
||||
Copyright © 2004-2005, 2007-2010 Canonical Ltd.
|
||||
Copyright © 2004-2005 Scott James Remnant <scott@netsplit.com>
|
||||
Copyright © 2006-2008 Frank Lichtenheld <djpig@debian.org>
|
||||
Copyright © 2006-2025 Guillem Jover <guillem@debian.org>
|
||||
Copyright © 2006-2007 Nicolas François <nicolas.francois@centraliens.net>
|
||||
Copyright © 2007 Don Armstrong <don@donarmstrong.com>
|
||||
Copyright © 2007 Colin Watson <cjwatson@debian.org>
|
||||
Copyright © 2007, 2008 Tollef Fog Heen <tfheen@err.no>
|
||||
Copyright © 2008 James Westby <jw+debian@jameswestby.net>
|
||||
Copyright © 2008 Zack Weinberg <zackw@panix.com>
|
||||
Copyright © 2008 Pierre Habouzit <madcoder@debian.org>
|
||||
Copyright © 2009 Romain Francoise <rfrancoise@debian.org>
|
||||
Copyright © 2009-2010 Modestas Vainius <modax@debian.org>
|
||||
Copyright © 2009-2011 Kees Cook <kees@debian.org>
|
||||
Copyright © 2010 Charles Plessy <plessy@debian.org>
|
||||
Copyright © 2010 Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
|
||||
Copyright © 2010 Russ Allbery <rra@debian.org>
|
||||
Copyright © 2011 Linaro Limited
|
||||
Copyright © 2011 Matt Kraai <kraai@ftbfs.org>
|
||||
Copyright © 2014 Bill Allombert <ballombe@debian.org>
|
||||
Copyright © 2014-2015 Jérémy Bobbio <lunar@debian.org>
|
||||
Copyright © 2020 Helmut Grohne <helmut@subdivi.de>
|
||||
Copyright © 2021 Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
|
||||
License: GPL-2+
|
||||
|
||||
Files:
|
||||
lib/compat/getopt*
|
||||
lib/compat/gettext.h
|
||||
lib/compat/obstack.*
|
||||
lib/compat/strnlen.c
|
||||
Copyright:
|
||||
Copyright © 1987-2006 Free Software Foundation, Inc.
|
||||
License: GPL-2+
|
||||
|
||||
Files:
|
||||
utils/start-stop-daemon.c
|
||||
Copyright:
|
||||
Copyright © 1999 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>
|
||||
Copyright © 1999 Christian Schwarz <schwarz@monet.m.isar.de>
|
||||
Copyright © 1999 Klee Dienes <klee@debian.org>
|
||||
Copyright © 1999 Ben Collins <bcollins@debian.org>
|
||||
Copyright © 1999-2002 Wichert Akkerman <wakkerma@debian.org>
|
||||
Copyright © 2000-2003 Adam Heath <doogie@debian.org>
|
||||
Copyright © 2001 Sontri Tomo Huynh <huynh.29@osu.edu>
|
||||
Copyright © 2001 Andreas Schuldei <andreas@schuldei.org>
|
||||
Copyright © 2001 Ian Jackson <ijackson@chiark.greenend.org.uk>
|
||||
Copyright © 2004-2005 Scott James Remnant <keybuk@debian.org>
|
||||
Copyright © 2006-2023 Guillem Jover <guillem@debian.org>
|
||||
Copyright © 2008 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
Copyright © 2008 Andreas Påhlsson <andreas.pahlsson@xcerion.com>
|
||||
Copyright © 2009 Chris Coulson <chrisccoulson@googlemail.com>
|
||||
Copyright © 2012 Carsten Hey <carsten@debian.org>
|
||||
Copyright © 2014 Nir Soffer <nirs@hyperms.com>
|
||||
License: public-domain-s-s-d
|
||||
Written by Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>,
|
||||
public domain. Based conceptually on start-stop-daemon.pl, by Ian
|
||||
Jackson <ijackson@gnu.ai.mit.edu>. May be used and distributed
|
||||
freely for any purpose. Changes by Christian Schwarz
|
||||
<schwarz@monet.m.isar.de>, to make output conform to the Debian
|
||||
Console Message Standard, also placed in public domain. Minor
|
||||
changes by Klee Dienes <klee@debian.org>, also placed in the Public
|
||||
Domain.
|
||||
.
|
||||
Changes by Ben Collins <bcollins@debian.org>, added --chuid, --background
|
||||
and --make-pidfile options, placed in public domain as well.
|
||||
|
||||
License: GPL-2+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
Comment:
|
||||
On Debian systems, the complete text of the GNU General Public License
|
||||
can be found in ‘/usr/share/common-licenses/GPL-2’ or in the dpkg source
|
||||
as the file ‘COPYING’.
|
||||
Reference in New Issue
Block a user