diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 59 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rw-r--r-- | debian/copyright | 51 | ||||
-rw-r--r-- | debian/docs | 1 | ||||
-rw-r--r-- | debian/install | 1 | ||||
-rwxr-xr-x | debian/rules | 13 | ||||
-rw-r--r-- | debian/sosreport.links | 1 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
10 files changed, 0 insertions, 147 deletions
diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 231eb5c3..00000000 --- a/debian/changelog +++ /dev/null @@ -1,59 +0,0 @@ -sosreport (3.2-1) unstable; urgency=medium - - * Profiles for plugin selection - * Improved log size limiting - * File archiving enhancements and robustness improvements - * Global plugin options: - --verify, --log-size, --all-logs - * Better plugin descriptions - * Improved journalctl log capture - * PEP8 compliant code base - * oVirt support improvements - * New plugins: hpasm, ctdb, dbus, oVirt engine hosted, - MongoDB, ActiveMQ, OpenShift 2.0, MegaCLI, FCoE, - python, Ubuntu, NUMA, Team network driver - - -- Adam Stokes <adam.stokes@ubuntu.com> Sun, 12 Oct 2014 12:47:23 -0400 - -sosreport (3.1-1) unstable; urgency=low - - * New upstream release v3.1 - Features include: - - Full Python 3 support - - Further modularized openstack plugins - * debian/rules: - - Use pybuild - * debian/control: - - Use X-Python-Version: >= 3.3 - - -- Adam Stokes <adam.stokes@ubuntu.com> Wed, 15 Jan 2014 16:58:54 -0500 - -sosreport (3.0-1) unstable; urgency=low - - * New upstream release v3.0 - Features include: - - Openstack, MAAS, Juju, and other cloud technologies - - Extended policies to allow for easier cross distribution support. - - Cross distribution support for Debian, Ubuntu, Fedora, and - Red Hat Enterprise Linux - - Increase execution speed of plugins - * Fixes traceback error in the utilities log (Closes: #717401) - * debian/copyright: - - Add Company contributions notices in AUTHORS file. - * setup.py: - - Added to support packaging python modules via distutils. - * debian/rules: - - Fix build instructions to package sosreport as a private module. - * debian/control: - - Use XS-Python-Version and remove debian/pyversions. - * tests/archive_tests.py: - - Update unittests to work with latest api changes in the new release. - - -- Adam Stokes <adam.stokes@ubuntu.com> Sun, 21 Jul 2013 20:35:04 -0400 - -sosreport (2.3~git20130509-1) unstable; urgency=low - - * Package updated from git rev 395ad13da8 - Closes: #698329 - - -- Adam Stokes <adam.stokes@ubuntu.com> Fri, 31 May 2013 12:12:46 -0400 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 2ec3a7ed..00000000 --- a/debian/control +++ /dev/null @@ -1,17 +0,0 @@ -Source: sosreport -Maintainer: Adam Stokes <adam.stokes@ubuntu.com> -Section: admin -Priority: optional -Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), dh-python, python3-all, gettext, python3-nose, python3-six -Homepage: https://github.com/sosreport/sos -X-Python3-Version: >= 3.3 - -Package: sosreport -Architecture: any -Depends: ${python3:Depends}, ${misc:Depends}, python3-six -Description: Set of tools to gather troubleshooting data from a system - Sos is a set of tools that gathers information about system - hardware and configuration. The information can then be used for - diagnostic purposes and debugging. Sos is commonly used to help - support technicians and developers. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 8fac57e0..00000000 --- a/debian/copyright +++ /dev/null @@ -1,51 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: sosreport -Upstream-Contact: Bryn M. Reeves <bmr@redhat.com> -Source: https://github.com/sosreport/sos - -Files: * -Copyright: 2012-2013 Bryn M. Reeves - 2007-2013 Red Hat, Inc. -License: GPL-2+ - -Files: sos/plugins/kernelrt.py -Copyright: 2012 Red Hat, Inc. -License: GPL-2 - -Files: debian/* -Copyright: 2013 Adam Stokes <adam.stokes@ubuntu.com> -License: GPL-2+ - -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; version 2. - . - This application 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, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, - USA. - -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, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, - USA. - . - On Debian systems, the complete text of the GNU General Public - License, version 2, can be found in /usr/share/common-licenses/GPL-2. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 475d728a..00000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README.md AUTHORS diff --git a/debian/install b/debian/install deleted file mode 100644 index 6c41a24d..00000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -sos.conf etc/ diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 07e7196d..00000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f - -DH_ALWAYS_EXCLUDE=.git -export PYBUILD_NAME=sosreport -export PYBUILD_DISABLE_python2=1 -export PYBUILD_INSTALL_ARGS_python3=--install-lib=usr/share/sosreport/ \ - --install-data=usr/ \ - --install-scripts=usr/share/sosreport/ \ - --root=$(CURDIR)/debian/sosreport/ \ - --no-compile -O0 - -%: - dh $@ --with python3 --buildsystem=pybuild diff --git a/debian/sosreport.links b/debian/sosreport.links deleted file mode 100644 index 04d91625..00000000 --- a/debian/sosreport.links +++ /dev/null @@ -1 +0,0 @@ -/usr/share/sosreport/sosreport /usr/bin/sosreport diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8d..00000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 7e87a3bc..00000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -https://github.com/sosreport/sos/releases/tag/3.0 /sosreport/sos/archive/(.+).tar.gz |