Small fixes in debian/ folder and bump to version 0.9.2.

FEA: ItEr67S03CommunityMaterialItEr66S03
This commit is contained in:
Manuel Rego Casasnovas 2011-01-04 16:01:37 +01:00
parent 4a0bf3cb92
commit edfc986b0d
7 changed files with 61 additions and 12 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
navalplan (0.9.2-1) maverick; urgency=low
* Updated to upstream.
* Fixed issues on debian package.
-- Manuel Rego Casasnovas <mrego@igalia.com> Tue, 04 Jan 2011 15:58:19 +0100
navalplan (0.9.1) maverick; urgency=low
* Updated to upstream.

25
debian/control vendored
View file

@ -1,13 +1,22 @@
Source: navalplan
Section: web
Priority: optional
Maintainer: Adrian Perez <aperez@igalia.com>
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.

33
debian/copyright vendored Normal file
View file

@ -0,0 +1,33 @@
This package was debianized by Adrian Perez
<aperez@igalia.com> 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 <http://www.gnu.org/licenses/>.
The Debian packaging is Copyright (C) 2010-11, Igalia, S.L.
and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</parent>
<artifactId>ganttzk</artifactId>
<packaging>jar</packaging>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</parent>
<artifactId>navalplanner-business</artifactId>
<packaging>jar</packaging>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</parent>
<artifactId>navalplanner-webapp</artifactId>
<packaging>war</packaging>

View file

@ -5,7 +5,7 @@
<groupId>org.navalplanner</groupId>
<artifactId>navalplanner</artifactId>
<packaging>pom</packaging>
<version>0.9.1</version>
<version>0.9.2</version>
<name>NavalPlan</name>
<!--