diff -Nru pyxis-1.5.1/debian/changelog pyxis-1.5.1/debian/changelog --- pyxis-1.5.1/debian/changelog 2017-03-10 12:58:24.000000000 +0000 +++ pyxis-1.5.1/debian/changelog 2017-11-13 09:15:54.000000000 +0000 @@ -1,3 +1,10 @@ +pyxis (1.5.1-1kern1) xenial; urgency=medium + + * update signature + * add meta package + + -- KERN packaging Mon, 13 Nov 2017 11:15:40 +0200 + pyxis (1.5.1-1) xenial; urgency=medium * new upstream release diff -Nru pyxis-1.5.1/debian/control pyxis-1.5.1/debian/control --- pyxis-1.5.1/debian/control 2017-03-10 12:56:22.000000000 +0000 +++ pyxis-1.5.1/debian/control 2017-11-13 09:16:43.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Gijs Molenaar Build-Depends: debhelper (>= 8.0.0), python-all -Standards-Version: 3.9.2 +Standards-Version: 3.9.7 Homepage: https://github.com/ska-sa/pyxis X-Python-Version: 2.7 @@ -15,6 +15,19 @@ Pyxis is a set of Python-based scripting services that is meant to simplify the process of making data reduction and simulation scripts, using MeqTrees and other diverse bits of software. + . + Pyxis scripts are essentially Python scripts, with extra convenience features + provided by the Pyxis framework. Pyxis borrows interface ideas from, among + others, the Perl language, casapy, pybdsm, etc. Pyxis scripts can be run from + the command line, or interactively via ipython. + +Package: pyxis +Architecture: any +Depends: ${misc:Depends}, python-pyxis +Description: meta package for Python Extensions for Interferometry Scripting + Pyxis is a set of Python-based scripting services that is meant to simplify + the process of making data reduction and simulation scripts, using MeqTrees + and other diverse bits of software. . Pyxis scripts are essentially Python scripts, with extra convenience features provided by the Pyxis framework. Pyxis borrows interface ideas from, among diff -Nru pyxis-1.5.1/debian/copyright pyxis-1.5.1/debian/copyright --- pyxis-1.5.1/debian/copyright 2017-03-10 12:56:22.000000000 +0000 +++ pyxis-1.5.1/debian/copyright 2017-10-23 10:11:54.000000000 +0000 @@ -6,24 +6,7 @@ Copyright: Oleg Smirnov License: GPL-2.0+ -Files: debian/* -Copyright: 2014 Gijs Molenaar -License: GPL-2.0+ - -License: GPL-2.0+ - This package 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 package 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, see - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". +Files: debian/* +Copyright: 2017 Gijs Molenaar +License: MIT