Update Debian package for LibrePlan 1.4.0
FEA: ItEr77S03Community
This commit is contained in:
parent
a7386624b9
commit
96ad9c19e5
3 changed files with 10 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
libreplan (1.4.0-1) squeeze; urgency=low
|
||||
|
||||
* Released LibrePlan 1.4.0
|
||||
|
||||
-- Manuel Rego Casasnovas <rego@igalia.com> Mon, 29 Apr 2013 18:14:01 +0200
|
||||
|
||||
libreplan (1.3.3-1) squeeze; urgency=low
|
||||
|
||||
* Released LibrePlan 1.3.3
|
||||
|
|
|
|||
1
debian/libreplan.install
vendored
1
debian/libreplan.install
vendored
|
|
@ -10,3 +10,4 @@ debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.2.3
|
|||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.0
|
||||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.1
|
||||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.2
|
||||
debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.4.0
|
||||
|
|
|
|||
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -102,6 +102,9 @@ install:
|
|||
# Copy SQL upgrade script for version 1.3.2
|
||||
$(call CMD,cp $(CURDIR)/scripts/database/upgrade_1.3.2.sql \
|
||||
$(CURDIR)/debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.3.2)
|
||||
# Copy SQL upgrade script for version 1.4.0
|
||||
$(call CMD,cp $(CURDIR)/scripts/database/upgrade_1.4.0.sql \
|
||||
$(CURDIR)/debian/tmp/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.4.0)
|
||||
# Install Policy file
|
||||
$(call CMD,mkdir -p $(CURDIR)/debian/tmp/etc/tomcat6/policy.d)
|
||||
$(call CMD,cp $(CURDIR)/debian/51libreplan.policy \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue