diff options
author | Louis Bouchard <louis.bouchard@canonical.com> | 2016-03-04 12:28:41 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2016-04-25 16:57:56 +0100 |
commit | 098d19684456eceb6bc2cea094b30effa19c37fc (patch) | |
tree | 032270870be5801c729d08c77ecd03d0cc565cb4 /debian/control | |
parent | 48df62597ff987364c70f24bf79313657a6e4665 (diff) | |
download | sos-098d19684456eceb6bc2cea094b30effa19c37fc.tar.gz |
[debian] Remove the debian specific directory
From now on, debian packaging specific files will be maintained
separately from the upstream project.
This is meant to avoid pull requests to upstream when debian-only
changes are required.
The debian packaging files along with a pristine copy of upstream
files will now reside at the following git repository :
* http://anonscm.debian.org/cgit/collab-maint/sosreport.git/
Signed-off-by: Louis Bouchard <louis.bouchard@ubuntu.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 0 insertions, 17 deletions
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. |