From ba83a559416f4fc2a8f8c10e38d3966f601e5e65 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Thu, 11 Apr 2013 19:54:58 -0400 Subject: Remove python-support, attempt to remove LICENSE after dh_auto_install Signed-off-by: Adam Stokes --- debian/changelog | 10 ++-------- debian/compat | 2 +- debian/control | 6 +++--- debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/rules | 13 +++++-------- 5 files changed, 42 insertions(+), 20 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 836a151e..2f5840cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,6 @@ -sosreport (2.3-2) unstable; urgency=low +sosreport (2.3+git20130411-1) unstable; urgency=low * Package updated from git rev 1baf743 Closes: #698329 - -- Adam Stokes Thu, 11 Apr 2013 11:16:37 -0400 - -sos (2.3) unstable; urgency=low - - * Initial release. - - -- Adam Stokes Mon, 20 Feb 2012 16:41:39 +0000 + -- Adam Stokes Thu, 11 Apr 2013 20:55:56 -0400 diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 06a855ed..d82f284a 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: sosreport Maintainer: Adam Stokes Section: python Priority: optional -Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 8), python-support, python (>=2.7), gettext +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 9), python (>=2.7), gettext, python-nose Homepage: https://github.com/sosreport/sosreport Package: sosreport Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, python-selinux +Depends: ${python:Depends}, ${misc:Depends} 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 diff --git a/debian/copyright b/debian/copyright index e69de29b..a7cb4f00 100644 --- a/debian/copyright +++ b/debian/copyright @@ -0,0 +1,31 @@ +This package was originally debianized by Adam Stokes + on Thu Apr 11 18:48:47 EST 2013 + +It was downloaded from https://github.com/sosreport/sosreport + +Author: Bryn Reeves: + https://github.com/sosreport + +Copyright: 2007-2013 Red Hat, Inc. + +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. + +The Debian packaging is (C) 2012-2013, Adam Stokes +and is licensed under the GPL, see above. + diff --git a/debian/rules b/debian/rules index d1b7c05f..9ba428e9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,8 @@ DH_ALWAYS_EXCLUDE=.git %: - dh $@ - -override_dh_pysupport: - dh_python2 -p sos -override_dh_fixperms: - dh_fixperms -Xsos -override_dh_auto_test: - + dh $@ --with python2 + +override_dh_auto_install: + dh_auto_install + rm -f $(CURDIR)/debian/sosreport/usr/share/sos/LICENSE -- cgit