Commit graph

73 commits

Author SHA1 Message Date
Jeroen Baten
06673d22b9 Changed all references to libreplan.org to libreplan.dev. 2019-11-02 12:18:02 +01:00
Geert Stappers
5f6b88763b old name of libreplan is navalplan
Removed files debian/navalplan.{pre,post}inst
and removed navalplan package from debian/control file
2016-03-22 18:16:20 +01:00
Stappers Geert
1ad4bd8395 debian source format 3.0 quilt
This from https://wiki.debian.org/Projects/DebSrc3.0

Why should I convert my package to 3.0 (quilt) format?

 * by keeping patches separate and properly documented
   * the Debian changes are more likely to be reviewed
   * any upstream contributor is more likely to find and merge the patches
     (if you haven't forwarded it properly)
   * other distributions can reuse our patches
 * even if you don't have any upstream patch right now, next time that
   someone must NMU your package, they can cleanly add a patch (with a
   proper DEP-3 header) without having to modify the build system
 * same applies for derivative distributions that have to modify your
   packages... you're more likely to be able to find something valuable
   to merge if their changes are kept as separate patches instead of
   merged within the .diff.gz
 * debian/rules can be simplified by getting rid of the
   patching/unpatching code (or the uuencoding/uudecoding code if you
   ship a supplementary binary file like an icon)
 * the upstream tarball is bzip2-compressed and you don't want to have
   to convert it
 * the upstream tarball contains a debian directory and you don't want
   to repackage it just to remove that directory
 * the upstream author releases the software in multiple tarballs
 * you don't have to add -i -I every time that you manually build the
   package from the VCS repository (the VCS-specific files are ignored
   by default)
 * in the long run it's best to standardize on a single patch system (new
   contributors need to learn a single system, more people can help you,
   etc.) and quilt appears to be that patch system.
2016-03-14 19:56:01 +01:00
Stappers Geert
a0a19a625e debian/changelog contained invalid email address
lintian, a tool for checking Debian packages reported
E: libreplan: debian-changelog-file-contains-invalid-email-address mrego@erizana
2016-03-14 19:55:56 +01:00
Stappers Geert
25b32a1910 debian/control: maven2 became maven
There used to be a maven package with package name 'maven2',
it's name is now 'maven'
2016-03-14 19:55:52 +01:00
Stappers Geert
fc473d44f4 debian/changelog: it is 1.4.1-2 what goes into Debian
1.4.1-1 is unpublish on Source Forge
2016-03-14 19:55:48 +01:00
Geert Stappers
29a48c273b debian/changelog: 1.4.1 is out, Debian closing ITP report 2016-03-14 19:54:28 +01:00
Jeroen Baten
d4462121b7 Revert "fixes to the build system"
This reverts commit 5fd7ae4892.
2015-07-19 13:34:26 +02:00
Jeroen Baten
5fd7ae4892 fixes to the build system
-Pom get extra plugins and a dependency to get through Launchpad build process.
-Maintainer in control file edited.
-no more build of NavalPlan.
2015-05-15 08:57:56 +02:00
Manuel Rego Casasnovas
96ad9c19e5 Update Debian package for LibrePlan 1.4.0
FEA: ItEr77S03Community
2013-04-29 18:15:45 +02:00
Manuel Rego Casasnovas
6674fad3b5 Update Debian package for LibrePlan 1.3.3
FEA: ItEr77S03Community
2012-12-21 14:38:33 +01:00
Manuel Rego Casasnovas
c67ad59e23 debian: Use echo to show information as db_info is causing problems
FEA: ItEr77S03Community
2012-12-21 14:13:27 +01:00
Manuel Rego Casasnovas
5603148c1b debian: Add information about common issues in LibrePlan installation
FEA: ItEr77S03Community
2012-12-10 12:26:37 +01:00
Manuel Rego Casasnovas
7508d1dc78 Update Debian package for LibrePlan 1.3.2
FEA: ItEr77S03Community
2012-11-30 07:40:56 +01:00
Manuel Rego Casasnovas
9898bbdb45 Update Debian package for LibrePlan 1.3.1
FEA: ItEr77S03Community
2012-10-15 14:01:10 +02:00
Manuel Rego Casasnovas
a60939af9e Remove dependency to DejaVu fonts as are already included in jasperreport-fonts
Changes in commit 004dec3a42 where not needed
because of the new maven dependency with jasperreport-fonts already includes the
DejaVu fonts. So we don't need to have any font installed in the system to
generate properly the reports.

That means that we will have one less dependency in the future versions.

FEA: ItEr77S08ReportsFonts
2012-09-12 11:49:33 +02:00
Manuel Rego Casasnovas
004dec3a42 Update documentation files and packages to add the dependency with DejaVu fonts
FEA: ItEr77S08ReportsFonts
2012-09-11 10:12:14 +02:00
Manuel Rego Casasnovas
bfcdcb24e9 Update Debian package changelog for LibrePlan 1.3.0
FEA: ItEr76S03Community
2012-07-26 22:11:15 +02:00
Manuel Rego Casasnovas
19c4d801b5 Update Debian package for LibrePlan 1.3.0
FEA: ItEr76S03Community
2012-07-20 13:14:10 +02:00
Adrian Perez
ea5e300907 Debian: Enable plpgsql when using PostgreSQL 8.x
In case PostgreSQL 8.x is being used, make sure that support
for plpgsql is enabled. This is needed starting with version
1.3 of Libreplan. Note that the major version number number
is taken from the output of "createlang --version", so this
assumes that the version for which the tool is available is
actually the one being run. This assumption should be safe
in the vast majority of cases.
2012-07-20 13:14:10 +02:00
Adrian Perez
aa258a57ee Debian: Use ${dbc_dbserver} instead of ${dbc_dbhost}
The variable where dbconfig-common stores the host name of the database
server is ${dbc_dbserver}. Using ${dbc_dbhost} is incorrect.
2012-07-20 08:42:48 +02:00
Manuel Rego Casasnovas
ae59c49659 Update Debian package for LibrePlan 1.2.4
FEA: ItEr76S03Community
2012-05-23 13:42:58 +02:00
Jacobo Aragunde Pérez
74c95d411b Update Debian package for LibrePlan 1.2.3
FEA: ItEr76S03Community
2012-04-19 13:02:59 +02:00
Manuel Rego Casasnovas
c6d68da7d7 Update Debian package for LibrePlan 1.2.2
FEA: ItEr76S03Community
2012-03-15 13:40:10 +01:00
Manuel Rego Casasnovas
3cd09ea32d Release new version LibrePlan 1.2.2
* Bump to 1.2.2.
* Updated NEWS file.
* Updated Debian package changelog.

FEA: ItEr76S03Community
2012-01-19 16:11:18 +01:00
Manuel Rego Casasnovas
3150f88f1c Release new version LibrePlan 1.2.0
* Bump to 1.2.0.
* Updated NEWS file.
* Updated Debian package changelog.

FEA: ItEr75S03CommunityMaterial
2011-12-01 16:42:39 +01:00
Nacho Barrientos
2f1f3fca84 Add postinst script
JDBC driver link creation moved to postinst to circunvent problems
introduced by old navalplan packages deleting the link when the
package is being removed.
2011-12-01 08:58:17 +01:00
Manuel Rego Casasnovas
f893ca8a7a Mark libreplan as Pre-Depends
FEA: ItEr75S03CommunityMaterial
2011-11-30 17:05:52 +01:00
Manuel Rego Casasnovas
5af60669d4 Updated Debian control files for different distributions
FEA: ItEr75S03CommunityMaterial
2011-11-30 16:49:59 +01:00
Nacho Barrientos
a8cb48bcf7 Dump database
Psql8 does not support altering table permissions using "ON ALL TABLES IN
SCHEMA", so this commit implements a workaround which consists in dumping
the original (and upgraded) database and loading it again, instead of
just doing a rename and fixing permissions afterwards.

