Changeset 3204 for lliurex-up
- Timestamp:
- Jan 10, 2017, 12:07:09 PM (4 years ago)
- Location:
- lliurex-up/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-up/trunk/fuentes/debian/control
r2970 r3204 3 3 Priority: optional 4 4 Maintainer: LliureX Team <lliurex@gva.es> 5 Build-Depends: debhelper (>=9) 5 Build-Depends: debhelper (>=9), 6 6 Standards-Version: 3.9.6 7 7 Homepage: http://lliurex.net 8 8 9 Package: lliurex-up-core 10 Architecture: all 11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Description: Python library for lliurex-up; pre-actions and postactions 13 Library for lliurex-up 14 9 15 Package: lliurex-up 10 16 Architecture: all 11 Depends: ${shlibs:Depends}, ${misc:Depends} 17 Depends: ${shlibs:Depends}, ${misc:Depends}, python 12 18 Description: Graphical interface to update system 13 19 Interface to update system. -
lliurex-up/trunk/fuentes/debian/copyright
r464 r3204 1 Format -Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=1432 Upstream-Name: LliureX3 Upstream-Source: http://lliurex.net/ 1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: lliurex-up 3 Source: http://svn.lliurex.net/xenial/lliurex-up 4 4 5 5 Files: * 6 Copyright: Copyright 2009 Angel Berlanas Vicente <lliurex_devel2@edu.gva.es> 7 License: GPL-3+ 8 9 10 License: GPL-3+ 6 Copyright: 2016 Raul Rodrigo Segura <raurodse@gmail.com> 7 2016 Juan Ramon Pelegrina Saiz <juapesai@hotmamail.com> 8 License: GPL-3.0+ 11 9 12 This program is free software; you can redistribute it and/or modify 13 it under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 3, or (at your option) 15 any later version. 16 on any Debian system you can find a copy of the newest GNU GPL at 17 '/usr/share/common-licenses/GPL' 10 License: GPL-3.0+ 11 This program is free software: you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation, either version 3 of the License, or 14 (at your option) any later version. 15 . 16 This package is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 20 . 21 You should have received a copy of the GNU General Public License 22 along with this program. If not, see <https://www.gnu.org/licenses/>. 23 . 24 On Debian systems, the complete text of the GNU General 25 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". 18 26
Note: See TracChangeset
for help on using the changeset viewer.