diff --git a/debian/changelog b/debian/changelog index fcd8a69bc..ed950c326 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +navalplan (0.9.2-1) maverick; urgency=low + + * Updated to upstream. + * Fixed issues on debian package. + + -- Manuel Rego Casasnovas Tue, 04 Jan 2011 15:58:19 +0100 + navalplan (0.9.1) maverick; urgency=low * Updated to upstream. diff --git a/debian/control b/debian/control index cb3be82e8..b0f836e26 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,22 @@ Source: navalplan +Section: web Priority: optional Maintainer: Adrian Perez -Build-Depends: debhelper (>= 5), maven2, python-docutils, gettext (>= 0.17), - texlive-latex-recommended, pgf, openjdk-6-jdk +Build-Depends: debhelper (>= 7.0.50), maven2, python-docutils, + gettext (>= 0.17), texlive-latex-recommended, pgf, openjdk-6-jdk +Standards-Version: 3.9.1 +Homepage: http://www.navalplan.org/en/ Package: navalplan -Architecture: all -Section: web -Depends: cutycapt, postgresql-client, xvfb, dbconfig-common, ucf, - tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ${misc:Depends} -Description: Web based planner thought for naval-related companies. - +Architecture: any +Depends: cutycapt, xvfb, dbconfig-common, ucf, tomcat6, + openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ${misc:Depends} +Description: Web application for project management. + NavalPlan is a planning tool for users based on some concepts: company and + multi-project overview, criteria assignments, tasks tagging, resources + management, resource allocation (specific and generic), company load control, + external integration, etc. + . + Although its name is clearly related to shipbuilding, NavalPlan is a fully + useful planning tool for any type of company whose workflow requires project + and order administration and scheduling. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..917e0da73 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Adrian Perez + on Wed, 24 Mar 2010 16:35:00 +0000. + + +It was downloaded from https://sourceforge.net/projects/navalplan/ + + +Upstream Author: See AUTHORS file for details. + + +Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e + Desenvolvemento Tecnolóxico de Galicia +Copyright (C) 2010-2011 Igalia, S.L. + + +NavalPlan is licensed under the GNU Affero General Public License v3: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + +The Debian packaging is Copyright (C) 2010-11, Igalia, S.L. +and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index e99f65e97..85571b253 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -6,7 +6,7 @@ org.navalplanner navalplanner - 0.9.1 + 0.9.2 ganttzk jar diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index 216e12ba0..cda6cbba7 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner - 0.9.1 + 0.9.2 navalplanner-business jar diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index 39f760398..dc33e806c 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -4,7 +4,7 @@ org.navalplanner navalplanner - 0.9.1 + 0.9.2 navalplanner-webapp war diff --git a/pom.xml b/pom.xml index c5fbb4501..09667f6fc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.navalplanner navalplanner pom - 0.9.1 + 0.9.2 NavalPlan