FEA: ItEr75S03CommunityMaterial
2011-11-30 16:49:56 +01:00
Nacho Barrientos
215e0e9e82 Add a transitional package
Add a transitional package to help migrating the existing database.

FEA: ItEr75S03CommunityMaterial
2011-11-30 16:49:48 +01:00
Manuel Rego Casasnovas
86e8c1b8fb Remove unneeded dependencies in Debian control files
FEA: ItEr75S03CommunityMaterial
2011-11-30 16:27:07 +01:00
Manuel Rego Casasnovas
362132d785 Update README and Debian package info
FEA: ItEr75S03CommunityMaterial
2011-11-29 13:38:38 +01:00
Manuel Rego Casasnovas
fc6f0f6b7f Update Debian package configuration files
FEA: ItEr75S03CommunityMaterial
2011-11-28 11:23:31 +01:00
Manuel Rego Casasnovas
2a7e571edc Rename NavalPlan to LibrePlan
* Change all folders and file names
* Change string in all files

FEA: ItEr75S03CommunityMaterial
2011-10-28 09:13:16 +02:00
Manuel Rego Casasnovas
ab522a8448 Release new version NavalPlan 1.1.3
* Bump to 1.1.3.
* Updated NEWS file.
* Updated Debian package changelog.

FEA: ItEr75S03CommunityMaterial
2011-08-12 13:10:52 +02:00
Manuel Rego Casasnovas
ac76796b9a Released 1.1.2 version.
* Bump to 1.1.2.
* Updated NEWS file.
* Updated debian package changelog.

FEA: ItEr75S03CommunityMaterial
2011-07-18 17:19:28 +02:00
Manuel Rego Casasnovas
0acc29aadf Replaced tabs for 4-spaces in several files. 2011-07-01 09:49:46 +02:00
Óscar González Fernández
d2c759bb03 Merge branch 'migration-to-ZK5' into master
Conflicts:
	ganttzk/src/main/java/org/zkoss/ganttz/TaskList.java
	ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul
	navalplanner-webapp/src/main/java/org/navalplanner/web/planner/tabs/MultipleTabsPlannerController.java

FEA: ItEr75S08MigrationZK5
2011-06-28 20:00:26 +02:00
Manuel Rego Casasnovas
6beac59394 Released 1.1.1 version.
* Bump to 1.1.1.
* Updated NEWS file.
* Updated debian package changelog.

