summaryrefslogtreecommitdiff
path: root/aptsources
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-01 17:40:54 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-01 17:40:54 +0200
commit75eeb9186bd254f60964d2ec9e70c45ecc92a247 (patch)
treef976207303584c5006f6ad48455fabfa97078ce7 /aptsources
parentc884ff15493617480ac2fa5a4bbbd75cce3f9a51 (diff)
parentb2d0d968e0aa3e3211b1a697c02117b7c09fb384 (diff)
downloadpython-apt-75eeb9186bd254f60964d2ec9e70c45ecc92a247.tar.gz
python-apt (0.7.10) unstable; urgency=low
* Build-Depend on python-debian, use it to get version number from changelog * Depend on libjs-jquery, and remove internal copy (Closes: #521532) * apt/package.py: - Introduce Version.{uri,uris,fetch_binary()} * debian/control: - Remove mdz from Uploaders (Closes: #521477), add myself. - Update Standards-Version to 3.8.1 - Use ${binary:Version} instead of ${Source-Version} - Fix spelling error: python -> Python * debian/copyright: Switch to machine-interpretable copyright * Fix documentation building - doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation. * Breaks: debdelta (<< 0.28~) to avoid more problems due to the internal API changes from 0.7.9. -- Julian Andres Klode <jak@debian.org> Wed, 01 Apr 2009 15:24:29 +0200
Diffstat (limited to 'aptsources')
-rw-r--r--aptsources/distinfo.py10
-rw-r--r--aptsources/distro.py4
-rw-r--r--aptsources/sourceslist.py12
3 files changed, 12 insertions, 14 deletions
diff --git a/aptsources/distinfo.py b/aptsources/distinfo.py
index 59fa7e02..ce44e48b 100644
--- a/aptsources/distinfo.py
+++ b/aptsources/distinfo.py
@@ -1,12 +1,10 @@
-#!/usr/bin/env python
-#
# distinfo.py - provide meta information for distro repositories
#
-# Copyright (c) 2005 Gustavo Noronha Silva
-# 2006-2007 Sebastian Heinlein
+# Copyright (c) 2005 Gustavo Noronha Silva <kov@debian.org>
+# Copyright (c) 2006-2007 Sebastian Heinlein <glatzor@ubuntu.com>
#
-# Author: Gustavo Noronha Silva <kov@debian.org>
-# Sebastian Heinlein <glatzor@ubuntu.com>
+# Authors: Gustavo Noronha Silva <kov@debian.org>
+# Sebastian Heinlein <glatzor@ubuntu.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/aptsources/distro.py b/aptsources/distro.py
index d81c6e4a..bbb8ba50 100644
--- a/aptsources/distro.py
+++ b/aptsources/distro.py
@@ -1,7 +1,7 @@
# distro.py - Provide a distro abstraction of the sources.list
#
-# Copyright (c) 2004-2007 Canonical Ltd.
-# 2006-2007 Sebastian Heinlein
+# Copyright (c) 2004-2009 Canonical Ltd.
+# Copyright (c) 2006-2007 Sebastian Heinlein
#
# Authors: Sebastian Heinlein <glatzor@ubuntu.com>
# Michael Vogt <mvo@debian.org>
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py
index b1f00446..1dfd870f 100644
--- a/aptsources/sourceslist.py
+++ b/aptsources/sourceslist.py
@@ -1,12 +1,12 @@
# aptsource.py - Provide an abstraction of the sources.list
#
-# Copyright (c) 2004-2007 Canonical Ltd.
-# 2004 Michiel Sikkes
-# 2006-2007 Sebastian Heinlein
+# Copyright (c) 2004-2009 Canonical Ltd.
+# Copyright (c) 2004 Michiel Sikkes
+# Copyright (c) 2006-2007 Sebastian Heinlein
#
-# Author: Michiel Sikkes <michiel@eyesopened.nl>
-# Michael Vogt <mvo@debian.org>
-# Sebastian Heinlein <glatzor@ubuntu.com>
+# Authors: Michiel Sikkes <michiel@eyesopened.nl>
+# Michael Vogt <mvo@debian.org>
+# Sebastian Heinlein <glatzor@ubuntu.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as