aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
-rw-r--r--debian/copyright31
-rwxr-xr-xdebian/rules13
5 files changed, 42 insertions, 20 deletions
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 <adam.stokes@ubuntu.com> Thu, 11 Apr 2013 11:16:37 -0400
-
-sos (2.3) unstable; urgency=low
-
- * Initial release.
-
- -- Adam Stokes <adam.stokes@canonical.com> Mon, 20 Feb 2012 16:41:39 +0000
+ -- Adam Stokes <adam.stokes@ubuntu.com> 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 <adam.stokes@ubuntu.com>
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
+<adam.stokes@ubuntu.com> on Thu Apr 11 18:48:47 EST 2013
+
+It was downloaded from https://github.com/sosreport/sosreport
+
+Author: Bryn Reeves: <bmr@redhat.com>
+ 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 <adam.stokes@ubuntu.com>
+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