FEA: ItEr74S03CommunityMaterialItEr73S03
2011-06-07 11:11:05 +02:00
Manuel Rego Casasnovas
ea81267929 Changed OpenJDK dependency in Debian package for default-jdk or default-jre.
FEA: ItEr74S04BugFixing
2011-06-06 23:36:06 +02:00
Óscar González Fernández
f56fe6ba8d Merge branch 'master' into migration-to-ZK5-merging
Conflicts:
	NEWS
	debian/changelog
	ganttzk/pom.xml
	ganttzk/src/main/java/org/zkoss/ganttz/DependencyComponent.java
	ganttzk/src/main/java/org/zkoss/ganttz/GanttPanel.java
	ganttzk/src/main/java/org/zkoss/ganttz/TaskList.java
	ganttzk/src/main/java/org/zkoss/ganttz/util/LongOperationFeedback.java
	ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul
	ganttzk/src/main/resources/web/ganttz/zul/timetracker/timetrackersecondlevel.zul
	navalplanner-business/pom.xml
	navalplanner-webapp/pom.xml
	navalplanner-webapp/src/main/java/org/navalplanner/web/calendars/BaseCalendarCRUDController.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/calendars/IBaseCalendarModel.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/common/components/ExtendedJasperreport.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/common/components/NewAllocationSelector.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/externalcompanies/ExternalCompanyDTO.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/limitingresources/LimitingResourcesPanel.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/limitingresources/QueueComponent.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/montecarlo/MonteCarloController.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/orders/AssignedTaskQualityFormsToOrderElementController.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationController.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/planner/chart/ChartFiller.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/planner/company/CompanyPlanningController.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/planner/company/CompanyPlanningModel.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/planner/tabs/AdvancedAllocationTabCreator.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/reports/NavalplannerReport.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/reports/OrderCostsPerResourceReport.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/resourceload/ResourceLoadModel.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/resources/criterion/CriterionAdminController.java
	navalplanner-webapp/src/main/java/org/navalplanner/web/resources/search/NewAllocationSelectorController.java
	navalplanner-webapp/src/main/resources/i18n/es.po
	navalplanner-webapp/src/main/resources/i18n/gl.po
	navalplanner-webapp/src/main/resources/i18n/keys.pot
	navalplanner-webapp/src/main/webapp/calendars/_edition.zul
	navalplanner-webapp/src/main/webapp/externalcompanies/_listExternalCompanies.zul
	navalplanner-webapp/src/main/webapp/labels/_editLabelType.zul
	navalplanner-webapp/src/main/webapp/orders/_projectDetails.zul
	navalplanner-webapp/src/main/webapp/orders/components/_listOrderElementMaterials.zul
	navalplanner-webapp/src/main/webapp/orders/components/_orderElementTree.zul
	navalplanner-webapp/src/main/webapp/planner/order.zul
	navalplanner-webapp/src/main/webapp/reports/completedEstimatedHoursPerTask.zul
	navalplanner-webapp/src/main/webapp/reports/schedulingProgressPerOrderReport.zul
	navalplanner-webapp/src/main/webapp/reports/timeLineMaterialReport.zul
	navalplanner-webapp/src/main/webapp/reports/workingProgressPerTaskReport.zul
	navalplanner-webapp/src/main/webapp/resources/machine/_machineCriterions.zul
	navalplanner-webapp/src/main/webapp/resources/search/allocation_selector.zul
	navalplanner-webapp/src/main/webapp/workreports/workReportQuery.zul
	pom.xml
2011-06-03 18:42:09 +02:00
Manuel Rego Casasnovas
50aecc4cc3 Released 1.1.0 version.
* Bump to 1.1.0.
* Updated NEWS file.
* Updated debian package changelog.

FEA: ItEr74S03CommunityMaterialItEr73S03
2011-05-19 07:50:37 +02:00
Manuel Rego Casasnovas
5c90bf0398 Fixed missing file for upgrading database with Debian package.
FEA: ItEr74S03CommunityMaterialItEr73S03
2011-05-18 09:24:04 +02:00
Manuel Rego Casasnovas
23421180b8 Fixed issue upgrading Debian package and removed unneeded dependency.
FEA: ItEr74S03CommunityMaterialItEr73S03
2011-05-18 08:43:30 +02:00
Manuel Rego Casasnovas
f94d576c26 Removed dependency with LaTeX as it is not needed to build the package.
FEA: ItEr74S03CommunityMaterialItEr73S03
2011-05-16 12:36:05 +02:00
Manuel Rego Casasnovas
7a05d8b7a1 Added database upgrade scripts for version 1.1.0.
FEA: ItEr74S03CommunityMaterialItEr73S03
2011-05-16 12:36:05 +02:00
Manuel Rego Casasnovas
8a408f7a21 Updated NEWS file and release date.
FEA: ItEr74S03CommunityMaterialItEr73S03
2011-04-27 17:31:14 +02:00
Manuel Rego Casasnovas
2873b64a80 Released 1.0.6 version.
* Bump to 1.0.6.
* Updated NEWS file.
* Updated debian package changelog.

FEA: ItEr74S03CommunityMaterialItEr73S03
2011-04-27 17:31:09 +02:00
Manuel Rego Casasnovas
e169de20a6 Released 1.0.5 version.
* Bump to 1.0.5.
* Updated NEWS file.
* Updated debian package changelog.

FEA: ItEr74S03CommunityMaterialItEr73S03
2011-04-08 11:47:18 +02:00